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

I know, Linux is better, but at least I gave MacOS a chance...

#!/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
brew install --cask raycast # to create shortcuts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment