/config

Scripts to auto-configure a machine for me for development

Primary LanguageShell

Tim's Config Files

Configuration settings that I find useful. Probably not useful to you?

Install vimrc, bash profile, and configure git

git clone https://github.com/TimothyJones/config.git
./config/install.sh

Install powerline https://github.com/powerline/fonts

Install apps

Configure apps

Misc commands

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/"