Created
August 28, 2024 14:50
-
-
Save oof2win2/4b86f14e4b57bebaf6df18815d3a95fb to your computer and use it in GitHub Desktop.
setup mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| xcode-select --install | |
| /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
| brew install volta | |
| brew install iterm2 | |
| brew install sublime-text --cask | |
| brew install zed --cask | |
| brew install visual-studio-code --cask | |
| brew install aerial --cask | |
| brew install google-chrome --cask | |
| brew install firefox --cask | |
| brew install flux --cask | |
| brew install httpie --cask | |
| brew install macmediakeyforwarder --cask | |
| brew install raycast --cask | |
| brew install spotify --cask | |
| brew install bun | |
| brew install cloudflared | |
| brew install deno | |
| brew install exa | |
| brew install fd | |
| brew install httpie | |
| brew install imagemagick | |
| brew install ripgrep | |
| brew install rustup | |
| brew install sqlite | |
| brew install tmux | |
| brew install turso | |
| brew install xz | |
| brew install yabai | |
| volta install node | |
| volta install pnpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment