Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 598 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 598 Bytes

dotfiles

dotfiles zsh + antigen for DevOps

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.

bash <(curl -sSL http://connexeon.link/dotfiles-bootstrap)

Requirements

  • zsh
  • 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.