https://brew.sh/index_ko brew 설치 후 환경변수 설정
echo 'export PATH=/opt/homebrew/bin:$PATH' >> ~/.zshrc
brew install git
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
// clone env
git clone https://github.com/jinkwon/env ~/env
// chmod sh
chmod 700 ~/env/*.sh
// init everything
// 실행 후 터미널 껐다 켜기 (설정 적용)
~/env/init.sh
// configure only
~/env/configure.sh
_menu
nvm install 20
// /usr/local/bin/node 는 나중에 react native를 위해 연결해둠
ln -s $(which node) /usr/local/bin/node
// install packages
// brew로 yarn 설치하면 이슈가 있음. node version 이 꼬임
npm install -g yarn @nestjs/cli pm2 http-server
p10k configure
https://stackoverflow.com/a/66003527
// ~/.pk10.zsh or ~/.p10k.zsh
(( $#where > 32 )) && where[13,-13]="…"
- ccat
- fzf
- jq