dotfiles/computers/dev-pc/install.sh

7 lines
129 B
Bash
Raw Normal View History

2022-08-27 20:51:00 +02:00
#!/bin/bash
2018-08-15 18:42:09 +02:00
MYPATH="$PWD/computers/dev-pc"
ln -sf "$MYPATH/xprofile.sh" ~/.xprofile
2022-08-27 20:51:00 +02:00
ln -sf "$MYPATH/.Xresources" ~/.Xresources