Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
aranair committed Dec 16, 2020
1 parent 6333927 commit e4a5aa6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fresh-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ fi

cp ~/dotfiles/Monokai.vim ~/.vim/colors/

# Notes
curl https://raw.githubusercontent.com/pimterry/notes/latest-release/notes > /usr/local/bin/notes && chmod +x /usr/local/bin/notes
curl -L https://raw.githubusercontent.com/pimterry/notes/latest-release/_notes > /usr/local/share/zsh/site-functions/_notes


# GIT
# echo -e "\n\n\n" ssh-keygen -t rsa -b 4096 -C "boa.homan@gmail.com"
# ssh-keygen -t rsa -b 4096 -C "comment" -P "examplePassphrase" -f "desired pathAndName" -q
Expand All @@ -56,3 +61,4 @@ cp ~/dotfiles/Monokai.vim ~/.vim/colors/

# RVM
/curl -sSL https://get.rvm.io | bash -s stable --ruby

0 comments on commit e4a5aa6

Please sign in to comment.