aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2022-08-14 12:32:27 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2022-08-14 12:32:27 +0000
commite3326d1b0295aa5c25a3f96a62f347f370156d11 (patch)
tree35c5d89c9c400551ea4056a623e486bac6ffb331 /bootstrap.sh
parent47acc735759f256d95168fef475964953ab661fd (diff)
downloaddotfiles-e3326d1b0295aa5c25a3f96a62f347f370156d11.tar
dotfiles-e3326d1b0295aa5c25a3f96a62f347f370156d11.tar.gz
dotfiles-e3326d1b0295aa5c25a3f96a62f347f370156d11.tar.bz2
dotfiles-e3326d1b0295aa5c25a3f96a62f347f370156d11.tar.lz
dotfiles-e3326d1b0295aa5c25a3f96a62f347f370156d11.tar.xz
dotfiles-e3326d1b0295aa5c25a3f96a62f347f370156d11.tar.zst
dotfiles-e3326d1b0295aa5c25a3f96a62f347f370156d11.zip
Add more configs for wezterm, swappy, electron and git, as well as a better neovim config
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh3
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