From c6cc202ab95e6f199e63d59ea68d4bcb39940945 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 9 Apr 2024 18:29:39 -0600 Subject: redid bash config and update script, experimenting with doom emacs --- update.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'update.sh') 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... -- cgit v1.2.3