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.