small fixes to dotbot config
This commit is contained in:
parent
7c7d4c506e
commit
fa87f6f46d
1 changed files with 10 additions and 4 deletions
|
@ -6,10 +6,10 @@
|
|||
# clean config and home directory from bad symbolic links
|
||||
- clean: ['~', '.config/']
|
||||
|
||||
- create:
|
||||
- ~/.z
|
||||
|
||||
- link:
|
||||
~/.zshrc:
|
||||
force: true
|
||||
path: shell/zshrc
|
||||
~/.tmux.conf:
|
||||
path: shell/tmux.conf
|
||||
~/.vimrc:
|
||||
|
@ -28,3 +28,9 @@
|
|||
- curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
# install vim plugins
|
||||
- vim +PlugInstall +qall
|
||||
|
||||
# do this last to override generated .zshrc
|
||||
- link:
|
||||
~/.zshrc:
|
||||
force: true
|
||||
path: shell/zshrc
|
||||
|
|
Loading…
Add table
Reference in a new issue