diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-12-21 18:57:29 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-12-21 18:57:29 +0100 |
commit | ccca62e11f0d1ddd8838fb927c09d72dcb53e514 (patch) | |
tree | f77f5483075d135058a317c032deae0cd23e18eb /uninstall.sh | |
parent | 26a555aab2100297581888f58cdf6545b82634f1 (diff) |
exercise-reminder: add itguix
Diffstat (limited to 'uninstall.sh')
-rw-r--r-- | uninstall.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uninstall.sh b/uninstall.sh index 02f0a5b..448b49f 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -35,3 +35,6 @@ stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} newsboat # sioyek stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} sioyek + +# Exercise reminder +stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} reminder |