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

# important config 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 ~/.xinitrc* ./x
cp ~/.Xresources ./x
cp ~/.Xmodmap ./x

# other config files
cp -r ~/.config/dunst/ ./dunst
cp -r ~/.config/htop/ ./htop

# update submodules
git submodule update --remote --merge