README
This commit is contained in:
parent
f1523d59b6
commit
332905dba1
1 changed files with 22 additions and 0 deletions
22
.config/README.md
Normal file
22
.config/README.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Puntos
|
||||||
|
|
||||||
|
Mis archivos de configuración
|
||||||
|
|
||||||
|
## Aplicar
|
||||||
|
|
||||||
|
Para bajar la repo y poner los archivos donde van, hacer esto:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git clone --bare --recurse-submodules https://cgit.nulo.in/puntos ~/.config/dotfiles
|
||||||
|
git --git-dir=$HOME/.config/dotfiles --work-tree=$HOME checkout
|
||||||
|
```
|
||||||
|
|
||||||
|
Después cambiamos la shell por zsh:
|
||||||
|
```sh
|
||||||
|
chsh -s /bin/zsh
|
||||||
|
```
|
||||||
|
|
||||||
|
Ya en zsh, podemos usar `gitdf` para manejar la repo.
|
||||||
|
```sh
|
||||||
|
gitdf submodule update # Descargar (o actualizar) plugins
|
||||||
|
```
|
Loading…
Reference in a new issue