Things I must install

There are a bunch of packages that folks install with homebrew and other things when they get a new system. These are mine.

Brew

brew install \
  hub --devel  # easily integrate with GitHub
  rbenv ruby-build
  autojump
  npm
  mysql 
  Caskroom/cask/java elasticsearch 
  pv  # a progress meter for piping things
  memcached libmemcached # also dev headers
  tree # pretty directory terminal trees

ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents
ln -sfv /usr/local/opt/memcached/*.plist ~/Library/LaunchAgents
ln -sfv /usr/local/opt/elasticsearch/*.plist ~/Library/LaunchAgents

Python

sudo easy_install pip
sudo pip install virtualenv virtualenvwrapper
© 2012 - 2022 · Home — Theme Simpleness