Skip to content

Commit

Permalink
Add steps to add a script directory to Raycast in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kryota-dev committed Jul 20, 2024
1 parent 4605e34 commit 0bfa604
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ defaultbrowser:
@echo "\033[0;34mRun defaultbrowser.sh\033[0m"
@.bin/defaultbrowser.sh
@echo "\033[0;32mDone.\033[0m"
@echo "Here are the steps to add a script directory to Raycast:"
@echo "1. Open Raycast settings"
@echo "2. Switch to the Extensions tab"
@echo "3. Click the + button and select \"Add Script Directory”"
@echo "4. Add \"~/dotfiles/raycast/scripts\""

# Setup Other apps
other_apps:
Expand Down

0 comments on commit 0bfa604

Please sign in to comment.