diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-08-13 18:21:25 +0200 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-08-13 21:33:41 +0200 |
| commit | 7fe2efc9bed557373e9c9cfe860d8e684dfd56bc (patch) | |
| tree | 90e2a1c628b6ccc05c04415011255200c312f746 /Makefile | |
| parent | defb50fc0ace0195d12e804993b1b74343024ada (diff) | |
Overhaul
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..06b033b --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +install: + curl -sSL https://github.com/mawww/kakoune/raw/master/doc/kakoune_logo.svg --create-dirs -o ~/.local/share/icons/hicolor/scalable/apps/kakoune.svg + mkdir -p ~/.local/bin ~/.local/share/kak + ln -sf "${PWD}/bin/kak-shell" "${PWD}/bin/kak-desktop" ~/.local/bin + ln -sf "${PWD}/share/applications/kakoune-connect.desktop" ~/.local/share/applications + ln -sf "${PWD}/share/kak/connect" ~/.local/share/kak + +uninstall: + rm -Rf ~/.local/bin/kak-shell ~/.local/bin/kak-desktop ~/.local/share/kak/connect |
