forked from Shinonome/caelestia-cli
install scripts for all modules
This commit is contained in:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
#!/bin/fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
install-deps git hyprland-git hyprpaper-git okolors-git imagemagick wl-clipboard fuzzel-git socat foot jq
|
||||
install-optional-deps 'vesktop-bin (discord client)' 'btop (system monitor)' 'wf-recorder (screen recorder)' 'grim (screenshot tool)' 'firefox (web browser)' 'spotify-adblock (music player)'
|
||||
|
||||
set -l dist $CONFIG/scripts
|
||||
|
||||
confirm-overwrite $dist
|
||||
|
||||
git clone 'https://github.com/caelestia-dots/scripts.git' $dist
|
||||
|
||||
mkdir -p ~/.local/bin
|
||||
ln -s $dist/main.fish ~/.local/bin/caelestia
|
||||
|
||||
log 'Done.'
|
||||
Reference in New Issue
Block a user