Mise à jour de 'Home'
8
Home.md
8
Home.md
@@ -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
|
||||||
```
|
```
|
Reference in New Issue
Block a user