blob: 1be62c668590629c6c58289b34dec2cd523366e3 (
plain) (
tree)
|
|
install:
source "${DOTFILES}/configs/install"
uninstall:
source "${DOTFILES}/configs/uninstall"
list-broken-links:
find "${HOME}" -maxdepth 1 -xtype l && \
find "${HOME}/.config" -maxdepth 1 -xtype l
|