Update README.md
This commit is contained in:
parent
6d992736f1
commit
95a87fc46f
18
README.md
18
README.md
@ -1,16 +1,16 @@
|
||||
<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
|
||||
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
|
||||
</code>
|
||||
```
|
||||
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
|
||||
```
|
||||
|
||||
<h2>Machete<h2>
|
||||
<h2>Machete</h2>
|
||||
|
||||
Para no commitear todo el home sin querer:
|
||||
You can do config add -u so that it will stage the modified and deleted files.
|
||||
|
Loading…
Reference in New Issue
Block a user