Skip to content

hajarrashidi/macos-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Hajar MacOS Setup

Install programs

Package Manager: Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Terminal: warp

brew install --cask warp

SSH Client: Termius

brew install --cask termius

Spotlight Search: Raycast

brew install --cask raycast

Note Taking: Notion

brew install --cask notion

BunJS

curl -fsSL https://bun.sh/install | bash

Add Bun to ~/.zshrc

export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published