Skip to content

Instantly share code, notes, and snippets.

@tengpeng
Last active October 31, 2016 15:40
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 tengpeng/2c1b1d5e8c2a1a6aa84c to your computer and use it in GitHub Desktop.
Save tengpeng/2c1b1d5e8c2a1a6aa84c to your computer and use it in GitHub Desktop.
Setup New Mac by Brew and Cask
sudo passwd pt
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew tap caskroom/cask
#brew install wget
brew install htop
#brew install zsh
#brew install aria2
brew tap homebrew/science
brew install r
brew cask install evernote
brew cask install dropbox
#brew cask install wechat
brew cask install vlc
brew cask install rstudio
#brew cask install texmacs
brew update && brew cleanup && brew cask cleanup
git config --global user.name ""
git config --global user.email ""
#defaults write com.apple.dock autohide-time-modifier -int 0;killall Dock
#defaults delete com.apple.dock autohide-time-modifier;killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment