Skip to content

Instantly share code, notes, and snippets.

@iancrowther
Last active August 29, 2015 14:19
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 iancrowther/6da38f138640ad20c714 to your computer and use it in GitHub Desktop.
Save iancrowther/6da38f138640ad20c714 to your computer and use it in GitHub Desktop.
OSX Install Scripts
  • clear
  • eon
  • keynote
  • iMovie
  • pixelmator
  • pocket
  • pretzo / zsh?
  • quickcast
  • sip
  • tweetdeck
  • xcode (inc. cli-tools)
#!/bin/sh
# Usage
# curl -L https://gist.githubusercontent.com/iancrowther/6da38f138640ad20c714/raw/c810d4474009ee9c80774cda14eb1a64338e01f2/brew.sh | sh
# Install
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Packages
brew install boot2docker
brew install git-lfs
brew install hub
brew install jq
brew install mongo
brew install slurm
brew install trash
brew install wget
brew install z
#!/bin/sh
# Usage
# curl -L https://gist.githubusercontent.com/iancrowther/6da38f138640ad20c714/raw/abd11b6344bbd6fd25b2ccff6f550c53f851782c/cask.sh | sh
# Just make sure to move all apps from `/opt/homebrew-cask/Caskroom/` to `/Applications`. And to remove all installations files from `/Library/Caches/Homebrew`.
# Install
brew install caskroom/cask/brew-cask
# Packages
brew cask install 1password
brew cask install adobe-creative-cloud
brew cask install dropbox
brew cask install filezilla
brew cask install flux
brew cask install gitter
brew cask install google-drive
brew cask install google-hangouts
brew cask install google-plus-auto-backup
brew cask install heroku-toolbelt
brew cask install hive
brew cask install invisionsync
brew cask install iterm2
brew cask install kaleidoscope
brew cask install livereload
brew cask install macdown
brew cask install ngrok
brew cask install odesk-team
brew cask install robomongo
brew cask install screenflow
brew cask install silverback
brew cask install skype
brew cask install slack
brew cask install spotify
brew cask install steam
brew cask install sublime-text
brew cask install teamviewer
brew cask install telegram
brew cask install virtualbox
brew cask install vuze

Install

$ mkdir .nave && cd .nave
$ curl "https://raw.githubusercontent.com/isaacs/nave/master/nave.sh" -o "nave.sh"
$ chmod 755 nave.sh
$ ln -s $PWD/nave.sh /usr/local/bin/nave
#!/bin/sh
# Usage
# curl -L https://gist.githubusercontent.com/iancrowther/6da38f138640ad20c714/raw/e6a16d03977907f0997a7af83a489e1d2fcff381/npm.sh | sh
# Login
npm login
# Publishing
npm set init.author.name "Ian Crowther"
npm set init.author.email "ian@iancrowther.co.uk"
npm set init.author.url "http://iancrowther.co.uk"
npm adduser iancrowther
# Modules
npm install -g browserify
npm install -g cucumber
npm install -g east
npm install -g eslint
npm install -g express
npm install -g forever
npm install -g gulp
npm install -g harp
npm install -g jasmine-node
npm install -g less
npm install -g mocha
npm install -g node-inspector
npm install -g nodemon
npm install -g protractor
npm install -g st
npm install -g watchify
  • AdvancedNewFile
  • Alignment
  • Autoprefixer
  • BracketHighlighter
  • Color Highlighter
  • DocBlokr
  • EditorConfig
  • Emmet
  • GitGutter
  • HTML5
  • Jade
  • JSONLint
  • LESS
  • Pretty JSON
  • SFTP
  • SideBarEnhancements
  • SublimeCodeIntel
  • SublimeLinter
  • SublimeLinter-contrib-eslint
  • Theme - Soda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment