change structure to use stow for simlink managing

This commit is contained in:
2024-11-01 13:15:20 -07:00
parent a080b5041e
commit 136cda824b
17 changed files with 161 additions and 45 deletions

View File

@@ -1,3 +1,13 @@
# dotfiles
Josue's dotfiles
Uses GNU Stow to manage simlink. Place files as they where in $HOME
# Usage
Place dotfiles in $HOME
```console
clone into $HOME
cd dotfiles
stow .
```