bin/.bin | ||
browserOverides/Sites | ||
docker/web | ||
dunst/.config/dunst | ||
git | ||
LEGACY | ||
mutt | ||
NOSTOW | ||
pandoc/.pandoc | ||
qutebrowser/.config/qutebrowser | ||
ranger/.config/ranger | ||
rofi/.config/rofi | ||
shells | ||
sxiv/.config/sxiv/exec | ||
templates/Templates | ||
vim | ||
x | ||
zathura/.config/zathura | ||
.gitignore | ||
.gitmodules | ||
README.md | ||
stow.sh |
My Dotfiles
Use as you wish. Any code / scripts I have borrowed from other places should be credited in comments in the file. I currently use a fork of DWM as my window manager on Arch Linux, however, I don't think there is anything that is Arch specific.
My primary editor is vim, who's config is in a submodule because I often need to deploy my vim configuration but don't need to download all of my dotfiles.
I use GNU Stow to deploy my dotfiles. There is a helper script in the root of this directory called stow.sh that runs the necessary stow commands.
The folder LEGACY
is for things that I no longer use but might be of interest if you are the sort of person who likes looking at other people's dotfiles.
The folder NOSTOW
is for things that I don't manage with stow. This includes a submodule for my DWM fork and configuration files that live outside my home directory.