update
This commit is contained in:
parent
c3c96328c9
commit
91fdfecb78
@ -11,7 +11,8 @@
|
|||||||
"-post-link": "curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim && vim -es -u ~/.vimrc -i NONE -c 'PlugInstall' -c 'qa'"
|
"-post-link": "curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim && vim -es -u ~/.vimrc -i NONE -c 'PlugInstall' -c 'qa'"
|
||||||
},
|
},
|
||||||
"nvim": {
|
"nvim": {
|
||||||
"link": { "from": "shared/nvim", "to": "~/.config/nvim/init.lua" }
|
"link": { "from": "shared/nvim", "to": "~/.config/nvim/init.lua" },
|
||||||
|
"post-link": "echo 'alias vim=nvim' >> ~/.zshrc"
|
||||||
},
|
},
|
||||||
"zsh": {
|
"zsh": {
|
||||||
"link": { "from": "shared/zsh", "to": "~/.zshrc" }
|
"link": { "from": "shared/zsh", "to": "~/.zshrc" }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user