This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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" : { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
OlderNewer