> Software Update
cd ~
git clone https://github.com/srgkm/osxinit.git
cd osxinit
./bootstrap.sh
./osx.sh
./brew.sh
./npm.sh
./python.sh
TCPKeepAlive=yes
ServerAliveInterval=15
ServerAliveCountMax=6
StrictHostKeyChecking=no
Compression=yes
ForwardAgent=yes
Host xxx
Hostname xxx.xxx
User username
Port 22
ssh-keygen -t rsa -C "srg.kim@gmail.com"
pbcopy < ~/.ssh/id_rsa.pub
git config --global user.name "Sergei Kim"
git config --global user.email "srg.kim@gmail.com"
git config --global github.user "srgkm"
Dropbox Flux Google Chrome Developer Release Hex Friend Mozilla Firefox Postgress.app SequelPro Skype Sublime Text 2 Transmission VLC
sudo mkdir -p /usr/local/bin/
sudo ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" "/usr/local/bin/subl"
import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print 'Please restart Sublime Text to finish installation'
Alignment Git HTML5 LESS Markdown Preview SFTP SublimeCodeIntel SublimeLinter Theme - Soda Tomorrow Color Schemes TrailingSpaces
{
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"draw_white_space": "all",
"fold_buttons": false,
"font_face": "Monaco",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"rulers":
[
72,
79
],
"theme": "Soda Dark.sublime-theme",
"trailing_spaces_highlight_color": "comment",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": false
}
[
{ "keys": ["super+k", "super+j"], "command": "join_lines" }
]