blob: 1be62c668590629c6c58289b34dec2cd523366e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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
|