We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最近我剛好也在重裝我的 Mac,善用 homebrew cask 跟 mas-cli 會省事很多。
例如我先利用 brew bundle dump 將本來的環境備份,匯出成 Brewfile(檔案在此),接著新的環境只要裝好 homebrew 之後再 brew bundle,之前的軟體就幾乎全部回來了。
brew bundle dump
Brewfile
brew bundle
我看你安裝的很多軟體也都可以運用 brew cask install sourcetree 或是 brew cask install iterm2,幾乎都有辦法靠指令解決。連字型都可以用指令安裝,你用的 Hack font 只要 brew cask install font-hack 就安裝完成囉。
brew cask install sourcetree
brew cask install iterm2
brew cask install font-hack
The text was updated successfully, but these errors were encountered:
No branches or pull requests
最近我剛好也在重裝我的 Mac,善用 homebrew cask 跟 mas-cli 會省事很多。
例如我先利用
brew bundle dump
將本來的環境備份,匯出成Brewfile
(檔案在此),接著新的環境只要裝好 homebrew 之後再brew bundle
,之前的軟體就幾乎全部回來了。我看你安裝的很多軟體也都可以運用
brew cask install sourcetree
或是brew cask install iterm2
,幾乎都有辦法靠指令解決。連字型都可以用指令安裝,你用的 Hack font 只要brew cask install font-hack
就安裝完成囉。The text was updated successfully, but these errors were encountered: