Mac Terminal Cheatsheet

https://github.com/tomislav/osx-terminal.app-colors-solarized

Different colors for different languages

https://github.com/stephenway/monokai.terminal

Bash Profile

~/.bash_profile

# Add this to allow killing of the background job
alias kk='jobs -p | xargs kill -9'

Dvorak gotchas

If you’re like me, you use dvorak and Mac’s built in Dvorak - Querty layout.

But, there’s a bug in their layout that causes ctrl + c not to work on the terminal.

The workaround is to use the alternative command: cmd + .


blog comments powered by Disqus