Go to file
Erin cc90f63b64 git: move personal config to separate file
Stuff like credential stores (which are different by platform) tend to clutter the main file, so I'm shoving them in their own file which won't be touched by automated setup tools
2022-11-16 21:52:10 -05:00
.github whoops need the link source stupid erin 2022-10-15 19:21:32 -04:00
fusuma/.config/fusuma Add fusuma config 2022-10-03 16:16:41 -04:00
git git: move personal config to separate file 2022-11-16 21:52:10 -05:00
kde Add titlebar theme for Discord light, why not 2022-10-18 19:04:35 -04:00
vim Create .vimrc 2022-07-11 11:33:57 -04:00
zsh zsh: only use code -r alias in integrated terminal 2022-11-02 11:26:18 -04:00
.stowrc fix stowrc target 2022-08-10 18:17:01 -04:00

dotfiles

too many dotfiles

Installation

Use GNU Stow (apt install stow, etc.). The repo has a .stowrc which should target your home directory as the installation directory, but in some cases the ~ may not be evaluated and you'll have to specify --target="$HOME".

If you're using a shell that does match patterns where * doesn't match dotfiles by default (bash, zsh) you can just cd into this repo and stow * to install everything. You may also want to use *~kde (using the ~ exclude token) if you want the dotfiles for all the CLI tools but not my desktop environment shit. Or you can just list the shit you want.