diff options
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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... |