Update README.md

This commit is contained in:
simio 2024-09-21 19:51:17 -04:00
parent 6d992736f1
commit 95a87fc46f

View File

@ -1,16 +1,16 @@
<h1>Instalacion</h1> <h1>Instalacion</h1>
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.
<code> ```
echo ".cfg" >> $HOME/.gitignore echo ".cfg" >> $HOME/.gitignore
git clone --bare https://git.bunny.cafe/Mamanyonyo/.dotfiles $HOME/.cfg git clone --bare https://git.bunny.cafe/Mamanyonyo/.dotfiles $HOME/.cfg
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
config checkout --force config checkout --force
config config --local status.showUntrackedFiles no config config --local status.showUntrackedFiles no
</code> ```
<h2>Machete<h2> <h2>Machete</h2>
Para no commitear todo el home sin querer: Para no commitear todo el home sin querer:
You can do config add -u so that it will stage the modified and deleted files. You can do config add -u so that it will stage the modified and deleted files.