aboutsummaryrefslogtreecommitdiff
path: root/update.sh
blob: 410011d16ac5e0a5ce88c9d8fe2143d5e59e0b76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

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

git submodule update --remote --merge