Skip to content

Instantly share code, notes, and snippets.

@bernardinorafael
Last active March 17, 2024 23:15
Show Gist options
  • Save bernardinorafael/2d44867d8f31ab3f46ae2474684d6ff6 to your computer and use it in GitHub Desktop.
Save bernardinorafael/2d44867d8f31ab3f46ae2474684d6ff6 to your computer and use it in GitHub Desktop.
install macos enviroment
# 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 fish
brew install gh
brew install git
brew install n
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
# 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