diff options
Diffstat (limited to '')
-rwxr-xr-x | bootstrap.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 02ef1df..5a0e117 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -36,7 +36,8 @@ function doIt() { --exclude "bootstrap.sh" \ --exclude "README.md" \ --exclude "LICENSE.md" \ - -avh --no-perms ./.config/ ~/.config + --exclude "dwm" \ + -avh --no-perms ./ ~/ } if [ "$1" == "--force" -o "$1" == "-f" ]; then |