Setting Up New Computer.
Within the last month received a new MacBook Pro, and had to re-install another. So I decided to list the software I installed.- Browsers
- Chrome www.google.com/chrome/
- Firefox www.mozilla.org/firefox
- FireBug
- LastPass lastpass.com/
- Command line Tools
- Git git-scm.com/
- php 5.4 php-osx.liip.ch/
- nmap nmap.org/
- homebrew mxcl.github.com/homebrew/
- Xcode (3.22 for SnowLeopard | 4.4 for Lion)
- IDEs
- NetBeans netbeans.org/
- OSX Java
- PhpStorm www.jetbrains.com/phpstorm/
- Sublime Text www.sublimetext.com/
- GitX(L) gitx.laullon.com/
- SourceTree www.sourcetreeapp.com/
- DataBase
- Mysql www.mysql.com/
- Sequel Pro www.sequelpro.com/
- JumpCut jumpcut.sourceforge.net/
- Other Apps
- Minuteur www.phg-home.com/index_mac.html
- ScreenFlow www.telestream.net/screen-flow/
- Tweaks
- Terminal
- Change theme to home brew
- Add command key
- When the shell exists: Close if the shell exited cleanly
- Keyboard ShortCuts Prefs
- All controls for tab key
- Shell Tweaks
- edit ~/.profile
- function parse_git_branch_and_add_brackets {
git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\ \[\1\]/'
}
PATH="/usr/local/php5/bin:/usr/local/mysql/bin:$PATH"
PS1='\[\e[01;32m\]\u@\h:\[\e[01;34m\]\w\[\e[0;31m\]$(parse_git_branch_and_add_brackets)\[\e[0m\]$ '
alias ls='ls -G'
No comments:
Post a Comment