Mise à jour de 'Home'

2022-08-16 20:28:45 +00:00
parent bb95db2bc6
commit 98ee71433f

@@ -1,16 +1,18 @@
# Dotfiles # Dotfiles
## Installation ## Installation
```bash ```bash
# fish # Folder `.config` must be empty
git clone --bare "https://git.daiko.fr/daiko/dotfiles-barre.git" "$HOME/.config/dotfiles" git clone --bare "https://git.daiko.fr/daiko/dotfiles-barre.git" "$HOME/.config/dotfiles"
dotfiles checkout dotfiles checkout
``` ```
## Sauvegarder une modification ## Save modification
```bash ```bash
dotfiles add path/config.file dotfiles add path/config.file
dotfiles commit -m "Description" dotfiles commit -m "Description"
dotfiles pull
``` ```
## Synchroniser
## Get last update
```bash ```bash
dotfiles pull dotfiles pull
``` ```