Fix stow bug
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user