dotfiles zsh + antigen for DevOps
cd && git clone https://github.com/Connexeon/dotfiles.git .dotfiles
cd .dotfiles
./install
Or even better, run this oneliner, it checks & installs requirements first.
bash <(curl -sSL http://connexeon.link/dotfiles-bootstrap)
- zsh
- 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
.