Skip to content

Commit

Permalink
feat: add monokai refined fetch from github
Browse files Browse the repository at this point in the history
  • Loading branch information
joshghent committed Apr 12, 2023
1 parent 08b9c33 commit 9e4ea3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code.sh
Expand Up @@ -36,3 +36,6 @@ ssh-add -K ~/.ssh/id_rsa
echo ~/.ssh/id_rsa.pub
pbcopy < ~/.ssh/id_rsa.pub
echo "SSH Key Copied to Clipboard. Please add to GitHub / GitLab"

# Install Monokai Refined theme for Vim
curl -o ~/.vim/colors/monokai-refined.vim https://raw.githubusercontent.com/jaromero/vim-monokai-refined/master/colors/Monokai-Refined.vim

0 comments on commit 9e4ea3e

Please sign in to comment.