Skip to content

pyrat/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Forked from Holman's excellent starter repo.

Ripping most stuff out and aiming for a shell environment which can not only be installed on development machines but also servers. This allows for a nice fast commandline setup to be configured across many servers.

Designed to be run with ZSH and OH-MY-ZSH. This differs from holman's attempt which has a custom ZSH config.

Install

git clone [email protected]:pyrat/dotfiles.git
script/bootstrap

TODO

Need to add some install code which alters the .zshrc to load another rc file?

# source every .zsh file in .dotfiles
for config_file (~/.dotfiles/**/*.zsh) source $config_file


# load every completion after autocomplete loads
for config_file (~/.dotfiles/**/completion.sh) source $config_file

About

@pyrat does dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 70.7%
  • Ruby 17.3%
  • Shell 5.0%
  • C 4.8%
  • C++ 1.2%
  • Objective-C 1.0%