No description
| .config | ||
| .local/share/fonts/inter | ||
| scripts | ||
| .gitignore | ||
| .ideavimrc | ||
| .nanorc | ||
| .p10k.zsh | ||
| .tmux.conf | ||
| .zprofile | ||
| .zshrc | ||
| link.sh | ||
| README.md | ||
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.