맥 유틸 설정

맥 유틸 설정
Photo by Alexander Shatov / Unsplash

homebrew

패키지 매니저 
https://brew.sh/ko/
https://github.com/Homebrew/brew

사전 설치 
Terminal 에서 Command line tools 설치

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

# echo >> /Users/lym/.zprofile
# echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/lym/.zprofile
# eval "$(/opt/homebrew/bin/brew shellenv)"

ghostty

터미널 
https://ghostty.org/

# mkdir -p .config/ghostty
# vi .config/ghostty/config
theme = Arthur
font-size = 16

docker desktop

컨테이너 기반 가상화 툴
https://docs.docker.com/desktop/setup/install/mac-install/

RunCat

cpu, 저장용량, network 등 상태 표시
https://apps.apple.com/kr/app/runcat/id1429033973?mt=12

Rectangle

Move and resize windows in macOS using keyboard shortcuts or snap areas
https://rectangleapp.com/

marcy

클립보드

brew install maccy 

on-my-zsh

zsh의 plugin manager
https://github.com/ohmyzsh/ohmyzsh

명령어 하이라이팅

brew install zsh-syntax-highlighting

이전 사용한 명령어 자동완성

https://github.com/zsh-users/zsh-autosuggestions

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

joplin

오픈소스 노트
https://joplinapp.org/