This commit is contained in:
2024-05-31 11:59:23 -06:00
parent f8e8a8c485
commit 38cc6b48cf
10 changed files with 177 additions and 506 deletions

View File

@@ -7,7 +7,3 @@ fi
if command -v nix &> /dev/null; then
nix-collect-garbage -d
fi
if command -v doom &> /dev/null; then
doom purge
fi

View File

@@ -1,17 +1,4 @@
#!/bin/sh
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Test
# @raycast.mode compact
# Optional parameters:
# @raycast.icon 🤖
# Documentation:
# @raycast.author dustinswan
# @raycast.authorURL https://raycast.com/dustinswan
if
command -v mbsync >/dev/null
then

View File

@@ -8,6 +8,5 @@ fi
if command -v nix &> /dev/null; then
nix-channel --update
nix-env -u
home-manager switch
fi