Go to codely.tv
to know how to use it. Also you can follow me on Twitter
for more.
Install Terminal Git configuration Intellij settings
I like to open/split the iTerm and immediately have all operative. I reached this goal with this configuration.
I've tried to use plain zsh code and no dependencies (not reached, but almost there :)
λ ~/.dotfiles on master ✗ for i in $(seq 1 10); do /usr/bin/time zsh -i -c exit; done | awk '{print $1}'
0.05 real 0.03 user 0.02 sys
0.05 real 0.03 user 0.02 sys
0.05 real 0.03 user 0.02 sys
0.05 real 0.03 user 0.02 sys
0.05 real 0.03 user 0.02 sys
0.05 real 0.03 user 0.01 sys
0.05 real 0.03 user 0.02 sys
0.05 real 0.03 user 0.02 sys
0.05 real 0.03 user 0.02 sys
0.05 real 0.03 user 0.02 sys
This is a way faster than using oh-my-zsh with the minimal setup.
- A lot of custom binaries to play
- Aliases, aliases and aliases
- Intellij, sublime and vim configurations
- Git configuration, and git binaries
- Some clojure, scala and php configurations
- zsh a la fish (with suggestions, autocompletion, ...)
- macOS settings for
- alfred
- brew
- iTerm
- Karabiner Elements
- Spectacle
- And much more!