diff --git a/go/README.md b/go/README.md index 8de9371..0ff5cf9 100644 --- a/go/README.md +++ b/go/README.md @@ -2,8 +2,4 @@ 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 diff --git a/npm/README.md b/npm/README.md index 0f514e0..43b473e 100644 --- a/npm/README.md +++ b/npm/README.md @@ -11,9 +11,5 @@ Copy `.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 [2]: https://docs.npmjs.com/misc/config#save-exact diff --git a/nvim/README.md b/nvim/README.md index 1bc0704..a0e9ecf 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -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/nvim.zsh ~/.oh-my-zsh/custom/nvim.zsh` - `nvim +PlugInstall +qall` [url-nvim]:https://github.com/neovim/neovim diff --git a/zsh/README.md b/zsh/README.md index 5f2df1a..87b592b 100644 --- a/zsh/README.md +++ b/zsh/README.md @@ -24,11 +24,5 @@ `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 [2]: https://github.com/zsh-users/zsh-completions