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