14 Home
Florestan Bredow edited this page 9 months ago

Dotfiles

Installation

# Folder `.config` must be empty
git clone --bare "https://git.daiko.fr/daiko/dotfiles-barre.git" "$HOME/.config/dotfiles"
# /!\ : all config files will be overwrited
git --git-dir="$HOME/.config/dotfiles/" --work-tree="$HOME" -f checkout
# hide untracked files
dotfiles config status.showUntrackedFiles no

Save modification

dotfiles add path/config.file
dotfiles commit -m "Description"
dotfiles pull

Get last update

dotfiles pull