Skip to content

Instantly share code, notes, and snippets.

@rmtsrc
Last active May 23, 2016 15:36
Show Gist options
  • Save rmtsrc/34f04cda44a0e1ce55f75e8e07651062 to your computer and use it in GitHub Desktop.
Save rmtsrc/34f04cda44a0e1ce55f75e8e07651062 to your computer and use it in GitHub Desktop.
My Mac init bashings
# @TODO Try using: https://github.com/boxen/our-boxen/
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" \
&& brew tap caskroom/cask \
&& brew cask install google-chrome keepassx atom megasync \
&& apm install Sublime-Style-Column-Selection atom-beautify editorconfig expand-region highlight-line highlight-selected jshint language-docker language-patch minimap minimap-git-diff monokai react script seti-ui title-case \
&& brew install ack ansible tree android-platform-tools node vim bash-completion openssl wakeonlan wget git z \
&& brew cask install android-file-transfer firefox startninja appcleaner franz flycut mactracker macvim the-unarchiver mattr-slate vagrant virtualbox virtualbox-extension-pack rowanj-gitx vlc xquartz dockertoolbox imageoptim sourcetree iterm2 \
&& curl -sSL https://raw.githubusercontent.com/sebflipper/dotfiles/master/install | bash \
&& source ~/.bash_profile \
&& mac-up && brew-up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment