mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-22 06:44:41 +01:00
7 lines
129 B
Bash
7 lines
129 B
Bash
#!/bin/bash
|
|
|
|
MYPATH="$PWD/computers/dev-pc"
|
|
|
|
ln -sf "$MYPATH/xprofile.sh" ~/.xprofile
|
|
ln -sf "$MYPATH/.Xresources" ~/.Xresources
|