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