From 95a87fc46f6927587769c4f29e4dd63a3b45552b Mon Sep 17 00:00:00 2001 From: simio Date: Sat, 21 Sep 2024 19:51:17 -0400 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 98f3b99..d43b31a 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@

Instalacion

-Esto va a sobreescribir toda la configuracion anterior +Esto va a sobreescribir toda la configuracion anterior y crear el alias de config para manejar el repo desde cualquier ubicacion. - - echo ".cfg" >> $HOME/.gitignore - git clone --bare https://git.bunny.cafe/Mamanyonyo/.dotfiles $HOME/.cfg - alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' - config checkout --force - config config --local status.showUntrackedFiles no - +``` +echo ".cfg" >> $HOME/.gitignore +git clone --bare https://git.bunny.cafe/Mamanyonyo/.dotfiles $HOME/.cfg +alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' +config checkout --force +config config --local status.showUntrackedFiles no +``` -

Machete

+

Machete

Para no commitear todo el home sin querer: You can do config add -u so that it will stage the modified and deleted files.