aboutsummaryrefslogtreecommitdiff
path: root/update.sh
blob: e11e2c016c2348d1a702f673790ef41a59a1a889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

# important config files
cp ~/.alacritty.yml ./alacritty/.alacritty.yml
cp -r ~/.bash ./bash
cp ~/.bash_profile ./bash
cp ~/.bashrc ./bash
cp ~/.tmux.conf ./tmux
cp ~/.vimrc ./vim
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