dotfiles/README.md

26 lines
482 B
Markdown
Raw Normal View History

2017-10-17 23:22:31 -04:00
# dotfiles
2013-08-09 23:32:44 -04:00
2017-10-17 23:22:31 -04:00
## Dependencies
2013-08-09 23:32:44 -04:00
2021-05-13 09:35:10 -04:00
* [stow](https://www.gnu.org/software/stow/)
2017-10-17 23:22:31 -04:00
* [tmux](https://github.com/tmux/tmux)
* [zsh](https://github.com/zsh-users/zsh)
* [neovim](https://github.com/neovim/neovim)
* [fzf](https://github.com/junegunn/fzf)
* [ag](https://github.com/ggreer/the_silver_searcher)
2013-08-09 23:32:44 -04:00
2017-10-17 23:22:31 -04:00
## Setup
2013-08-29 18:36:28 -04:00
2017-10-17 23:22:31 -04:00
* Install dependencies
* Clone this repository
* Run `make`
2021-05-13 09:35:10 -04:00
* Uses GNU stow to generate symlinks
* Config files must already exist
2017-10-17 23:22:31 -04:00
* Install vim plugins
2013-08-09 23:32:44 -04:00
```
2017-10-17 23:22:31 -04:00
nvim
,pi
2013-08-09 23:32:44 -04:00
```