diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-09 12:54:52 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-09 12:54:52 +1000 |
| commit | df3c450e45b2c8bceb738b9645005a9e631b9a62 (patch) | |
| tree | c68a67568b6c2cf606acc4817200659411dd12a7 /install/shell.fish | |
| parent | shell: prevent duplicate instances (diff) | |
| download | caelestia-cli-df3c450e45b2c8bceb738b9645005a9e631b9a62.tar.gz caelestia-cli-df3c450e45b2c8bceb738b9645005a9e631b9a62.tar.bz2 caelestia-cli-df3c450e45b2c8bceb738b9645005a9e631b9a62.zip | |
install: add imagemagick dep to shell
Forgot to add it before
Diffstat (limited to 'install/shell.fish')
| -rwxr-xr-x | install/shell.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/shell.fish b/install/shell.fish index 32dea23..e857c18 100755 --- a/install/shell.fish +++ b/install/shell.fish @@ -7,7 +7,7 @@ if ! pacman -Q lm_sensors > /dev/null sudo sensors-detect --auto end -install-deps git quickshell curl jq ttf-material-symbols-variable-git ttf-jetbrains-mono-nerd ttf-ibm-plex app2unit-git fd fish python-aubio python-pyaudio python-numpy cava networkmanager bluez-utils ddcutil brightnessctl +install-deps git quickshell curl jq ttf-material-symbols-variable-git ttf-jetbrains-mono-nerd ttf-ibm-plex app2unit-git fd fish python-aubio python-pyaudio python-numpy cava networkmanager bluez-utils ddcutil brightnessctl imagemagick install-optional-deps 'uwsm (for systems using uwsm)' set -l shell $C_DATA/shell |