Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 2.15 KB

README.md

File metadata and controls

81 lines (63 loc) · 2.15 KB

TODO - July 2015

  • Read: How to write a good readme
  • Organize the information into better categories. Mabye: ** Description: *** Why? *** How? ** Steps for setting up ** Supposedly Frequently Asked Questions *** How do i uninstall?

*Note things that are probably out of date

  • Review install steps and note security risks

osx-reset

Paid

  • brew cask install barmaid
  • brew cask install spotify
  • brew cask install boot2docker
  • brew cask install caffeine
  • brew cask install firefox
  • brew cask install evernote
  • brew cask install alfred

Paid

  • brew cask install 1password
  • brew cask install codekit

This allows you to download standard GUI applications via the command line.

  • google-chrome
  • firefox
  • etc

Shell Stuff

Git

ssh-keygen -t rsa -C "me@gmail.com"

#copy ssh key to github.com
subl ~/.ssh/id_rsa.pub

#test connection
ssh -T git@github.com

#set git config values
git config --global user.name "OSX Reset"
git config --global user.email "reset@apple.com"
git config --global github.user osx-reset
git config --global github.token SUPER_SECRET

git config --global core.editor "subl3 -n -w"
git config --global color.ui true