From abd282ead4b1f0b3cdd5cc7faf231f0ca6181fb6 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 20 Nov 2022 18:41:32 -0700 Subject: add xmodmap, changed aliases and locations --- update.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index e11e2c0..7bc904f 100755 --- a/update.sh +++ b/update.sh @@ -1,19 +1,20 @@ #!/bin/sh # important config files -cp ~/.alacritty.yml ./alacritty/.alacritty.yml +cp ~/.config/alacritty.yml ./alacritty/alacritty.yml cp -r ~/.bash ./bash cp ~/.bash_profile ./bash cp ~/.bashrc ./bash -cp ~/.tmux.conf ./tmux +cp ~/.config/tmux/tmux.conf ./tmux cp ~/.vimrc ./vim cp ~/.vim/coc-settings.json ./vim cp ~/.xinitrc* ./x cp ~/.Xresources ./x +cp ~/.Xmodmap ./x # other config files -cp -r ~/.config/dunst/ ./config -cp -r ~/.config/htop/ ./config +cp -r ~/.config/dunst/ ./dunst +cp -r ~/.config/htop/ ./htop # update submodules git submodule update --remote --merge -- cgit v1.2.3