Merge branch 'upstream-custom' into dev

This commit is contained in:
Yingjie Wang 2024-06-10 18:14:58 -04:00
commit 08ee7cf4dc

View File

@ -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 _installSymLink chrome-flags ~/.config/chrome-flags.conf ~/dotfiles/chrome-flags.conf ~/.config
fi fi
if [ -d ~/dotfiles-versions/$version/Vimix-hyprcursors ]; then 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 fi
echo ":: Symbolic links created." echo ":: Symbolic links created."
echo echo