aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh11
1 files changed, 5 insertions, 6 deletions
diff --git a/update.sh b/update.sh
index f3bd820..68430b1 100755
--- a/update.sh
+++ b/update.sh
@@ -2,10 +2,7 @@
# important config files
echo copying files...
-cp ~/.config/alacritty.yml ./alacritty/alacritty.yml
-cp -r ~/.bash ./bash
-cp ~/.bash_profile ./bash
-cp ~/.bashrc ./bash
+cp ~/.config/alacritty.toml ./alacritty/alacritty.toml
cp ~/.config/tmux/tmux.conf ./tmux
cp ~/.vimrc ./vim
cp ~/.vim/coc-settings.json ./vim
@@ -20,10 +17,12 @@ cp ~/bin/startdwm ./x
cp ~/.config/xmobar/xmobar.hs ./xmobar
cp ~/.config/xmonad/xmonad.hs ./xmonad
cp ~/.config/VSCodium/User/settings.json ./vscode
-
-# other config files
+cp ~/.profile ./sh
+cp ~/.bash_profile ./sh/bash
+cp ~/.bashrc ./sh/bash
cp ~/.config/dunst/dunstrc ./dunst
cp ~/.config/htop/htoprc ./htop
+cp ~/.config/doom/* ./doom
# update submodules
echo pulling submodules...