Mise à jour de 'Home'
5
Home.md
5
Home.md
@@ -4,4 +4,9 @@
|
|||||||
alias -s dotfiles="/usr/bin/git --git-dir=$HOME/.config/dotfiles/ --work-tree=$HOME"
|
alias -s dotfiles="/usr/bin/git --git-dir=$HOME/.config/dotfiles/ --work-tree=$HOME"
|
||||||
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
|
||||||
|
```bash
|
||||||
|
dofiles add path/config.file
|
||||||
|
dotfiles commit -m "Description"
|
||||||
```
|
```
|
Reference in New Issue
Block a user