aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rw-r--r--update.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 40c0822..adce041 100644
--- a/update.sh
+++ b/update.sh
@@ -3,6 +3,8 @@ mkdir .config/
mkdir -p .local/bin
+cp ~/.xinitrc .
+
# alacritty
cp ~/.config/alacritty.toml .config
@@ -18,3 +20,6 @@ rm -rf .config/nvim/nvim-pack-lock.json
cp ~/.local/bin/screenshot ./.local/bin
cp ~/.local/bin/screenrecord ./.local/bin
+
+# Dunst
+cp -r ~/.config/dunst .config