From e4a5aa6d08235a8b07cc0eeff143447aa187ad0d Mon Sep 17 00:00:00 2001 From: Ho Man Boa Date: Tue, 15 Dec 2020 23:10:45 -0500 Subject: [PATCH] notes --- fresh-setup.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fresh-setup.sh b/fresh-setup.sh index 4a55fe5..0c8b411 100755 --- a/fresh-setup.sh +++ b/fresh-setup.sh @@ -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 @@ -56,3 +61,4 @@ cp ~/dotfiles/Monokai.vim ~/.vim/colors/ # RVM /curl -sSL https://get.rvm.io | bash -s stable --ruby +