Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 418 Bytes

File metadata and controls

19 lines (14 loc) · 418 Bytes

Installation

This repo uses git submodules. The simplest setup is:

git clone --recursive https://github.com/bamos/dotfiles.git
cd dotfiles
./bootstrap.sh

If you already cloned without submodules (or switched protocols), run:

git submodule sync --recursive
git submodule update --init --recursive

bootstrap.sh creates the symlinks in your home directory and bootstraps additional programs.