diff options
Diffstat (limited to 'install/scripts.fish')
| -rwxr-xr-x | install/scripts.fish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/scripts.fish b/install/scripts.fish index 5997d61..59c8646 100755 --- a/install/scripts.fish +++ b/install/scripts.fish @@ -2,8 +2,8 @@ . (dirname (status filename))/util.fish -install-deps git hyprland-git hyprpaper-git okolors-git imagemagick wl-clipboard fuzzel-git socat foot jq python -install-optional-deps 'equibop-bin (discord client)' 'btop (system monitor)' 'wf-recorder (screen recorder)' 'grim (screenshot tool)' 'firefox (web browser)' 'spotify-adblock (music player)' +install-deps git hyprland-git hyprpaper-git okolors-git imagemagick wl-clipboard fuzzel-git socat foot jq python xdg-user-dirs +install-optional-deps 'equibop-bin (discord client)' 'btop (system monitor)' 'wf-recorder (screen recorder)' 'grim (screenshot tool)' 'zen-browser (web browser)' 'spotify-adblock (music player)' set -l dist $C_DATA/scripts |