/dotfiles

:penguin: [dot]files - Config files for my *nix systems

Primary LanguageShell

rgomezcasas/dotfiles

Go to codely.tv to know how to use it. Also you can follow me on Twitter for more.

rgomezcasas/dotfiles

Install    Terminal    Git configuration    Intellij settings

Performance

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.

What's inside?