Skip to content

Connexeon/dotfiles

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Go 59.3%
  • Shell 18.5%
  • Ruby 12.0%
  • Vim Script 4.8%
  • Roff 4.4%
  • Makefile 0.9%
  • Dockerfile 0.1%