Skip to content

Instantly share code, notes, and snippets.

@xykong
Forked from ptmt/macOS-arm-setup.sh
Last active February 17, 2016 09:15
Show Gist options
  • Save xykong/fa47dee89f8482371af9 to your computer and use it in GitHub Desktop.
Save xykong/fa47dee89f8482371af9 to your computer and use it in GitHub Desktop.
Setting up fresh OS X
# 1. Install Brew (warning: at least read install at first)
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# 2. Install Brew Cask
# -- brew install caskroom/cask/brew-cask # Important December 2015 update: Homebrew-Cask will now be kept up to date together with Homebrew
# 3. Install Oh-my-zsh (warning: at least read install.sh at first)
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
# 4. Install brew packages
brew install dnscrypt-proxy
brew install libsodium
brew install lrzsz
brew install minisign
brew install openssl
brew install wget
# 5. Install GUI from AppStore manually
# -- XCode
# -- Telegram(?)
# 6. Install GUI applications
brew cask install baiducloud
brew cask install dropbox
brew cask install google-drive
brew cask install macid
brew cask install qq
brew cask install sogouinput
brew cask install thunder
brew cask install google-chrome
brew cask install vlc
brew cask install iterm2
# 7. Misc section
git config --global user.name "xy.kong"
git config --global user.email xy.kong@gmail.com
sudo gem install jekyll # install static blog platform
# 8. Manual settings
# -- Configure Dock: move to left, hide most of icons;
# -- Increase keyboard Key Repeat speed;
# -- Enable encrypted backup disk for TimeMachine;
# -- Create/Restore ssh keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment