configuration files for linux applications
stow | https://www.gnu.org/software/stow/manual/stow |
---|
stow --target "${HOME}" --stow user
sudo stow --target / --stow chromium
find "${HOME}/.config" -type l
find "${HOME}/.config" -xtype l
find "${HOME}/.config" -xtype l -exec rm {} +
find . -name \*.sh | xargs shellcheck