init
This commit is contained in:
parent
c8a2785a38
commit
68f4d8a543
1 changed files with 14 additions and 0 deletions
14
uninstall.sh
Executable file
14
uninstall.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
alias log='echo "[uninstall.sh]"'
|
||||
|
||||
|
||||
log "This will alter your home directory '$HOME'."
|
||||
log "Press [return] to continue."
|
||||
read
|
||||
|
||||
(
|
||||
cd "./data"
|
||||
stow --verbose --delete --target="$HOME" "home"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue