-
-
Save joshnabbott/571162 to your computer and use it in GitHub Desktop.
Revisions
-
soffes revised this gist
Aug 28, 2010 . 1 changed file with 8 additions and 7 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 @@ -121,12 +121,13 @@ What I do after I do a fresh install. Things are sorta grouped by type. ### Install Disc Apps 1. Install Creative Suite 4 2. Launch Photoshop so the Adobe Updater starts 3. iLife 4. iWork 5. Install Final Cut Express 4 6. Install Logic Studio 7. Install Live 8. Run Software Update for the last time **Done.** Yays. -
soffes revised this gist
Aug 28, 2010 . 1 changed file with 14 additions and 13 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,30 +55,31 @@ What I do after I do a fresh install. Things are sorta grouped by type. ### Install Unix Stuff 1. Install Xcode (hopefully it's done downloading by now) 2. Create and own /usr/local $ sudo mkdir /usr/local $ sudo chown -R samsoffes /usr/local $ sudo chmod -R 775 /usr/local 3. Create /usr/local/bin $ mkdir /usr/local/bin 4. [Download TextMate](http://macromates.com) 5. Setup TextMate mate command 6. Run Software Update 7. Install Xcode 8. Change Terminal fonts 9. Install Homebrew $ curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local --strip 1 10. Install Git $ brew install git 12. Install [my dotfiles](http://github.com/samsoffes/dotfiles) and use zsh $ chsh -s /bin/zsh $ cd ~ $ git init $ git remote add origin http://github.com/samsoffes/dotfiles.git 13. Ignore everything in home (add a `*` line to the `~/.git/info/exclude` file) 14. Install rvm $ bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head ) 15. Install Enterprise Ruby 1.8.7 $ rvm install ree ### Install TextMate Plugins -
soffes revised this gist
Aug 28, 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 @@ -20,6 +20,8 @@ What I do after I do a fresh install. Things are sorta grouped by type. 14. Snap desktop items to grid 15. Remote stupid MyBook drive sudo sh -c "echo UUID=`diskutil info /Volumes/WD\ SmartWare/ | grep 'UUID' | awk '{print $NF}'` none hfs rw,noauto 0 0 >> /etc/fstab" 16. Setup MagicMouse and turn up tracking all the way 17. [Install FireStudio driver](http://www.presonus.com/products/Detail.aspx?ProductId=43) ### Install Apps -
soffes revised this gist
Aug 28, 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 @@ -18,6 +18,8 @@ What I do after I do a fresh install. Things are sorta grouped by type. 12. Turn on auto-hiding dock and magnification 13. Change default Finder sorting 14. Snap desktop items to grid 15. Remote stupid MyBook drive sudo sh -c "echo UUID=`diskutil info /Volumes/WD\ SmartWare/ | grep 'UUID' | awk '{print $NF}'` none hfs rw,noauto 0 0 >> /etc/fstab" ### Install Apps -
soffes revised this gist
Aug 28, 2010 . 1 changed file with 68 additions and 34 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 @@ -4,7 +4,7 @@ What I do after I do a fresh install. Things are sorta grouped by type. ### General Config 1. Start downloading [Xcode](http://developer.apple.com/iphone) 2. Disable auto-bright and turn brightness all the way up 3. Turn up trackpad tracking 4. Disable trackpad pinch open & close @@ -21,63 +21,97 @@ What I do after I do a fresh install. Things are sorta grouped by type. ### Install Apps 1. [Install Growl](http://growl.info) 2. [Install Rogie HUD Growl Theme](http://www.komodomedia.com/download/#hud-growl-theme) 3. [Install Dropbox](https://www.dropbox.com/downloading?os=mac) 4. Change Dropbox menubar color 5. [Install Chrome](http://www.google.com/intl/en/landing/chrome/beta/) and make default browser 6. [Install JSON extension](https://chrome.google.com/extensions/detail/ddngkjbldiejbheifcmnfmmfiniimbbg) 7. Setup Chrome sync 8. [Install FireFox](http://www.mozilla.com/en-US/firefox/firefox.html) 9. [Install FireBug](http://getfirebug.com/) 10. [Install Quicksilver](http://blacktree.com/) 11. Setup Quicksilver 12. Change Spotlight shortcut 13. [Install Wallet](http://acrylicapps.com/wallet/) 14. Setup Wallet syncing 15. [Install Transmit](http://panic.com/transmit) 16. [Install Coda](http://panic.com/coda) 17. [Install CoverSutra](http://www.sophiestication.com/coversutra/) 18. Setup iChat 19. [Install Chax](http://www.ksuther.com/chax/) 20. [Install Cloud App](http://getcloudapp.com/download) 21. [Install HTTP Client](http://ditchnet.org/httpclient/) 22. [Install AppZapper](http://www.appzapper.com/) 23. [Install ScreenFlow](http://www.telestream.net/screen-flow/overview.htm) 24. [Install Tweetie](http://www.atebits.com/tweetie-mac/) 25. [Install xScope](http://iconfactory.com/software/xscope) 26. [Install Linkinus](http://www.conceitedsoftware.com/linkinus) 27. [Install Charles](http://www.charlesproxy.com/download/) ### Install Unix Stuff 1. Create and own /usr/local $ sudo mkdir /usr/local $ sudo chown -R samsoffes /usr/local $ sudo chmod -R 775 /usr/local 2. Create /usr/local/bin $ mkdir /usr/local/bin 3. [Download TextMate](http://macromates.com) 4. Setup TextMate mate command 5. Run Software Update 6. Install Xcode 7. Change Terminal fonts 8. Install Homebrew $ curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local --strip 1 9. Install Git $ brew install git 10. Install [my dotfiles](http://github.com/samsoffes/dotfiles) and use zsh $ chsh -s /bin/zsh $ cd ~ $ git init $ git remote add origin http://github.com/samsoffes/dotfiles.git 11. Ignore everything in home (add a `*` line to the `~/.git/info/exclude` file) 12. Install rvm $ bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head ) 13. Install Enterprise Ruby 1.8.7 $ rvm install ree ### Install TextMate Plugins 1. Install MissingSidebar $ curl -Lo MissingDrawer.zip http://github.com/downloads/jezdez/textmate-missingdrawer/MissingDrawer_2010-08-23.zip $ unzip MissingDrawer.zip $ open MissingDrawer/MissingDrawer.tmplugin $ rm -rf MissingDrawer.zip MissingDrawer 2. Install SASS TextMate plugin $ git clone git://github.com/fluxsaas/sass-textmate-bundle.git "Ruby-Saas-Alternative-Syntax.tmbundle" $ open Ruby-Saas-Alternative-Syntax.tmbundle 3. Install SCSS TextMate plugin $ git clone http://github.com/chriseppstein/SCSS.tmbundle.git $ open SCSS.tmbundle 4. Install Less TextMate plugin $ git clone http://github.com/appden/less.tmbundle.git $ open less.tmbundle 5. Install my TextMate theme $ git clone git://github.com/samsoffes/samsoffes-tmtheme.git $ open samsoffes-tmtheme/Sam\ Soffes.tmTheme $ rm -rf samsoffes-tmtheme 6. Install Railscasts TextMate themes $ git clone http://github.com/ryanb/textmate-themes.git $ open textmate-themes/railscasts.tmTheme $ open textmate-themes/ryan-light.tmTheme $ rm -rf textmate-themes ### Install Rails Environment Stuff 1. Set REE as default Ruby $ rvm use ree --default 2. Install Bundler $ gem install bundler --pre 3. Install PostgreSQL $ brew install postgresql $ initdb /usr/local/var/postgres 4. Run Software Update again ### Install Disc Apps -
soffes revised this gist
Aug 28, 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 @@ -1,5 +1,3 @@ # New Machine What I do after I do a fresh install. Things are sorta grouped by type. -
soffes revised this gist
Aug 28, 2010 . 1 changed file with 7 additions and 6 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 @@ -84,11 +84,12 @@ What I do after I do a fresh install. Things are sorta grouped by type. ### Install Disc Apps 1. iLife 2. iWork 3. Install Final Cut Express 4 4. Install Creative Suite 4 5. Install Logic Studio 6. Install Live 7. Run Software Update for the last time **Done.** Yays. -
soffes revised this gist
Aug 28, 2010 . 1 changed file with 94 additions and 27 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,27 +1,94 @@ http://gist.github.com/gists/505813/edit # New Machine What I do after I do a fresh install. Things are sorta grouped by type. ### General Config 1. Start downloading Xcode 2. Disable auto-bright and turn brightness all the way up 3. Turn up trackpad tracking 4. Disable trackpad pinch open & close 5. Control-F7 to enable better tabbing 6. Setup MobileMe syncing 7. Remove sync from menubar 8. Disable energy saver dimming and up sleep times 9. Clean up dock 10. Remove Bluetooth from menubar 11. Remove sound from menubar 12. Turn on auto-hiding dock and magnification 13. Change default Finder sorting 14. Snap desktop items to grid ### Install Apps 1. Install Growl 2. Download Rogie HUD Growl Theme 3. Download Dropbox 4. Change Dropbox menubar color 5. Download Chrome and make default browser 6. Install JSON extension 7. Setup Chrome sync 8. Download FireFox 9. Install FireBug 10. Download Quicksilver 11. Setup Quicksilver 12. Change Spotlight shortcut 13. Download Wallet 14. Setup Wallet syncing 15. Download Transmit 16. Download Coda 17. Download CoverSutra 18. Setup iChat 19. Download Chax 20. Download Cloud App 21. Download HTTP Client 22. Download AppZapper 23. Download ScreenFlow 24. Download Tweetie 25. Download xScope 26. Download Linkinus 27. Download Charles ### Install Unix Stuff 1. Create and own /usr/local 2. Create /usr/local/bin 3. Download TextMate 4. Run Software Update 5. Install Xcode 6. Change Terminal fonts 7. Install Homebrew 8. Install Git 9. Install dotfiles 10. Ignore everything in home 11. Install rvm 12. Install Enterprise Ruby 1.8.7 ### Install TextMate Plugins 1. Install MissingSidebar 2. Install SASS TextMate plugin 3. Install SCSS TextMate plugin 4. Install Less TextMate plugin 5. Install Railscasts TextMate themes 6. Install my TextMate theme ### Install Rails Environment Stuff 1. Set REE as default Ruby 2. Install Bundler 3. Install PostgreSQL 4. Run Software Update again ### Install Disc Apps 1. iWork 2, Install Final Cut Express 4 3. Install Creative Suite 4 4. Install Logic Studio 5. Install Live 6. Run Software Update for the last time **Done.** Yays. -
soffes revised this gist
Aug 6, 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 @@ -19,7 +19,7 @@ * xScope * Dropbox * Rogie HUD Growl Theme * CoverSutra * Chax * TextMate sidebar plugin * TextMate sass plugin -
soffes revised this gist
Aug 6, 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 @@ -19,7 +19,7 @@ * xScope * Dropbox * Rogie HUD Growl Theme * <strike>Bowtie</strike> CoverSutra * Chax * TextMate sidebar plugin * TextMate sass plugin -
soffes revised this gist
Aug 6, 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 @@ -19,7 +19,7 @@ * xScope * Dropbox * Rogie HUD Growl Theme * --Bowtie-- CoverSutra * Chax * TextMate sidebar plugin * TextMate sass plugin -
soffes revised this gist
Aug 6, 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 @@ -19,7 +19,7 @@ * xScope * Dropbox * Rogie HUD Growl Theme * -Bowtie- CoverSutra * Chax * TextMate sidebar plugin * TextMate sass plugin -
soffes revised this gist
Aug 3, 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 @@ -24,3 +24,4 @@ * TextMate sidebar plugin * TextMate sass plugin * Cloud App * Timepost -
soffes revised this gist
Aug 3, 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 @@ -23,3 +23,4 @@ * Chax * TextMate sidebar plugin * TextMate sass plugin * Cloud App -
soffes revised this gist
Aug 3, 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 @@ -22,3 +22,4 @@ * Bowtie * Chax * TextMate sidebar plugin * TextMate sass plugin -
soffes revised this gist
Aug 3, 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 @@ -8,6 +8,7 @@ * Homebrew * Xcode * Git * TextMate themes * Dotfiles * Tweetie * Transmit @@ -20,3 +21,4 @@ * Rogie HUD Growl Theme * Bowtie * Chax * TextMate sidebar plugin -
soffes created this gist
Aug 3, 2010 .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 @@ -0,0 +1,22 @@ # Stuff I Install on a Fresh Machine * iWork * CS 4 * Quicksilver * TextMate * Wallet * Homebrew * Xcode * Git * Dotfiles * Tweetie * Transmit * Fluid * HTTP Client * Chrome * Firefox * xScope * Dropbox * Rogie HUD Growl Theme * Bowtie * Chax