aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com>2022-11-04 13:33:26 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com>2022-11-04 13:33:26 +0100
commit08d7de79ed62f5dfafc43240e08e93f16f91f026 (patch)
tree9e08145a61b3a1c55e5baf722ba63753fc9473ed /update.sh
parent1bbbfd7f4744b3d4b7425839896d5ae0f85a1abb (diff)
build(sh) add update and install script
Diffstat (limited to 'update.sh')
-rw-r--r--update.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/update.sh b/update.sh
new file mode 100644
index 0000000..4f127b9
--- /dev/null
+++ b/update.sh
@@ -0,0 +1,4 @@
+cp $HOME/.config/polybar/config.ini $HOME/dotfiles/polybar/config.ini
+cp $HOME/.config/i3/config $HOME/dotfiles/i3/config
+cp $HOME/.config/picom/picom.conf $HOME/dotfiles/picom/picom.conf
+