prehensile / freshstart

documenting the process of setting up a fresh development mac
1 stars 0 forks source link

installing new software from scratch on OSX and new habits in my brain #1

Open prehensile opened 9 years ago

prehensile commented 9 years ago

installed homebrew

prehensile commented 9 years ago

installed zsh & oh-my-zsh

prehensile commented 9 years ago

installed rbenv from homebrew.

prehensile commented 9 years ago

installed Spectacle for window management, tweaked shortcuts not to clash with tab control in Chrome

prehensile commented 9 years ago

installed iTerm 2

prehensile commented 9 years ago

Installed Chrome & Firefox

prehensile commented 9 years ago

installed Sublime Text 2, Sublime Package Control & SublimeCodeIntel

prehensile commented 9 years ago

installed VirtualBox

prehensile commented 9 years ago

installed boot2docker

prehensile commented 9 years ago

installed python-pip & virtualenv.

prehensile commented 9 years ago

installed Dropbox

prehensile commented 9 years ago

installed iStat Menus

prehensile commented 9 years ago

installed Hex Fiend

prehensile commented 9 years ago

trying to learn-by-using as many of these CLI shortcuts as possible

prehensile commented 9 years ago

set up commandline shortcut for Sublime as per this gist

prehensile commented 9 years ago

installed Tower for a nice git GUI

prehensile commented 9 years ago

installed SourceGear DiffMerge

prehensile commented 9 years ago

installed tmux

prehensile commented 9 years ago

learning the zsh git shortcuts

prehensile commented 9 years ago

installing noisy, for blocking out background sounds / unwanted pesky human noise

prehensile commented 9 years ago

installed chrome plugins:

prehensile commented 9 years ago

Getting into the habit of using VMs for hacking about on weird bits of code with lots of system dependencies.

prehensile commented 9 years ago

learning vim. dotfile here.

prehensile commented 9 years ago

set up iterm to open new tabs in same directory.

prehensile commented 9 years ago

Installed tmux Learning tmux

prehensile commented 9 years ago
# Disable transparency in the menu bar and elsewhere on Yosemite
defaults write com.apple.universalaccess reduceTransparency -bool true