dotfiles/README.md

18 lines
385 B
Markdown
Raw Normal View History

2018-07-22 22:09:24 +00:00
# dotfiles
this repo is my collection of dotfiles.
2019-03-26 01:53:58 +00:00
it includes configs for my most frequently used tools.
2024-09-13 05:57:36 +00:00
## steps to install on debian and derivatives
2019-03-26 01:53:58 +00:00
2020-09-29 17:58:53 +00:00
1. `apt install make stow fish git byobu vim ripgrep fzf`
2019-03-26 01:53:58 +00:00
1. `make nuke install` - note that nuke removes existing files in your $HOME
2018-07-22 22:09:24 +00:00
2024-09-13 05:57:36 +00:00
## update vim packages
1. `make vim`
1. `git commit -am 'update vim submodules'`
1. profit