Skip to content

hannesbe/dotfiles

 
 

Repository files navigation

dotfiles

dotfiles zsh + antigen for (CentOS) sysadmins

Installation

cd ~
git clone https://github.com/Connexeon/dotfiles.git .dotfiles
cd .dotfiles
./install

Or even better, run this oneliner, it checks & installs requirements first.

curl -sSL https://raw.githubusercontent.com/Connexeon/dotfiles/master/bootstrap | bash -s

Requirements

  • git
  • python
  • python-yaml
  • python-argparse

Run the oneline installer to have them installed if needed. Supports yum & apt-get.

Update

cd ~/.dotfiles && git pull origin master && git submodule update --remote  --recursive

or just use the alias updot.

About

dotfiles zsh + antigen for sysadmins

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%