Unsophisticated notetaking with private git repo on github/bitbucket.
https://raw.githubusercontent.com/gprasanth/git-notes/master/.bashrc
mkdir ~/notes
curl https://raw.githubusercontent.com/gprasanth/git-notes/master/.bashrc -o ~/notes/.bashrc
echo "source ~/notes/.bashrc" >> ~/.bashrc # or ~/.zshrc
cd ~/notes
# intialise the git repo with your private repo's origin
git remote set origin ""
nn
= new note, n
= last note.