Skip to content

Soooda/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My MacOS Configuration Setup

All the cool kids have their own configs :DD

Xcode Command Line Tools

xcode-select --install # install

# Re-install method just in case
sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install

Homebrew

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

System Settings

# Enable full keyboard access for all controls
defaults write -g AppleKeyboardUIMode -int 3

Fonts

brew install --cask font-fira-code
brew install --cask font-hack-nerd-font

SSH Configuration

GUI Apps

# Terminal
brew install --cask kitty

# Mac App Store Manager
brew install mas

# Browser
brew install --cask google-chrome

# Filesync
mas install 823766827

# Screen Recording
brew install --cask obs

# WeChat
mas install 836500024