From 6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 12 Nov 2022 18:20:45 -0700 Subject: update dots + add some config files --- update.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 410011d..e11e2c0 100755 --- a/update.sh +++ b/update.sh @@ -1,5 +1,6 @@ -#!/bin/bash +#!/bin/sh +# important config files cp ~/.alacritty.yml ./alacritty/.alacritty.yml cp -r ~/.bash ./bash cp ~/.bash_profile ./bash @@ -10,5 +11,10 @@ cp ~/.vim/coc-settings.json ./vim cp ~/.xinitrc* ./x cp ~/.Xresources ./x +# other config files +cp -r ~/.config/dunst/ ./config +cp -r ~/.config/htop/ ./config + +# update submodules git submodule update --remote --merge -- cgit v1.2.3