diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-08-14 12:32:27 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-08-14 12:32:27 +0000 |
commit | e3326d1b0295aa5c25a3f96a62f347f370156d11 (patch) | |
tree | 35c5d89c9c400551ea4056a623e486bac6ffb331 /bootstrap.sh | |
parent | 47acc735759f256d95168fef475964953ab661fd (diff) | |
download | dotfiles-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-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 |