Here are my personal dotfiles.
- zsh - shell
- emacs - text editor of choice
- vim/neovim - when emacs isn’t available
- bspwm - window manager (linux)
- hammerspoon - window manager when I happen to be on osx
Everything here is in a constant state of flux. If you like something be sure to copy it as theres no gauruntee it will be here the next time you come looking.
My dotfiles are managed using GNU Stow. This makes it easy to add and remove modules (and their symbolic links).
This one line will clone my dotfiles and begin the installer.
curl https://raw.githubusercontent.com/WolfeCub/dotfiles/master/install.sh | bash -s -- -g <& 1
cd dotfiles
git submodules init && git submodules update
stow zsh
stow emacs
...
This allows you to only use the modules that you want.