dotfiles zsh + antigen for (CentOS) sysadmins
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
- git
- python
- python-yaml
- python-argparse
Run the oneline installer to have them installed if needed. Supports yum & apt-get.
cd ~/.dotfiles && git pull origin master && git submodule update --remote --recursive
or just use the alias updot
.