Mise à jour de 'Home'
8
Home.md
8
Home.md
@@ -1,16 +1,18 @@
|
||||
# Dotfiles
|
||||
## Installation
|
||||
```bash
|
||||
# fish
|
||||
# Folder `.config` must be empty
|
||||
git clone --bare "https://git.daiko.fr/daiko/dotfiles-barre.git" "$HOME/.config/dotfiles"
|
||||
dotfiles checkout
|
||||
```
|
||||
## Sauvegarder une modification
|
||||
## Save modification
|
||||
```bash
|
||||
dotfiles add path/config.file
|
||||
dotfiles commit -m "Description"
|
||||
dotfiles pull
|
||||
```
|
||||
## Synchroniser
|
||||
|
||||
## Get last update
|
||||
```bash
|
||||
dotfiles pull
|
||||
```
|
Reference in New Issue
Block a user