No description
Find a file
2026-01-28 17:56:14 +01:00
.config feat(nvim): save without formatting via :w! 2026-01-28 17:56:14 +01:00
.local/share/fonts/inter fix: nvim: hyphens as group in css files 2026-01-05 09:02:09 +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 feat(tmux): keymode from emacs to vi 2026-01-27 16:25:48 +01:00
.zprofile first commit 2025-11-03 14:20:59 +01:00
.zshrc feat(zsh): custom command for remote editing 2026-01-19 08:45:49 +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.