diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,14 +3,16 @@ ## install 1. install zsh (sudo apt install zsh) -2. install oh-my-zsh (sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)") +2. install oh-my-zsh +``` +sh -c $(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh) +``` 3. put config in ~/.config/dotfiles 4. put vimrc in ~/.vimrc 5. run: ``` ln -s ~/.config/nvim/init.vim /path/to/external/editor/config/file/.vimrc ``` - 6. open vim 7. run :PlugInstall 8. enjoy |
