mac 북 초기 세팅

smart Seo (Seo smart)·2023년 12월 2일

컴퓨터 세팅

목록 보기
1/3

개인 개발 환경 구축

1. dock 아이콘 정리

2. homwbrew 설치

https://brew.sh/

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

3. vscode 설치

brew install --cask visual-studio-code


4. Iterm2 설치

brew install --cask iterm2

4.1 iterm2 상태바 설정

  • profiles > session > 맨 아래 status bar enabled 클릭 후 configure status bar 클릭.

5.oh my zsh 설치

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

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

플러그인

git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions

추가

brew install fzf
brew install fasd


6. Powerlevel10k 터미널 커스터마이징

https://github.com/romkatv/powerlevel10k

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

code ~/.zshrc



7. github desktop 설치

8. docker desktop 설치


시스템 설정






일단 이렇게 기본적인 세팅은 끝났다!!

profile
꾸준히 발전하는 풀스택 개발자!!

0개의 댓글