No description
Find a file
2025-12-09 19:18:20 +01:00
.config [feat] focus dependent workspace management 2025-12-09 19:18:20 +01:00
.local/share/fonts/inter first commit 2025-11-03 14:20:59 +01:00
scripts first commit 2025-11-03 14:20:59 +01:00
.gitignore first commit 2025-11-03 14:20:59 +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 first commit 2025-11-03 14:20:59 +01:00
.zprofile first commit 2025-11-03 14:20:59 +01:00
.zshrc first commit 2025-11-03 14:20:59 +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.