diff --git a/README.md b/README.md index 883fdea..3196d0b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,12 @@ source ~/dotfiles/prompt.sh ## Configure vim Install the [gruvbox8](https://github.com/lifepillar/vim-gruvbox8) colorscheme, -specifically the `gruvbox8_hard` variant. +specifically the `gruvbox8_hard` variant: + +```sh +$ curl -Lo ~/.vim/colors/gruvbox8_hard.vim --create-dirs \ + https://raw.githubusercontent.com/lifepillar/vim-gruvbox8/master/colors/gruvbox8_hard.vim +``` Then add the following to your `.vimrc`: @@ -36,7 +41,7 @@ Run the following command: $ ln -s ~/dotfiles/tmux.conf ~/.tmux.conf ``` -Then in tmux, install plugins with ` - I`. +Then run tmux, and type `-A I` to install plugins. ## Configure gnome-terminal