Last active
August 29, 2015 14:01
-
-
Save devopsmariocom/b0f8127147d03a3b62e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Reveal Library | |
chflags nohidden ~/Library | |
# Install homebrew | |
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" | |
# Install homebrew cask | |
brew install caskroom/cask/brew-cask | |
# Install all necessary sw | |
brew cask install google-chrome | |
brew cask install firefox | |
brew cask install spectacle | |
brew cask install mplayerx | |
brew cask install vlc | |
brew cask install rdio | |
brew cask install cyberduck | |
brew cask install skype | |
brew cask install atom | |
brew cask install handbrake | |
brew cask install transmission | |
brew cask install the-unarchiver | |
brew cask install appcleaner | |
brew cask install google-hangouts | |
brew cask install java | |
# Additional install packages | |
brew cask install airfoil | |
brew cask install calibre | |
brew cask install google-earth | |
brew cask install google-drive | |
brew cask install torbrowser | |
brew cask install flux | |
sudo gem install osdb # LANG="cs_CZ.UTF-8" getsub movie.avi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chflags nohidden ~/Library | |
xcode-select —install | |
sudo xcode-select -switch /Library/Developer/CommandLineTools | |
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" | |
brew install caskroom/cask/brew-cask | |
brew cask alfred link | |
brew cask install google-chrome | |
brew cask install iterm2 | |
brew cask install alfred | |
brew cask install spectacle | |
brew cask install github | |
brew cask install sublime-text | |
brew cask install atom | |
brew cask install mplayerx | |
brew cask install vlc | |
brew cask install virtualbox | |
brew cask install vagrant | |
brew cask install sourcetree | |
brew cask install java | |
brew cask install rdio | |
brew cask install airfoil | |
brew cask install sequel-pro | |
brew cask install fseventer | |
brew cask install diskmaker-x | |
brew cask install cyberduck | |
brew cask install daisydisk | |
brew cask install cakebrew | |
brew cask install httpclient | |
brew cask install dash | |
brew cask install mongohub | |
brew install rbenv ruby-build | |
echo "export RBENV_ROOT=/usr/local/var/rbenv\nif which rbenv > /dev/null; then eval \"\$(rbenv init -)\"; fi" >> ~/.zshrc | |
echo "gem: --no-document" > ~/.gemrc | |
brew install pow | |
mkdir -p ~/Library/Application\ Support/Pow/Hosts | |
ln -s ~/Library/Application\ Support/Pow/Hosts ~/.pow | |
sudo pow --install-system | |
hash -r | |
pow --install-local | |
sudo launchctl load -w /Library/LaunchDaemons/cx.pow.firewall.plist | |
launchctl load -w ~/Library/LaunchAgents/cx.pow.powd.plist | |
brew install mysql | |
sudo easy_install pip | |
brew install nvm && echo "source $(brew --prefix nvm)/nvm.sh" >> .zshrc | |
follow https://github.com/sorin-ionescu/prezto | |
ssh-keygen -t rsa -C "[email protected]" | |
brew install pwgen | |
brew install ec2-api-tools | |
java -version | |
git config --global user.name "elmariofredo" | |
git config --global user.email "[email protected]" | |
brew install chrome-cli | |
brew install nodejs | |
npm install -g grunt-cli | |
brew install wget |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment