Configuration settings that I find useful. Probably not useful to you?
git clone https://github.com/TimothyJones/config.git
./config/install.sh
Install powerline https://github.com/powerline/fonts
- Intellij settings
- atom plugins (I no longer user Atom)
See this gist, written to cut down on repeat google searches.
Use ssh
everywhere for github (useful for go get <private repo>
)
git config --global url."git@github.com:".insteadOf "https://github.com/"