Skip to content

My macOS dotfiles

License

Notifications You must be signed in to change notification settings

vbriand/dotfiles

Repository files navigation

Valou's dotfiles

My dotfiles, managed by Dotbot.

Installation

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.

Inspiration (thanks!)