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

# 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/tmux/tmux.conf ./tmux
cp ~/.vimrc ./vim
cp ~/.vim/coc-settings.json ./vim
cp -r ~/.vim/after ./vim
cp ~/.xinitrc* ./x
cp ~/.Xresources ./x
cp ~/.Xmodmap ./x
cp ~/bin/battery.pl ./x
cp ~/bin/startdwm.sh ./x

# other config files
cp ~/.config/dunst/dunstrc ./dunst
cp ~/.config/htop/htoprc ./htop

# update submodules
echo pulling submodules...
git submodule update --remote --merge