14 lines
282 B
Bash
Executable file
14 lines
282 B
Bash
Executable file
#!/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
|
|
|