Skip to content

Instantly share code, notes, and snippets.

@tapyu
Last active November 17, 2025 18:43
Show Gist options
  • Select an option

  • Save tapyu/c5558a94c0d5ca45b361090a1bf924e4 to your computer and use it in GitHub Desktop.

Select an option

Save tapyu/c5558a94c0d5ca45b361090a1bf924e4 to your computer and use it in GitHub Desktop.
MacOs setup

Shell scrips for my MacOS system

Let me see this.... 👀

#!/usr/bin/env sh
# install homebew
# SEE: https://brew.sh/
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
### homebrew casks ###
brew install --cask visual-studio-code
brew install --cask iterm2
### homebrew CLI ###
brew install python
brew install ffmpeg
brew install node
### others ###
curl -LsSf https://astral.sh/uv/install.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment