mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-01-20 18:41:50 +01:00
4 lines
86 B
Bash
4 lines
86 B
Bash
#!/bin/bash
|
|
MY_PATH=$PWD/computers/archfw
|
|
ln -sf "$MY_PATH/.Xresources" ~/.Xresources
|