Clone
21
Home
Florestan Bredow edited this page 2025-08-25 18:47:07 +02:00

Dotfiles

Installation

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

Save modification

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

Get last update

dot pull

Nvim

yay -S python-jedi nodejs yarn npm
nvim +":PlugInstall --sync" +"PlugUpdate" +"CocInstall coc-jedi" +qa