my shell and tool configurations
at master 17 lines 385 B view raw view rendered
1# dotfiles 2 3this repo is my collection of dotfiles. 4 5it includes configs for my most frequently used tools. 6 7## steps to install on debian and derivatives 8 91. `apt install make stow fish git byobu vim ripgrep fzf` 101. `make nuke install` - note that nuke removes existing files in your $HOME 11 12## update vim packages 13 141. `make vim` 151. `git commit -am 'update vim submodules'` 161. profit 17