blob: a36a4bae90cbbbb3aafc602bfd92f5bed16323b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
.POSIX:
install:
mkdir -p -- ~/.config/bash/aliases.d
test ! -e ~/.config/bash/aliases.d/featherweight || test -L ~/.config/bash/aliases.d/featherweight
ln -sf -- ~/.dotfiles/featherweight/bash-aliases ~/.config/bash/aliases.d/featherweight
uninstall:
+! ../check-installed featherweight
-unlink -- ~/.config/bash/aliases.d/featherweight
-rmdir -- ~/.config/bash/aliases.d
|