diff options
Diffstat (limited to 'install/shell.fish')
| -rwxr-xr-x | install/shell.fish | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/install/shell.fish b/install/shell.fish new file mode 100755 index 0000000..ac3e228 --- /dev/null +++ b/install/shell.fish @@ -0,0 +1,13 @@ +#!/bin/fish + +. (dirname (status filename))/util.fish + +install-deps git dart-sass libastal-meta npm curl libnotify ttf-material-symbols-variable-git ttf-jetbrains-mono-nerd ttf-rubik-vf pacman-contrib +install-optional-deps 'uwsm (for systems using uwsm)' 'yay (AUR package management)' 'fd (launcher file search)' 'wl-clipboard (clipboard support)' 'foot (opening stuff in terminal)' + +set -l shell $CONFIG/shell + +confirm-overwrite $shell +git clone 'https://github.com/caelestia-dots/shell.git' $shell + +log 'Done.' |