Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 318 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 318 Bytes

Installation

Clone the repository and run the deploy script.

git clone --recursive https://github.com/dwieeb/dotfiles.git ~/.dotfiles
~/.dotfiles/bin/deploy.sh

Updating

Pull recursively, and then update submodules.

git pull --recurse-submodules
git submodule init
git submodule update