Last active
October 31, 2016 15:40
-
-
Save tengpeng/2c1b1d5e8c2a1a6aa84c to your computer and use it in GitHub Desktop.
Setup New Mac by Brew and Cask
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
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