1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Improve install and uninstall.

This commit is contained in:
Bert Peters
2016-06-15 15:33:48 +02:00
parent b15ed71325
commit 7883c907eb
2 changed files with 8 additions and 5 deletions

7
uninstall.sh Executable file
View 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"