My dotfiles, managed by Dotbot.
git clone --recursive https://github.com/vbriand/dotfiles
For installing a predefined profile:
./install-profile.sh <profile> [<configs...>]
# See meta/profiles/ for available profiles
For installing single configurations:
./install-standalone.sh <configs...>
# See meta/configs/ for available configurations
The installation scripts are idempotent and can therefore be executed safely multiple times.
- magicmonty, vsund and vbrandl for their repository structure
- mathiasbynens for his
.macos