Skip to content

Instantly share code, notes, and snippets.

@tarnacious
Created August 19, 2013 15:07
Show Gist options
  • Select an option

  • Save tarnacious/6270193 to your computer and use it in GitHub Desktop.

Select an option

Save tarnacious/6270193 to your computer and use it in GitHub Desktop.
Some initial setup to my macbook air. I need to do it twice, so wrote it down to make it quicker.
Download + Install Firefox in English (http://www.mozilla.org/en-US/firefox/all/)
Download + Install XCode and XCode command line tools. (https://developer.apple.com/downloads/)
Download + Install ITerm2
Download Solarized.
Install Solarized for ITerm2: http://michaelheap.com/solarized-with-iterm2/
Download + Install Chrome in English (https://www.google.com/intl/en/chrome/)
Install homebrew http://brew.sh/
brew install vim
brew install tmux
brew install wget
brew install node
brew install python
brew install git
brew install phantomjs
brew install markdown
brew install erlang
brew install psql
brew install magemagick
brew install mutt --with-sidebar-plugin
brew install contacts
brew install gpg
brew install ccache
brew install https://raw.github.com/Homebrew/homebrew-versions/master/autoconf213.rb
brew install html2text
brew install gpg-agent
brew install msmtp
brew install storm
brew install leiningen
# install java.
Binaries from http://www.oracle.com/technetwork/java/javase/downloads/index.html
Or build openjdk
# Python
pip install virtualenv
# virtualization
Downlaod and install Virtual box
Download and install Vagrant
vagrant box add precise64 http://dl.dropbox.com/u/1537815/precise64.box
Vimium from Chrome Store.
# Runy
install rvm
rvm install ruby-1.9.2
# Generate SSH key
ssh-keygen
# Insecure communitcations
Skype
Adium
Capslock to Ctrl (System -> Keyboard -> Modifier Keys)
brew install a gist: https://gist.github.com/j-wilkins/4725090
add to tmux.conf: set-option -g default-command "reattach-to-user-namespace -l bash"
# Vundle!
https://github.com/gmarik/vundle
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
In vim :BundleInstall
# After BundleInstall build command T
cd ~/.vim/bundle/command-t/ruby/command-t
ruby extconf.rb
make
# Make pretty colors
Download Solarized.
Install Solarized for ITerm2
http://michaelheap.com/solarized-with-iterm2/
Enable show home in Finder.
Finder->Preferences->Sidebar
mkdir .dotfiles
ln -s ~/.dotfiles/.tmux.conf ~/.tmux.conf
ln -s ~/.dotfiles/.bashrc.conf ~/.bashrc
ln -s ~/.dotfiles/.vimrc ~/.vimrc
etc..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment