/dotfiles

Primary LanguageVim Script

Dotfiles managed with GNU Stow based on Brandon Invergo's excellent guide

To link files from a particular directory, dir, run stow <dir>, for example, to set up bash and vim config:

$ stow bash vim

Hacky self-installing script:

$ bash <(curl https://raw.githubusercontent.com/TheNeuralBit/dotfiles/master/init.sh)

Dependencies

xautolock, i3lock, fzf

$ sudo pacman -S i3lock xautolock fzf
$ sudo apt install i3lock xautolock fzf

cquery Build Instructions