1
0
Fork
You've already forked dotfiles
0
My dusty old dotfiles. Neglected since I discovered Nix/Guix
  • Lua 85.9%
  • Shell 5.1%
  • Perl 4.5%
  • Haskell 2.5%
  • Common Lisp 1.5%
  • Other 0.4%
2026年05月19日 16:42:41 -07:00
.config/pacmanfile add rhubarb 2023年06月29日 16:23:28 -07:00
aerc/.config/aerc add aerc and borg-run-backup 2025年11月10日 20:21:06 -08:00
alacritty/.config/alacritty modularize dotfiles 2023年05月15日 21:06:36 -07:00
bash feat: vimening 2026年05月11日 08:40:48 -07:00
dunst/.config/dunst add dunst 2023年05月19日 10:59:01 -07:00
environment.d/.config/environment.d modularize dotfiles 2023年05月15日 21:06:36 -07:00
git/.config/git improve global gitignore, add aider stuff 2025年11月10日 13:26:54 -08:00
gnupg/.gnupg modularize dotfiles 2023年05月15日 21:06:36 -07:00
helix/.config/helix modularize dotfiles 2023年05月15日 21:06:36 -07:00
i3/.config/i3 modularize dotfiles 2023年05月15日 21:06:36 -07:00
khal/.config/khal modularize dotfiles 2023年05月15日 21:06:36 -07:00
khard/.config/khard modularize dotfiles 2023年05月15日 21:06:36 -07:00
kitty/.config/kitty add kitty, tweak bashrc 2025年11月08日 21:32:10 -08:00
npm modularize dotfiles 2023年05月15日 21:06:36 -07:00
nvim/.config/nvim feat: lockfile updates 2026年05月19日 16:42:41 -07:00
pacmanfile/.config/pacmanfile add many missing packages 2023年05月16日 22:46:40 -07:00
picom/.config/picom modularize dotfiles 2023年05月15日 21:06:36 -07:00
rofi/.config/rofi modularize dotfiles 2023年05月15日 21:06:36 -07:00
rofi-pass/.config/rofi-pass modularize dotfiles 2023年05月15日 21:06:36 -07:00
scripts/.local add aerc and borg-run-backup 2025年11月10日 20:21:06 -08:00
stumpwm/.stumpwm.d add stumpwm 2023年05月18日 21:08:48 -07:00
systemd/.config/systemd/user update mailsync bin name 2023年05月18日 21:14:34 -07:00
tmux/.config/tmux modularize dotfiles 2023年05月15日 21:06:36 -07:00
vdirsyncer/.config/vdirsyncer modularize dotfiles 2023年05月15日 21:06:36 -07:00
wezterm/.config/wezterm add wezterm 2023年05月15日 22:13:36 -07:00
xmobar/.config/xmobar update icons 2023年05月19日 10:45:06 -07:00
xmonad/.config/xmonad update myTerminal 2023年05月19日 10:45:12 -07:00
zk/.config/zk fix zk date formatter 2023年06月06日 08:21:14 -07:00
.gitmodules fix warts with stow --dotfiles 2023年05月14日 21:48:57 -07:00
.stow-local-ignore fix warts with stow --dotfiles 2023年05月14日 21:48:57 -07:00
README.md modularize dotfiles 2023年05月15日 21:06:36 -07:00

Dotfiles

These dotfiles are managed via GNU Stow

Installation

  1. Clone the repository to somewhere in your home folder, e.g. ~/.dotfiles
  2. Switch into dotfiles directory, and stow what ever you need, e.g. stow alacritty. To stow it all, use stow */.

Removal is easy. Just use stow -D <path> from the dotfiles directory.

Use man stow for more details.