6 lines
137 B
Bash
Executable file
6 lines
137 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cp -r .local .zprofile .vimrc .xinitrc .xprofile .Xresources .zshrc .bashrc ~/
|
|
cp -r .config/* ~/.config/
|
|
xrdb ~/.Xresources
|
|
|