mirror of
https://github.com/bertptrs/vimconfig.git
synced 2026-05-11 15:10:36 +02:00
Improve install and uninstall.
This commit is contained in:
7
uninstall.sh
Executable file
7
uninstall.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$( dirname "${BASH_SOURCE[0]}" )"
|
||||
|
||||
find . -maxdepth 1 -mindepth 1 -type d -print0 | \
|
||||
xargs -0 -n 1 basename | \
|
||||
xargs stow -D -t "$HOME"
|
||||
Reference in New Issue
Block a user