Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 536 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 536 Bytes

dotfiles

To install

# Bootstraping the installation by checking system requirements and cloning the repo
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/aallrd/dotfiles/master/bootstrap)"

# Listing installation options
$ make help

# Performing full installation
$ make

Updating

$ git submodule foreach git pull origin master
$ git submodule update .vim/bundle/*

Sources