Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 848 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 848 Bytes

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!)