Skip to content

Instantly share code, notes, and snippets.

@JacobLinCool
Last active January 2, 2024 07:45
Show Gist options
  • Save JacobLinCool/83f05f7d9dc39de254ea42d309e85bd2 to your computer and use it in GitHub Desktop.
Save JacobLinCool/83f05f7d9dc39de254ea42d309e85bd2 to your computer and use it in GitHub Desktop.
install script for macOS
  1. 安裝 pnpm: https://pnpm.io/installation
  2. 安裝 node 18: pnpm env use -g 18
  3. 安裝 ba: pnpm i -g bahamut-automation
  4. 安裝 firefox (optional): ba install firefox
  5. 產生 example config (optional): ba example
cd ~/Desktop && mkdir my-config && cd my-config && npm i -g pnpm && pnpm setup && source ~/.bashrc && pnpm i -g bahamut-automation && ba install firefox && ba example
cd ~/Desktop && mkdir my-config && cd my-config && npm i -g pnpm && pnpm setup && source ~/.zshrc && pnpm i -g bahamut-automation && ba install firefox && ba example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment