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
|
|
|
|
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)
|
2017-10-17 23:46:48 -04:00
|
|
|
* [fzf](https://github.com/junegunn/fzf)
|
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`
|
|
|
|
* Will symlink files into parent
|
|
|
|
* Will overwrite existing files
|
|
|
|
* Install vim plugins
|
2013-08-09 23:32:44 -04:00
|
|
|
|
|
|
|
```
|
2017-10-17 23:22:31 -04:00
|
|
|
make nvim
|
|
|
|
nvim
|
|
|
|
,pi
|
2013-08-09 23:32:44 -04:00
|
|
|
```
|