Cleaning
This commit is contained in:
@@ -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
|
||||
|
||||
13
bin/sync
13
bin/sync
@@ -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
|
||||
|
||||
@@ -8,6 +8,5 @@ fi
|
||||
|
||||
if command -v nix &> /dev/null; then
|
||||
nix-channel --update
|
||||
nix-env -u
|
||||
home-manager switch
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user