Fix stow bug

This commit is contained in:
2024-05-28 19:25:11 +01:00
committed by GitHub
parent 08433654a1
commit 7e48e7addb

View File

@@ -442,10 +442,10 @@ if [[ ${main_menu[@]} =~ 0 ]]; then # Install Dotfiles
fi fi
# Link dotfiles # Link dotfiles
stow -R -t $HOME dotfiles stow -vt $HOME dotfiles
# Reload Fonts # Reload Fonts
fc-cache -fv fc-cache -f
fi fi
if [[ ${main_menu[@]} =~ 1 ]]; then # GNOME if [[ ${main_menu[@]} =~ 1 ]]; then # GNOME