Skip to content

Instantly share code, notes, and snippets.

@yoxisem544
Created June 30, 2020 15:26
Show Gist options
  • Save yoxisem544/7535cc3d40a8d93fe3343aad4b0d37e7 to your computer and use it in GitHub Desktop.
Save yoxisem544/7535cc3d40a8d93fe3343aad4b0d37e7 to your computer and use it in GitHub Desktop.
- script:
title: Set Env Path
inputs:
- content: |-
# 增加我們要 cache 的 brew 套件環境變數,如果有使用到其他的套件,請再手動增加
envman add --key BREW_MINT --value "$(brew --cellar)/mint" # 指定套件名稱位置
envman add --key BREW_OPT_MINT --value "/usr/local/opt/mint" # 指定套件名稱位置,此為 file alias
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment