From 7fad7d0db3b5a873f25eafe1107683f0ffe02a83 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Mon, 13 May 2024 12:27:54 +0100 Subject: [PATCH] Add quicksearch (nearbyshare) support --- install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 4cd5d29a..0bfe0e9d 100755 --- a/install.sh +++ b/install.sh @@ -18,14 +18,11 @@ paru -Sy curl git stow bat fzf less nextcloud-client paru -Sy mpd ncmpcpp dunst xdg-desktop-portal-wlr xdg-desktop-portal sway swaybg swaylock waybar wofi foot grim slurp wl-clipboard xorg-xwayland polkit-gnome # Install GUI Apps -paru -Sy gnome-podcasts +paru -Sy brave gnome-podcasts r-quick-share # Install CLI Apps paru -Sy gdu toipe bottom w3m newsboat iamb tmux ollama neovim transmission-cli mutt pass pass-git-helper -# Browser and browser tools -paru -Sy brave-bin - if [ $(pwd) != "$HOME/dotfiles" ]; then cd $HOME git clone https://github.com/TrudeEH/dotfiles --depth=1