KillerDesigner
12/16/2013 - 5:44 AM

Week1 Day1 Morning

Install: https://github.com/robbyrussell/oh-my-zsh
Themes are useful!

cd ..
cd ~
~
ls
ls -
ls -la
ls *.log
rm 
rm -r
rm -rf (dangerous)
cp <from> <to>
mv <from> <to>
man <command>
open .
top

Get comfortable with tab completion!

Need Extra Practice? http://cli.learncodethehardway.org/book


SUBLIME TEXT 2
- Shortcuts (e.g. "subl .")
- Launch Sublime from Terminal: https://gist.github.com/olivierlacan/1195304
- Sublime Text Course: http://net.tutsplus.com/articles/news/perfect-workflow-in-sublime-text-free-course
- Anil's Sublime settings:
  {
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"font_face": "Inconsolata",
"font_size": 22.0,
"highlight_active_indent_guide": true,
"highlight_line": false,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}

Generating SSH Keys:
https://help.github.com/articles/generating-ssh-keys