Actualiser Home
10
Home.md
10
Home.md
@@ -6,16 +6,16 @@ git clone --bare "https://git.daiko.fr/daiko/dotfiles.git" "$HOME/.config/dotfil
|
||||
# /!\ : all config files will be overwrited
|
||||
git --git-dir="$HOME/.config/dotfiles/" --work-tree="$HOME" checkout -f
|
||||
# hide untracked files
|
||||
dotfiles config status.showUntrackedFiles no
|
||||
dot config status.showUntrackedFiles no
|
||||
```
|
||||
## Save modification
|
||||
```bash
|
||||
dotfiles add path/config.file
|
||||
dotfiles commit -m "Description"
|
||||
dotfiles pull
|
||||
dot add path/config.file
|
||||
dot commit -m "Description"
|
||||
dot pull
|
||||
```
|
||||
|
||||
## Get last update
|
||||
```bash
|
||||
dotfiles pull
|
||||
dot pull
|
||||
```
|
Reference in New Issue
Block a user