Install Terminal Git configuration
I like to open/split the iTerm and immediately have all operative. I reached this goal with this configuration.
λ ~/.dotfiles on master ✗ for i in $(seq 1 10); do /usr/bin/time zsh -i -c exit; done
0.05 real 0.03 user 0.01 sys
0.04 real 0.02 user 0.01 sys
0.04 real 0.02 user 0.01 sys
0.05 real 0.03 user 0.01 sys
0.04 real 0.02 user 0.01 sys
0.04 real 0.02 user 0.01 sys
0.04 real 0.02 user 0.01 sys
0.04 real 0.02 user 0.01 sys
0.04 real 0.02 user 0.01 sys
0.05 real 0.02 user 0.01 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!
The MIT License (MIT). Please see License for more information.