diff options
Diffstat (limited to 'rice.sh')
-rwxr-xr-x | rice.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,8 +34,10 @@ doas -u $PERMUSER dbus-launch gsettings set org.gnome.desktop.interface font-nam cd "$WORKDIRECTORY" || exit doas -u $PERMUSER git clone https://github.com/zdharma-continuum/fast-syntax-highlighting +doas -u $PERMUSER git clone https://github.com/Aloxaf/fzf-tab mkdir -p /usr/share/zsh/plugins cp -rf fast-syntax-highlighting /usr/share/zsh/plugins +cp -rf fzf-tab /usr/share/zsh/plugins cd .. rm -rf hyprdots |