No description
Find a file
2026-03-11 17:20:07 +01:00
.config feat(nvim): sw abbreviation for sudawrite 2026-03-11 17:20:07 +01:00
.local/share/fonts/inter fix: gitignore 2026-02-05 17:59:44 +01:00
scripts first commit 2025-11-03 14:20:59 +01:00
.gitignore fix: gitignore 2026-02-05 17:59:44 +01:00
.ideavimrc first commit 2025-11-03 14:20:59 +01:00
.nanorc first commit 2025-11-03 14:20:59 +01:00
.p10k.zsh first commit 2025-11-03 14:20:59 +01:00
.tmux.conf style(tmux): remove bold texts 2026-02-05 14:30:50 +01:00
.zprofile first commit 2025-11-03 14:20:59 +01:00
.zshrc feat(btop): htop -> btop 2026-02-06 00:28:44 +01:00
link.sh first commit 2025-11-03 14:20:59 +01:00
README.md updated readme 2025-11-03 14:24:53 +01:00

Dotfiles

Personal desktop and terminal configurations. The repository mirrors the $HOME structure so files can be symlinked directly.

Contents

  • Shell & Prompt: .zshrc, .zprofile, .p10k.zsh, .tmux.conf, .ideavimrc, .nanorc
  • Wayland Setup: .config/hypr, .config/waybar, .config/wofi
  • Terminal & Tools: .config/kitty, .config/dunst, .config/fastfetch, scripts/
  • Editor & Styling: .config/nvim, .config/zed, .config/gtk-3.0/settings.ini, .config/gtk-4.0/settings.ini, .config/Kvantum, .config/qt6ct
  • Fonts: .config/fontconfig/fonts.conf, .local/share/fonts/inter

Installation

git clone ssh://git@codeberg.org/akkiirah/dotfiles.git ~/projects/dotfiles
cd ~/projects/dotfiles
./link.sh

link.sh creates symlinks from the files in this repo to their standard locations in $HOME. Existing files are backed up to .backups/ (relative to the repo) before being replaced.

You can safely run the script multiple times; already linked files will be skipped.