diff options
| author | Mattias Andrée <m@maandree.se> | 2026-03-24 20:08:03 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-03-24 20:08:03 +0100 |
| commit | 5ff229f7a23f44eee941c2127edd30037a5201ec (patch) | |
| tree | a9ed788764326526d8f5758bab0248f3a765d5a6 /git/Makefile | |
| parent | m (diff) | |
| download | dotfiles-5ff229f7a23f44eee941c2127edd30037a5201ec.tar.gz dotfiles-5ff229f7a23f44eee941c2127edd30037a5201ec.tar.bz2 dotfiles-5ff229f7a23f44eee941c2127edd30037a5201ec.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | git/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/git/Makefile b/git/Makefile index 1794675..cca3bd0 100644 --- a/git/Makefile +++ b/git/Makefile @@ -16,9 +16,12 @@ install: test ! -d ~/.config/bash/aliases.d/git ln -sf -- ~/.dotfiles/git/bash-aliases ~/.config/bash/aliases.d/git ../check-installed-shebang ge + ../check-installed-shebang git-cdiff + ../check-in-path diff mkdir -p -- ~/.local/bin ln -sf -- ~/.dotfiles/git/ge ~/.local/bin/ ln -sf -- ~/.dotfiles/git/new-c-proj ~/.local/bin/ + ln -sf -- ~/.dotfiles/git/git-cdiff ~/.local/bin/ uninstall: +! ../check-installed git @@ -28,6 +31,7 @@ uninstall: -rmdir -- ~/.config/bash/aliases.d -unlink -- ~/.local/bin/ge -unlink -- ~/.local/bin/new-c-proj + -unlink -- ~/.local/bin/git-cdiff clean: -rm -f -- .config |
