Skip to content

Instantly share code, notes, and snippets.

View samyok's full-sized avatar
🌴
palo alto

Samyok Nepal samyok

🌴
palo alto
View GitHub Profile
# brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# brew install google chrome, discord, spotify
brew install --cask google-chrome
brew install --cask discord
brew install --cask spotify
# terminal, fish, fisher, gh
# nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
# node, yarn, pm2
nvm install 16
@samyok
samyok / Brewfile
Last active November 18, 2024 23:56
tap "adoptopenjdk/openjdk"
tap "cloudflare/cloudflare"
tap "homebrew/bundle"
tap "mhzawadi/cbonsai"
tap "ngrok/ngrok"
tap "oncletom/brew"
tap "oven-sh/bun"
tap "sdkman/tap"
tap "supabase/tap"
tap "zegervdv/zathura"
{
"Working Directory" : "\/Users\/samyok",
"Prompt Before Closing 2" : false,
"Selected Text Color" : {
"Green Component" : 0.92142927646636963,
"Blue Component" : 0.93115901947021484,
"Red Component" : 0.90730977058410645
},
"Rows" : 25,
"Ansi 11 Color" : {
@samyok
samyok / setup.sh
Last active January 17, 2025 23:10
new mac setup
# install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# create ssh key
ssh-keygen
# sync ssh key with github
brew install gh
gh auth login