TheNeuralBit / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Vim Script 58.4%Language:Shell 41.0%Language:Perl 0.5%Language:Python 0.1%