Skip to content

Instantly share code, notes, and snippets.

@samyok
Last active November 23, 2022 00:44
Show Gist options
  • Save samyok/0be59f4753a8fb2d77cdef9926ad562c to your computer and use it in GitHub Desktop.
Save samyok/0be59f4753a8fb2d77cdef9926ad562c to your computer and use it in GitHub Desktop.
# 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
brew install grc
brew install iterm2
brew install fish
brew install fisher
brew install gh
# you'll need to export your iterm2 profile as json and then re-import them on your new macbook
# fira code nerd font for my iterm2
brew tap homebrew/cask-fonts
brew install --cask font-fira-code-nerd-font
### clone config
# gh repo clone samyok/dotconfig
# you'll need to do this for your own config
# node, nvm, npm, yarn
brew install nvm
nvm install 16
npm i -g npm yarn
# competitive programming:
brew install gcc
# you'll have to update the toolchain to be (which g++-{version number}) for the c++ compiler in order to access bits/stdc++.h
which g++-12
# figma
brew install --cask figma
# cron calendar
brew install --cask cron
# PIA
brew install --cask private-internet-access
brew install --cask qbittorrent
# Docker
brew install --cask docker
# obsidian
brew install --cask obsidian
# install obs
brew install --cask obs
# wget
brew install wget
# slack
brew install --cask slack
# vscode
brew install --cask visual-studio-code
# burp-suite
brew install --cask burp-suite
# caddy
brew install caddy
# python 3.9
brew install python@3.9
# gcloud sdk
brew install --cask google-cloud-sdk
# zotero
brew install --cask zotero
# cocoapods
brew install cocoapods
# compass
brew install --cask mongodb-compass
# charles proxy
brew install --cask charles
# pngpaste (write clipboard to png file from terminal)
brew install pngpaste
# imagemagick (convert utility)
brew install imagemagick
# jq (json in cli)
brew install jq
# termius
brew install --cask termius
# balenaetcher
brew install --cask balenaetcher
# vale (markdown linter)
brew install vale
# mas (Mac App Store command line interface)
brew install mas
# -> xcode
mas install 497799835
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment