Skip to content

Instantly share code, notes, and snippets.

@roblogic
Last active November 7, 2022 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roblogic/acbae180c3f5d1f44513aaa51e5de858 to your computer and use it in GitHub Desktop.
Save roblogic/acbae180c3f5d1f44513aaa51e5de858 to your computer and use it in GitHub Desktop.
Import new colorschemes to MacVim via Terminal
#!/bin/zsh
# refs:
# https://vimcolorschemes.com/lifepillar/vim-gruvbox8
# https://github.com/lifepillar/vim-gruvbox8
cd ~/.vim/colors
chmod 777 .
curl https://raw.githubusercontent.com/lifepillar/vim-gruvbox8/master/colors/gruvbox8.vim -o gruvbox8.vim
curl https://raw.githubusercontent.com/lifepillar/vim-gruvbox8/master/colors/gruvbox8_hard.vim -o gruvbox8_hard.vim
curl https://raw.githubusercontent.com/lifepillar/vim-gruvbox8/master/colors/gruvbox8_soft.vim -o gruvbox8_soft.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment