Skip to content

Instantly share code, notes, and snippets.

@SantoshSrinivas79
Last active July 2, 2016 03:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SantoshSrinivas79/2c3453eafca73da3bdad0dda312076c7 to your computer and use it in GitHub Desktop.
Save SantoshSrinivas79/2c3453eafca73da3bdad0dda312076c7 to your computer and use it in GitHub Desktop.
Setting up my new macbook air

#Setting up my new macbook air

###Applications Downloaded

###Sublime Customization

  • Install package control
  • Markdown Extended
  • Haogist
  • Markdown Editing
  • Markdown Highlighting
  • Markdown Preview

###Fish

brew install fish
curl -L https://github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish

Make fish shell default

Edit /etc/shells and add /usr/local/bin/fish and then run chsh -s /usr/local/bin/fish

###This is EPIC!

The ultimate tool to manage your Mac. It provides a huge set of command line commands that automatize the usage of your OS X system.

guarinogabriel/mac-cli: The ultimate tool to manage your Mac. It provides a huge set of command line commands that automatize the usage of your OS X system.

##HTTP Proxy Intercept

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment