diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2022-12-22 09:46:11 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-22 09:46:11 +0530 |
| commit | 724b5e3d264f2a8881540de6faeb32eb8b6416c3 (patch) | |
| tree | b582526afe100d8f6bbf38817f7c45c22d5e341c | |
| parent | 8209421f55fb02e85e1c1f5315f6e805f02f0b51 (diff) | |
Update setup_debian.sh
| -rw-r--r-- | setup_debian.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setup_debian.sh b/setup_debian.sh index e7da4e2..c88789c 100644 --- a/setup_debian.sh +++ b/setup_debian.sh @@ -62,6 +62,8 @@ make clean # Add Dotfiles cd $CURRENT_DIR/.config cp -r * $HOME/.config +cd $CURRENT_DIR +cp -r .dwm $HOME # Install `NeoVim` cd $TEMP_DIR |
