From e1801c20cb3f98be3f22ed9d0cdb33e632bbb313 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Mon, 10 Jun 2024 18:05:07 -0400 Subject: [PATCH] fix: link of vimix hyprcursor --- .install/hyprland-dotfiles.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.install/hyprland-dotfiles.sh b/.install/hyprland-dotfiles.sh index 3581321..6dde76f 100644 --- a/.install/hyprland-dotfiles.sh +++ b/.install/hyprland-dotfiles.sh @@ -50,7 +50,8 @@ if [ -f ~/dotfiles-versions/$version/chrome-flags.conf ]; then _installSymLink chrome-flags ~/.config/chrome-flags.conf ~/dotfiles/chrome-flags.conf ~/.config fi if [ -d ~/dotfiles-versions/$version/Vimix-hyprcursors ]; then - _installSymLink Vimix-hyprcursors ~/.local/share/icons/Vimix-hyprcursors ~/dotfiles/Vimix-hyprcursors + if [ ! -d ~/.local/share/icons ]; then mkdir -pv ~/.local/share/icons; fi + _installSymLink Vimix-hyprcursors ~/.local/share/icons/Vimix-hyprcursors ~/dotfiles/Vimix-hyprcursors ~/.local/share/icons/ fi echo ":: Symbolic links created." echo