Correct checks
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
echo "Add new matte black theme"
|
||||
|
||||
if [[ ! -L "~/.config/omarchy/themes/matte-black" ]]; then
|
||||
if [[ ! -L $HOME/.config/omarchy/themes/matte-black ]]; then
|
||||
ln -snf ~/.local/share/omarchy/themes/matte-black ~/.config/omarchy/themes/
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user