Last active
November 19, 2024 00:31
-
-
Save bernardinorafael/2d44867d8f31ab3f46ae2474684d6ff6 to your computer and use it in GitHub Desktop.
install macos enviroment
This file contains 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
# Run the following commands to update the packages | |
sudo apt update -y | |
sudo apt upgrade -y | |
#install homebrew | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
# Run the following commands to update the packages | |
brew upgrade | |
# Packages | |
brew install pnpm | |
brew install yarn | |
brew install httpie | |
brew install fish | |
brew install bat | |
brew install tree | |
brew install gh | |
brew install git | |
brew install n | |
brew install go | |
brew install arc --cask | |
brew install discord --cask | |
brew install docker --cask | |
brew install figma --cask | |
brew install insomnia --cask | |
brew install raycast --cask | |
brew install visual-studio-code --cask | |
brew install warp --caks | |
brew install spotify --caks | |
brew install notion --caks | |
brew install google-chrome --caks | |
brew install 1password --caks | |
# Font | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/install_manual.sh)" | |
fc-cache -vf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment