Skip to content

Commit

Permalink
feat(scripts): remove raycast postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan2k committed Mar 19, 2023
1 parent da5f020 commit 3215233
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 64 deletions.
57 changes: 0 additions & 57 deletions configure/raycast.sh

This file was deleted.

8 changes: 1 addition & 7 deletions scripts/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@ postinstall() {
if ask_question 'Do you want to install NPM global tools?'; then
#shellcheck source=/dev/null
. "$DOTFILES_FOLDER"/tools/npm-global-tools.sh
fi

info "Raycast Configuration"
if ask_question 'Do you want to configure Raycast and install packages?'; then
#shellcheck source=/dev/null
. "$DOTFILES_FOLDER"/configure/raycast.sh
fi
fi
}

execute() {
Expand Down

0 comments on commit 3215233

Please sign in to comment.