Skip to content

Latest commit

 

History

History
87 lines (67 loc) · 2.09 KB

MacOS-Ventura-13.md

File metadata and controls

87 lines (67 loc) · 2.09 KB

Post-install process for MacOS Ventura

Software

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • MongoDB
brew tap mongodb/brew
brew update
brew install [email protected]
  • cmake
brew install cmake
  • Transmission
brew install --cask transmission
  • 7z
brew install p7zip

Settings

Add Russian text input.

System Settings -> Keyboard -> Text Input -> Edit -> '+' -> 'Russian' -> 'Russian – PC'.

Enable natural trackpad scrolling

System Settings -> Trackpad -> Scroll & Zoom: Natural scrolling (ON).

Add user directory to the Finder

Finder -> Go -> Go to finder -> type / -> find user directory and drag it to the Favorites

Show hidden files always

defaults write http://com.apple.Finder AppleShowAllFiles true

Fonts

Download fonts

Install using Font Book.

Configs

SSH keys

Place keys to User/.ssh directory.

Add keys to authentication agent ssh-add ~/.ssh/{private_key}

Set directory rights chmod 700 ~/.ssh/*