Remove old references to manual ZSH plugin installation
This commit is contained in:
parent
644345bb47
commit
0561929428
4 changed files with 0 additions and 16 deletions
|
@ -2,8 +2,4 @@
|
||||||
|
|
||||||
Define $GOPATH ([source][1])
|
Define $GOPATH ([source][1])
|
||||||
|
|
||||||
Create a symlink for go.zsh
|
|
||||||
|
|
||||||
`ln -s ~/.dotfiles/go/go.zsh ~/.oh-my-zsh/custom/go.zsh`
|
|
||||||
|
|
||||||
[1]: https://golang.org/doc/install
|
[1]: https://golang.org/doc/install
|
||||||
|
|
|
@ -11,9 +11,5 @@ Copy `.npmrc`
|
||||||
|
|
||||||
`cp ~/.dotfiles/npm/npmrc ~/.npmrc`
|
`cp ~/.dotfiles/npm/npmrc ~/.npmrc`
|
||||||
|
|
||||||
Shell wizardry
|
|
||||||
|
|
||||||
`ln -s ~/.dotfiles/npm/npm.zsh ~/.oh-my-zsh/custom/npm.zsh`
|
|
||||||
|
|
||||||
[1]: https://github.com/sindresorhus/guides/blob/master/npm-global-without-sudo.md
|
[1]: https://github.com/sindresorhus/guides/blob/master/npm-global-without-sudo.md
|
||||||
[2]: https://docs.npmjs.com/misc/config#save-exact
|
[2]: https://docs.npmjs.com/misc/config#save-exact
|
||||||
|
|
|
@ -21,8 +21,6 @@ curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \
|
||||||
|
|
||||||
`ln -s ~/.dotfiles/nvim/init.vim ~/.config/nvim/init.vim`
|
`ln -s ~/.dotfiles/nvim/init.vim ~/.config/nvim/init.vim`
|
||||||
|
|
||||||
`ln -s ~/.dotfiles/nvim/nvim.zsh ~/.oh-my-zsh/custom/nvim.zsh`
|
|
||||||
|
|
||||||
`nvim +PlugInstall +qall`
|
`nvim +PlugInstall +qall`
|
||||||
|
|
||||||
[url-nvim]:https://github.com/neovim/neovim
|
[url-nvim]:https://github.com/neovim/neovim
|
||||||
|
|
|
@ -24,11 +24,5 @@
|
||||||
|
|
||||||
`ln -s ~/.dotfiles/zsh/zshrc ~/.zshrc`
|
`ln -s ~/.dotfiles/zsh/zshrc ~/.zshrc`
|
||||||
|
|
||||||
### Custom ZSH config
|
|
||||||
|
|
||||||
`ln -s ~/.dotfiles/zsh/alert.zsh ~/.oh-my-zsh/custom/alert.zsh`
|
|
||||||
|
|
||||||
`ln -s ~/.dotfiles/zsh/steam.zsh ~/.oh-my-zsh/custom/steam.zsh`
|
|
||||||
|
|
||||||
[1]: https://github.com/robbyrussell/oh-my-zsh
|
[1]: https://github.com/robbyrussell/oh-my-zsh
|
||||||
[2]: https://github.com/zsh-users/zsh-completions
|
[2]: https://github.com/zsh-users/zsh-completions
|
||||||
|
|
Loading…
Reference in a new issue