#!/bin/fish if test -z "$argv[1]" echo 'Usage: caelestia install discord ' exit 1 end . (dirname (status filename))/util.fish install-deps git install-optional-deps 'arrpc (rich presence)' set -l client $CONFIG/$argv[1] set -l dist $C_DATA/discord # Update/Clone repo update-repo discord $dist # Install systemd service setup-systemd-monitor discord $dist # Link themes to client config confirm-overwrite $client/themes ln -s $dist/themes $client/themes log 'Done.'