mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-02-01 08:12:37 +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
|