Revisions
-
mrtazz revised this gist
Dec 6, 2010 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,17 +1,17 @@ # Part I: The Basics * Install OS X 10.6 * Run System Updates * [Google Chrome Dev](http://www.chromium.org/getting-involved/dev-channel) [[download](http://www.google.com/chrome/intl/en/eula_dev.html?dl=mac)] * [Google Chrome Beta](http://www.google.com/chrome) [[download](http://www.google.com/chrome?platform=mac)] * [The Unarchiver](http://wakaba.c3.cx/s/apps/unarchiver.html) [[download](http://theunarchiver.googlecode.com/files/TheUnarchiver2.3.zip)] # Part II: The Essentials * [Homebrew](http://mxcl.github.com/homebrew) [[install](http://gist.github.com/323731#gistcomment-1340)] * [Xcode](http://developer.apple.com/technologies/tools/xcode.html) [[download](http://developer.apple.com/technologies/xcode.html)] * [MacVim](http://code.google.com/p/macvim/) [[download](http://macvim.googlecode.com/files/MacVim-7_2-stable-1_2.tbz)] * [Vim Config](http://github.com/mrtazz/vimfiles) `git clone [email protected]:mrtazz/vimfiles.git ~/.vim && ln -s ~/.vim/vimrc ~/.vimrc` * set zsh as default shell `chsh -s /bin/zsh` * [oh-my-zsh](http://github.com/robbyrussell/oh-my-zsh) -
mrtazz revised this gist
Dec 6, 2010 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,6 +22,7 @@ * [Git](http://git-scm.com/) `brew install git` * [Brotherbard's GitX](http://github.com/brotherbard/gitx) [[download](http://github.com/brotherbard/gitx/tarball/v0.7.1)] * [Git Tower](http://www.git-tower.com/) ## CLI Tools @@ -32,6 +33,7 @@ * [Config files](http://gist.github.com/378708) ## Gems * bundler: `gem install bundler` * fuzzy\_file\_finder: `gem install fuzzy_file_finder` * mustache: `gem install mustache` * sinatra: `gem install sinatra` -
mrtazz revised this gist
Dec 6, 2010 . 1 changed file with 6 additions and 10 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,20 +26,15 @@ ## CLI Tools * [Gist](http://defunkt.github.com/gist/) `gem install gist` * [Ronn](http://rtomayko.github.com/ronn/) `gem install ronn` * [Ghost](http://github.com/bjeanes/ghost) `gem install ghost` * [Config files](http://gist.github.com/378708) ## Gems * fuzzy\_file\_finder: `gem install fuzzy_file_finder` * mustache: `gem install mustache` * sinatra: `gem install sinatra` * jekyll: `gem install jekyll` * heroku: `gem install heroku` @@ -51,6 +46,9 @@ * boost: `brew install boost` * gtest: `brew install gtest` ## Databases * [CouchDB](http://www.couchone.com/get) # Testing tools * [VMWare Fusion](http://www.vmware.com/products/fusion/) @@ -70,6 +68,7 @@ * [Echofon](http://www.echofon.com/twitter/mac/) [[download](http://www.echofon.com/twitter/mac/bin/Echofon.dmg)] * [Skype](http://wwwskype.com)[[download](http://www.skype.com/go/downloading)] * [Color Picker](http://www.robinwood.com/Catalog/Technical/OtherTuts/MacColorPicker/MacColorPicker.html#colorPickerApp) * [Colloquy]() # Misc * [Growl](http://www.growl.info) @@ -80,8 +79,5 @@ * [Notational Velocity](http://notational.net/) * [Wallet](http://www.acrylicapps.com/wallet/) * [Password Assistant](http://www.codepoetry.net/products/passwordassistant) * [Reeder for Mac](http://madeatgloria.com/brewery) * foodlist `pip install foodlist` -
mrtazz revised this gist
Aug 8, 2010 . 1 changed file with 0 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,14 +18,6 @@ # Part III: Development Tools ## Source control * [Git](http://git-scm.com/) `brew install git` -
mrtazz revised this gist
Aug 8, 2010 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -55,6 +55,10 @@ > `sudo easy_install pip nose` ## C++ Libraries * boost: `brew install boost` * gtest: `brew install gtest` # Testing tools * [VMWare Fusion](http://www.vmware.com/products/fusion/) @@ -71,8 +75,8 @@ # Utilities # Communication Tools * [Echofon](http://www.echofon.com/twitter/mac/) [[download](http://www.echofon.com/twitter/mac/bin/Echofon.dmg)] * [Skype](http://wwwskype.com)[[download](http://www.skype.com/go/downloading)] * [Color Picker](http://www.robinwood.com/Catalog/Technical/OtherTuts/MacColorPicker/MacColorPicker.html#colorPickerApp) # Misc -
mrtazz revised this gist
Aug 8, 2010 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,9 @@ * [Homebrew](http://mxcl.github.com/homebrew) [[install](http://gist.github.com/323731#gistcomment-1340)] * [Xcode](http://developer.apple.com/technologies/tools/xcode.html) [[download](http://developer.apple.com/technologies/xcode.html)] * [MacVim](http://code.google.com/p/macvim/) [[download](http://macvim.googlecode.com/files/MacVim-7_2-stable-1_2.tbz)] * [Vim Config](http://github.com/mrtazz/vimfiles) `git clone [email protected]:mrtazz/vimfiles.git ~/.vim && echo "source ~/.vim/vimrc" > ~/.vimrc` * set zsh as default shell `chsh -s /bin/zsh` * [oh-my-zsh](http://github.com/robbyrussell/oh-my-zsh) # Part III: Development Tools -
mrtazz revised this gist
Aug 8, 2010 . 1 changed file with 12 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -32,10 +32,10 @@ ## CLI Tools * [Hub](http://defunkt.github.com/hub/hub.1.html) `brew install hub` * [Gist](http://defunkt.github.com/gist/) `gem install gist` * [Ronn](http://rtomayko.github.com/ronn/) `gem install ronn` * [Ghost](http://github.com/bjeanes/ghost) `gem install ghost` * [Config files](http://gist.github.com/378708) ## Gems @@ -55,16 +55,16 @@ # Testing tools * [VMWare Fusion](http://www.vmware.com/products/fusion/) # Design Tools * iWork * [Hexpicker](http://wafflesoftware.net/hexpicker/) * [OmniGraffle](http://www.omnigroup.com/products/omnigraffle/) * [Mindnode](http://www.mindnode.com/) # Productivity Tools * [Things.app](http://culturedcode.com/things/) # Utilities @@ -79,8 +79,11 @@ * Spotify * [Perian](http://perian.org) * VLC * [Notational Velocity](http://notational.net/) * [Wallet](http://www.acrylicapps.com/wallet/) * [Password Assistant](http://www.codepoetry.net/products/passwordassistant) * foodlist `pip install foodlist` # Maybe * [SIMBL](http://www.culater.net/software/SIMBL/SIMBL.php) [[download](http://www.culater.net/dl/files/SIMBL-0.9.7a.zip)] * [Visor](http://visor.binaryage.com/) [[download](http://github.com/downloads/darwin/visor/Visor-2.2-84d1873.zip)] -
mrtazz revised this gist
Aug 7, 2010 . 1 changed file with 7 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,13 +20,8 @@ - [ProjectPlus](http://ciaranwal.sh/2008/08/05/textmate-plug-in-projectplus) [[download](http://baconfile.com/KennethReitz/Web%20Development%20Tools/Mac%20OS%20X/TextMate/Plugins/ProjectPlus.tmplugin.zip/)] - [MiniMap](http://julianeberius.github.com/Textmate-Minimap/) [[download](http://baconfile.com/KennethReitz/Web%20Development%20Tools/Mac%20OS%20X/TextMate/Plugins/TextmateMinimap.tmplugin.zip/)] - [ReMate](http://ciaranwal.sh/remate/) [[download](http://ciaranwal.sh/remate/ReMate.tgz)] - [GetBundles](http://github.com/adamsalter/GetBundles.tmbundle) [[download](http://github.com/adamsalter/GetBundles.tmbundle/zipball/master)] - [Sparkup](http://github.com/rstacruz/sparkup) [[download](http://github.com/rstacruz/sparkup/zipball/master)] - [Mustache](http://gist.github.com/323624) [[download](http://github.com/defunkt/Mustache.tmbundle/zipball/master)] ## Source control @@ -44,25 +39,29 @@ * [Config files](http://gist.github.com/378708) ## Gems * rake: `gem install rake` * fuzzy\_file\_finder: `gem install fuzzy_file_finder` * mustache: `gem install mustache` * sinatra: `gem install sinatra` * rack-test: `gem install rack-test` * things-rb: `gem install things-rb` * rubyosa: `gem install pbosetti-rbosa` * jekyll: `gem install jekyll` * heroku: `gem install heroku` ## Python Libs > `sudo easy_install pip nose` # Testing tools * VMWare Fusion # Design Tools * iWork * [Hexpicker](http://wafflesoftware.net/hexpicker/) * OmniGraffle * Mindnode # Productivity Tools * Things.app @@ -78,7 +77,7 @@ * [Growl](http://www.growl.info) * [DropBox](http://www.dropbox.com) * Spotify * [Perian](http://perian.org) * VLC # Maybe -
mrtazz revised this gist
Aug 7, 2010 . 1 changed file with 11 additions and 28 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,3 @@ # Part I: The Basics * Install OS X 10.6 @@ -13,6 +11,7 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * [Homebrew](http://mxcl.github.com/homebrew) [[install](http://gist.github.com/323731#gistcomment-1340)] * [Xcode](http://developer.apple.com/technologies/tools/xcode.html) [[download](http://developer.apple.com/technologies/xcode.html)] * [MacVim](http://code.google.com/p/macvim/) [[download](http://macvim.googlecode.com/files/MacVim-7_2-stable-1_2.tbz)] * [Vim Config](http://github.com/mrtazz/vimfiles) `git clone [email protected]:mrtazz/vimfiles.git ~/.vim && echo "source ~/.vim/vimrc > ~/.vimrc"` # Part III: Development Tools @@ -44,59 +43,43 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * [Ghost](http://github.com/bjeanes/ghost) `sudo gem install ghost` * [Config files](http://gist.github.com/378708) ## Gems * mustache: `gem install mustache` * sinatra: `gem install sinatra` * rack-test: `gem install rack-test` * things-rb: `gem install things-rb` * rubyosa: `gem install pbosetti-rbosa` ## Python Libs > `sudo easy_install pip fabric virtualenv bpython ipython nose` # Testing tools * VMWare Fusion * Foremost # Design Tools * iWork * [Hexpicker](http://wafflesoftware.net/hexpicker/) * OmniGraffle # Productivity Tools * Things.app # Utilities # Communication Tools * Echofon * Skype * [Color Picker](http://www.robinwood.com/Catalog/Technical/OtherTuts/MacColorPicker/MacColorPicker.html#colorPickerApp) # Misc * [Growl](http://www.growl.info) * [DropBox](http://www.dropbox.com) * Spotify * Perian * VLC # Maybe -
mrtazz revised this gist
Aug 7, 2010 . 1 changed file with 0 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -40,12 +40,8 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * [Hub](http://defunkt.github.com/hub/hub.1.html) `sudo brew install hub` * [Gist](http://defunkt.github.com/gist/) `sudo gem install gist` * [Ronn](http://rtomayko.github.com/ronn/) `sudo gem install ronn` * [Ghost](http://github.com/bjeanes/ghost) `sudo gem install ghost` * [Config files](http://gist.github.com/378708) @@ -54,11 +50,6 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. > `sudo easy_install pip fabric virtualenv bpython ipython nose` ## Other * [Titanium](http://www.appcelerator.com/) [[download](http://www.appcelerator.com/products/download/)] * V8 Engine `brew install v8` -
mrtazz revised this gist
Aug 7, 2010 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,18 +5,14 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * Install OS X 10.6 * [Google Chrome Dev](http://www.chromium.org/getting-involved/dev-channel) [[download](http://www.google.com/chrome/intl/en/eula_dev.html?dl=mac)] * [Google Chrome Beta](http://www.google.com/chrome) [[download](http://www.google.com/chrome?platform=mac)] * [The Unarchiver](http://wakaba.c3.cx/s/apps/unarchiver.html) [[download](http://theunarchiver.googlecode.com/files/TheUnarchiver2.3.zip)] * Run System Updates # Part II: The Essentials * [Homebrew](http://mxcl.github.com/homebrew) [[install](http://gist.github.com/323731#gistcomment-1340)] * [Xcode](http://developer.apple.com/technologies/tools/xcode.html) [[download](http://developer.apple.com/technologies/xcode.html)] * [MacVim](http://code.google.com/p/macvim/) [[download](http://macvim.googlecode.com/files/MacVim-7_2-stable-1_2.tbz)] # Part III: Development Tools @@ -36,9 +32,8 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. ## Source control * [Git](http://git-scm.com/) `brew install git` * [Brotherbard's GitX](http://github.com/brotherbard/gitx) [[download](http://github.com/brotherbard/gitx/tarball/v0.7.1)] ## CLI Tools @@ -110,4 +105,9 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * VLC * Cinch * ChaX for iChat * Skype # Maybe * [SIMBL](http://www.culater.net/software/SIMBL/SIMBL.php) [[download](http://www.culater.net/dl/files/SIMBL-0.9.7a.zip)] * [Visor](http://visor.binaryage.com/) [[download](http://github.com/downloads/darwin/visor/Visor-2.2-84d1873.zip)] -
kennethreitz revised this gist
Jun 18, 2010 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -69,7 +69,7 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * V8 Engine `brew install v8` * Node.js `brew install node` * Grails `brew install grails` * [RCDefaultApp](http://www.rubicode.com/Software/RCDefaultApp/) # Testing tools -
kennethreitz revised this gist
Jun 3, 2010 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -98,7 +98,7 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * Linkinus * Tweetie * Notify 2 * [Color Picker](http://www.robinwood.com/Catalog/Technical/OtherTuts/MacColorPicker/MacColorPicker.html#colorPickerApp) # Misc * Silverlight -
kennethreitz revised this gist
Apr 27, 2010 . 1 changed file with 26 additions and 38 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,15 +6,15 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * [Google Chrome Dev](http://www.chromium.org/getting-involved/dev-channel) [[download](http://www.google.com/chrome/intl/en/eula_dev.html?dl=mac)] * [Google Chrome Beta](http://www.google.com/chrome) [[download](http://www.google.com/chrome?platform=mac)] * [LaunchBar](http://www.obdev.at/products/launchbar/index.html) [[download](http://baconfile.com/KennethReitz/Web%20Development%20Tools/Mac%20OS%20X/LaunchBar-5.0.2.dmg/)] * [Transmit 5](http://www.panic.com/TRANSMIT/) [[download](http://baconfile.com/KennethReitz/Web%20Development%20Tools/Mac%20OS%20X/Transmit%204.0.zip/)] * [The Unarchiver](http://wakaba.c3.cx/s/apps/unarchiver.html) [[download](http://theunarchiver.googlecode.com/files/TheUnarchiver2.3.zip)] * Run System Updates # Part II: The Essentials * [SIMBL](http://www.culater.net/software/SIMBL/SIMBL.php) [[download](http://www.culater.net/dl/files/SIMBL-0.9.7a.zip)] * [Visor](http://visor.binaryage.com/) [[download](http://github.com/downloads/darwin/visor/Visor-2.2-84d1873.zip)] * [Homebrew](http://mxcl.github.com/homebrew) [[install](http://gist.github.com/323731#gistcomment-1340)] * [Xcode](http://developer.apple.com/technologies/tools/xcode.html) [[download](http://developer.apple.com/technologies/xcode.html)] * [Total Finder](http://totalfinder.binaryage.com/) [[download](http://downloads.binaryage.com/TotalFinder-0.8.3.dmg)] @@ -23,61 +23,49 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * [TextMate](http://macromates.com/) [[download](http://baconfile.com/KennethReitz/Web%20Development%20Tools/Mac%20OS%20X/TextMate/TextMate_1.5.9.dmg/)] - [ProjectPlus](http://ciaranwal.sh/2008/08/05/textmate-plug-in-projectplus) [[download](http://baconfile.com/KennethReitz/Web%20Development%20Tools/Mac%20OS%20X/TextMate/Plugins/ProjectPlus.tmplugin.zip/)] - [MiniMap](http://julianeberius.github.com/Textmate-Minimap/) [[download](http://baconfile.com/KennethReitz/Web%20Development%20Tools/Mac%20OS%20X/TextMate/Plugins/TextmateMinimap.tmplugin.zip/)] - [ReMate](http://ciaranwal.sh/remate/) [[download](http://ciaranwal.sh/remate/ReMate.tgz)] - [kTheme](http://kennethreitz.com/tools/) [[download](http://media.kennethreitz.com/krTheme.tmTheme.zip)] - [GetBundles](http://github.com/adamsalter/GetBundles.tmbundle) [[download](http://github.com/adamsalter/GetBundles.tmbundle/zipball/master)] - [Sparkup](http://github.com/rstacruz/sparkup) [[download](http://github.com/rstacruz/sparkup/zipball/master)] - [kHTML](http://github.com/kennethreitz/kHTML.tmbundle) [[download](http://github.com/kennethreitz/kHTML.tmbundle/zipball/master)] - [kCSS](http://github.com/kennethreitz/kCSS.tmbundle) [[download](http://github.com/kennethreitz/kCSS.tmbundle/zipball/master)] - [kPHP](http://github.com/kennethreitz/kPHP.tmbundle) [[download](http://github.com/kennethreitz/kPHP.tmbundle/zipball/master)] - [kJS](http://github.com/kennethreitz/kJS.tmbundle) [[download](http://github.com/kennethreitz/kJS.tmbundle/zipball/master)] - [Mustache](http://gist.github.com/323624) [[download](http://github.com/defunkt/Mustache.tmbundle/zipball/master)] ## Source control * [Git](http://git-scm.com/) `sudo brew install git` * [Brotherbard's GitX](http://github.com/brotherbard/gitx) [[download](http://github.com/brotherbard/gitx/tarball/v0.7.1)] * [[Versions]](http://versionsapp.com/) [[download](http://baconfile.com/KennethReitz/Web%20Development%20Tools/Mac%20OS%20X/Versions_1.0.9_79.zip/)] ## CLI Tools * [Hub](http://defunkt.github.com/hub/hub.1.html) `sudo brew install hub` * [Gist](http://defunkt.github.com/gist/) `sudo gem install gist` * [Gisty](http://github.com/swdyh/gisty) `gem sources -a http://gemcutter.org && sudo gem install gisty` * [Ronn](http://rtomayko.github.com/ronn/) `sudo gem install ronn` * [Browser](http://gist.github.com/318247/) `sudo gem install ssh-copy-id` * [Ghost](http://github.com/bjeanes/ghost) `sudo gem install ghost` * [Instareader](http://github.com/kennethreitz/instareader.py) * [ssh-copy-id](http://gist.github.com/378862) `sudo gem install ssh-copy-id` * [Config files](http://gist.github.com/378708) ## Python Libs > `sudo easy_install pip fabric virtualenv bpython ipython nose` ## PHP * [MAMP Pro](http://www.mamp.info/en/mamp-pro/) [[download](http://baconfile.com/KennethReitz/Web%20Development%20Tools/Mac%20OS%20X/MAMP%20Pro/MAMP_MAMP_PRO_1.8.3.dmg/)] * [Sequel Pro](http://www.sequelpro.com/) [[download](http://baconfile.com/KennethReitz/Web%20Development%20Tools/Mac%20OS%20X/sequel-pro-0.9.7.dmg/)] ## Other * [Titanium](http://www.appcelerator.com/) [[download](http://www.appcelerator.com/products/download/)] * V8 Engine `brew install v8` * Node.js `brew install node` * Grails `brew install grails` -
kennethreitz revised this gist
Apr 27, 2010 . 1 changed file with 14 additions and 14 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * [Google Chrome Dev](http://www.chromium.org/getting-involved/dev-channel) [[download](http://www.google.com/chrome/intl/en/eula_dev.html?dl=mac)] * [Google Chrome Beta](http://www.google.com/chrome) [[download](http://www.google.com/chrome?platform=mac)] * [LaunchBar](http://www.obdev.at/products/launchbar/index.html) [[download](http://baconfile.com/KennethReitz/Web%20Development%20Tools/Mac%20OS%20X/LaunchBar-5.0.2.dmg/)] * [Transmit 5] [[download]()] * [The Unarchiver](http://wakaba.c3.cx/s/apps/unarchiver.html) [[download](http://theunarchiver.googlecode.com/files/TheUnarchiver2.3.zip)] * Run System Updates @@ -23,24 +23,24 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * [TextMate](http://macromates.com/) [[download](http://baconfile.com/KennethReitz/Web%20Development%20Tools/Mac%20OS%20X/TextMate/TextMate_1.5.9.dmg/)] - [ProjectPlus](http://ciaranwal.sh/2008/08/05/textmate-plug-in-projectplus) [[download](http://baconfile.com/KennethReitz/Web%20Development%20Tools/Mac%20OS%20X/TextMate/Plugins/ProjectPlus.tmplugin.zip/)] - MiniMap [[download](http://baconfile.com/KennethReitz/Web%20Development%20Tools/Mac%20OS%20X/TextMate/Plugins/TextmateMinimap.tmplugin.zip/)] - ReMate [[download]()] - kTheme [[download]()] - GetBundles [[download]()] - Sparkup [[download]()] - kHTML [[download]()] - kCSS [[download]()] - kPHP [[download]()] - kJS [[download]()] - Mustache [[download]()] - JavaScript [[download]()] ## Source control * [Git](http://git-scm.com/) `sudo brew install git` * [Brotherbard's GitX](http://github.com/brotherbard/gitx) [[download]()] * [[Versions]](http://versionsapp.com/) [[download]()] * git -
kennethreitz revised this gist
Apr 27, 2010 . 1 changed file with 12 additions and 12 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,26 +3,26 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. # Part I: The Basics * Install OS X 10.6 * [Google Chrome Dev](http://www.chromium.org/getting-involved/dev-channel) [[download](http://www.google.com/chrome/intl/en/eula_dev.html?dl=mac)] * [Google Chrome Beta](http://www.google.com/chrome) [[download](http://www.google.com/chrome?platform=mac)] * [LaunchBar](http://www.obdev.at/products/launchbar/index.html) [[download](http://baconfile.com/KennethReitz/Web%20Development%20Tools/Mac%20OS%20X/LaunchBar-5.0.2.dmg/)] * [Transmit 5] [[download](xxx)] * [The Unarchiver](http://wakaba.c3.cx/s/apps/unarchiver.html) [[download](http://theunarchiver.googlecode.com/files/TheUnarchiver2.3.zip)] * Run System Updates # Part II: The Essentials * [SIMBL](http://www.culater.net/software/SIMBL/SIMBL.php) [[download](http://www.culater.net/dl/files/SIMBL-0.9.7a.zip)] * [Visor](http://visor.binaryage.com/) [[download](http://github.com/downloads/darwin/visor/Visor-2.2-84d1873.zip)] * [Homebrew](http://github.com/mxcl/homebrew) [[install](http://gist.github.com/323731#gistcomment-1340)] * [Xcode](http://developer.apple.com/technologies/tools/xcode.html) [[download](http://developer.apple.com/technologies/xcode.html)] * [Total Finder](http://totalfinder.binaryage.com/) [[download](http://downloads.binaryage.com/TotalFinder-0.8.3.dmg)] # Part III: Development Tools * [TextMate](http://macromates.com/) [[download](http://baconfile.com/KennethReitz/Web%20Development%20Tools/Mac%20OS%20X/TextMate/TextMate_1.5.9.dmg/)] - [ProjectPlus](http://ciaranwal.sh/2008/08/05/textmate-plug-in-projectplus) [[download](http://baconfile.com/KennethReitz/Web%20Development%20Tools/Mac%20OS%20X/TextMate/Plugins/ProjectPlus.tmplugin.zip/)] - MiniMap [[download](xxx)] - ReMate [[download](xxx)] - kTheme [[download](xxx)] -
kennethreitz revised this gist
Apr 27, 2010 . 1 changed file with 23 additions and 23 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,44 +3,44 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. # Part I: The Basics * Install OS X 10.6 * Google Chrome Dev [[download](xxx)] * Google Chrome Beta [[download](xxx)] * LaunchBar [[download](xxx)] * Transmit 5 (just in case I get a call) [[download](xxx)] * The Unarchiver [[download](xxx)] * Run System Updates # Part II: The Essentials * SIMBL [[download](xxx)] * Visor [[download](xxx)] * [Homebrew](http://github.com/mxcl/homebrew) [[Installation](http://gist.github.com/323731#gistcomment-1340)] * Xcode [[download](xxx)] * Total Finder [[download](xxx)] # Part III: Development Tools * TextMate - ProjectPlus [[download](xxx)] - MiniMap [[download](xxx)] - ReMate [[download](xxx)] - kTheme [[download](xxx)] - GetBundles [[download](xxx)] - Sparkup [[download](xxx)] - kHTML [[download](xxx)] - kCSS [[download](xxx)] - kPHP [[download](xxx)] - kJS [[download](xxx)] - Mustache [[download](xxx)] - JavaScript [[download](xxx)] ## Source control * [Git](http://git-scm.com/) `sudo brew install git` * [Brotherbard's GitX](http://github.com/brotherbard/gitx) [[download](xxx)] * [[Versions]](http://versionsapp.com/) [[download](xxx)] * git -
kennethreitz revised this gist
Apr 27, 2010 . 1 changed file with 30 additions and 29 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,55 +2,56 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. # Part I: The Basics * Install OS X 10.6 * Google Chrome Dev [[download]] * Google Chrome Beta [[download]] * LaunchBar [[download]] * Transmit 5 (just in case I get a call) [[download]] * The Unarchiver [[download]] * Run System Updates # Part II: The Essentials * SIMBL [[download]] * Visor [[download]] * [Homebrew](http://github.com/mxcl/homebrew) [[Installation](http://gist.github.com/323731#gistcomment-1340)] * Xcode [[download]] * Total Finder [[download]] # Part III: Development Tools * TextMate - ProjectPlus [[download]] - MiniMap [[download]] - ReMate [[download]] - kTheme [[download]] - GetBundles [[download]] - Sparkup [[download]] - kHTML [[download]] - kCSS [[download]] - kPHP [[download]] - kJS [[download]] - Mustache [[download]] - JavaScript [[download]] ## Source control * [Git](http://git-scm.com/) `sudo brew install git` * [Brotherbard's GitX](http://github.com/brotherbard/gitx) [[download]] * [[Versions]](http://versionsapp.com/) [[download]] * git ## CLI Tools * Hub `sudo brew install hub` * Gist `sudo brew install gist` * Gisty * GitHub Sync * Ronn `sudo gem install ronn` * Browser `sudo gem install ssh-copy-id` * Ghost `sudo gem install ghost` * Instareader * ssh-copy-id `sudo gem install ssh-copy-id` @@ -60,7 +61,7 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. ## Python * fabric * pip * virtualenv * bpython @@ -84,7 +85,7 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. # Testing tools * VMWare Fusion * Foremost # Design Tools -
kennethreitz revised this gist
Apr 27, 2010 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,8 +14,7 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * SIMBL * Visor * [Homebrew](http://github.com/mxcl/homebrew) [[Installation](http://gist.github.com/323731#gistcomment-1340)] * Xcode * Total Finder -
kennethreitz revised this gist
Apr 27, 2010 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,8 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * SIMBL * Visor * Homebrew - `curl http://gist.github.com/raw/323731/HEAD/install_homebrew.rb -o /tmp/install_homebrew.rb && ruby /tmp/install_homebrew.rb` * Xcode * Total Finder -
kennethreitz revised this gist
Apr 27, 2010 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,7 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * SIMBL * Visor * Homebrew `curl http://gist.github.com/raw/323731/HEAD/install_homebrew.rb -o /tmp/install_homebrew.rb && ruby /tmp/install_homebrew.rb` * Xcode * Total Finder -
kennethreitz revised this gist
Apr 27, 2010 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -90,6 +90,7 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. # Design Tools * iWork * Adobe Creative Suite 4 * [Hexpicker](http://wafflesoftware.net/hexpicker/) * OmniGraffle * Balsamic Mokcups * Fontcase -
kennethreitz revised this gist
Apr 27, 2010 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,8 +16,6 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * Visor * Homebrew * Xcode * Total Finder -
kennethreitz revised this gist
Apr 27, 2010 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,8 +4,9 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * Install OS X 10.6 * Google Chrome (dev channel) * Google Chrome 'Prod' (Beta channel) * LaunchBar * Transmit 5 (just in case I get a call) * The Unarchiver * Run System Updates -
kennethreitz revised this gist
Apr 26, 2010 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -31,6 +31,7 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. - kHTML - kCSS - kPHP - kJS - Mustache - JavaScript @@ -76,6 +77,7 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * ## Other * Titanium * V8 Engine `brew install v8` * Node.js `brew install node` * Grails `brew install grails` -
kennethreitz revised this gist
Apr 26, 2010 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -53,7 +53,7 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * Browser * Ghost `sudo gem install ghost` * Instareader * ssh-copy-id `sudo gem install ssh-copy-id` * [Config files](http://gist.github.com/378708) -
kennethreitz revised this gist
Apr 26, 2010 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -111,7 +111,7 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. # Misc * Silverlight * Gowl * Ulysees Core * Spotify * Perian -
kennethreitz revised this gist
Apr 26, 2010 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,9 +23,11 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. # Part III: Development Tools * TextMate - ProjectPlus - MiniMap - kTheme - Sparkup - GetBundles - kHTML - kCSS - kPHP -
kennethreitz revised this gist
Apr 26, 2010 . 1 changed file with 50 additions and 18 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,22 +17,43 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * Xcode * Macports * Zsh `sudo port install zsh +mp_completion` * Total Finder # Part III: Development Tools * TextMate - Sparkup - GetBundles - kTheme - kHTML - kCSS - kPHP - Mustache - JavaScript ## Source control * Git * GitX * Versions * git `sudo brew install git` ## CLI Tools * Hub `sudo brew install hub` * Gist `sudo brew install gist` * Gisty * GitHub Sync * Ronn `sudo gem install ronn` * Browser * Ghost `sudo gem install ghost` * Instareader * ssh-copy-id * [Config files](http://gist.github.com/378708) ## Python @@ -42,47 +63,58 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. * virtualenv * bpython * ipython * nose > `sudo easy_install pip fabric virtualenv bpython ipython nose` ## PHP * MAMP Pro * Sequel Pro * ## Other * V8 Engine `brew install v8` * Node.js `brew install node` * Grails `brew install grails` * # Testing tools * VMWare Fusion * Foremost # Design Tools * iWork * Adobe Creative Suite 4 * OmniGraffle * Balsamic Mokcups * Fontcase # Productivity Tools * Things.app * Anxiety # Utilities * SuperDuper # Communication Tools * iChat + Chax * Linkinus * Tweetie * Notify 2 * Color Picker # Misc * Silverlight * Ulysees Core * Spotify * Perian * Super * VLC * Cinch * ChaX for iChat * Skype -
kennethreitz revised this gist
Apr 26, 2010 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -48,7 +48,8 @@ I reinstalled my system this weekend. Thinks are running quite smoothly. ## PHP * MAMP Pro * Sequel Pro * Setup Local Copy of CodeIgniter and ExtJS Docs ## CLI Tools * Gist `sudo brew install gist`
NewerOlder