Skip to content

Instantly share code, notes, and snippets.

@mkc188
Last active December 16, 2015 21:21
Show Gist options
  • Save mkc188/2b1a57d597882f229ffd to your computer and use it in GitHub Desktop.
Save mkc188/2b1a57d597882f229ffd to your computer and use it in GitHub Desktop.
List of installed packages after reinstall OSX
xcode-select --install
brew install zsh
brew install zsh-completions
rm -f ~/.zcompdump; compinit
chmod go-w /usr/local/share
brew install git
brew install hg
brew install vim --with-lua --with-luajit
brew install macvim --with-lua --with-luajit
brew install nano
brew install python
brew install python3
brew install wget
brew install curl
brew install vcsh
brew install tmux
brew install reattach-to-user-namespace
brew install tiger-vnc
mount -t osxfusefs
sudo kextunload -b com.github.osxfuse.filesystems.osxfusefs
sudo /bin/cp -RfX /usr/local/opt/osxfuse/Library/Filesystems/osxfusefs.fs /Library/Filesystems
sudo chmod +s /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs
brew install ntfs-3g
brew install sshfs
brew install pkg-config
brew install imagemagick
brew install chruby
brew install chgems
brew install ruby-install
brew install ag
brew install ack
brew install ctags
brew install gcc
brew install gdb
brew install automake
brew install gnupg
brew install md5sha1sum
brew install mldonkey
brew install mitmproxy
brew install open-cobol
brew install nginx
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.nginx.plist
brew install node
brew install php55 --with-fpm
mkdir -p ~/Library/LaunchAgents
cp /usr/local/Cellar/php55/5.5.13/homebrew.mxcl.php55.plist ~/Library/LaunchAgents/
launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.php55.plist
launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.php55.plist
brew install mysql
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
brew install phpmyadmin
brew install php55-mcrypt
brew install swi-prolog
brew install smlnj
brew install rlwrap
brew install ghostscript
brew install mitmproxy
brew install libyaml
brew install brew-cask
brew cask install xquartz --force
brew cask install basictex --force
brew cask install virtualbox --force
brew cask install java7 --force
brew cask install intellij-idea --force
brew cask install adium-beta
brew cask install appcleaner
brew cask install audacity
brew cask install blender
brew cask install caffeine
brew cask install camtwist
brew cask install carbon-copy-cloner
brew cask install charles
brew cask install cocoasplit
brew cask install daisydisk
brew cask install darktable
brew cask install dropbox
brew cask install filezilla
brew cask install find-any-file
brew cask install firefox
brew cask install flux
brew cask install font-source-code-pro
brew cask install genymotion
brew cask install gimp-lisanet
brew cask install google-chrome-beta
brew cask install gpgtools
brew cask install handbrake
brew cask install inkscape
brew cask install iterm2-beta
brew cask install keepassx
brew cask install latexit
brew cask install libreoffice
brew cask install music-manager
brew cask install nosleep
brew cask install omnigraffle
brew cask install onyx
brew cask install openemu
brew cask install playonmac
brew cask install scribus
brew cask install sopcast
brew cask install soundflower
brew cask install spotifree
brew cask install spotify
brew cask install steam
brew cask install sublime-text3
brew cask install teamviewer
brew cask install tex-live-utility
brew cask install the-unarchiver
brew cask install thunderbird
brew cask install transmission
brew cask install tunnelblick-beta
brew cask install vlc
brew cask install wireshark
brew cask install xtrafinder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment