Skip to content

🐧 [dot]files - Config files for my *nix systems

Notifications You must be signed in to change notification settings

jorgeavilacardenosa/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

About

🐧 [dot]files - Config files for my *nix systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 81.8%
  • Vim Script 8.6%
  • Ruby 5.4%
  • Python 3.2%
  • Other 1.0%