find * -maxdepth 0 -type d -exec stow {} \;
# uninstall
find * -maxdepth 0 -type d -exec stow -D {} \;kimat/dotfiles
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
find * -maxdepth 0 -type d -exec stow {} \;
# uninstall
find * -maxdepth 0 -type d -exec stow -D {} \;