Mac OS 세팅

권민제·2021년 8월 6일
1

자유

목록 보기
1/2
post-thumbnail

참고 사이트

Font

Application

- Basic

  • Chrome
  • KakaoTalk
  • Discord
  • Slack
  • Spark (Mail App)
  • Itsycal(Calendar)
  • Youtube
  • Youtube Music
  • Keka (압축 프로그램)
  • Karabiner (키보드 키 매핑)
  • CursorSense (마우스 속도)

- Dev

  • Alfred
  • HomeBrew
  • Iterm2
  • VScode
    • Code Runner
    • Docker
    • DotENV
    • GitLens
    • Markdown All in One
    • Markdown Preview Enhanced
    • Material Icon Theme
    • npm
    • Prettier
    • Prettier+
    • Prettier ESLint
    • ESLint
    • Trailing Spaces
    • Bracket Pair Colorizer
    • Auto Rename Tag
    • indent-rainbow
  • Docker (Homebrew cask로 설치)
  • GITGET (깃허브 위젯)
  • GitHub Desktop

Brew

Formulae

  • cask
  • git
  • node
  • nvm
  • vim
  • zsh
filename : .zshrc 
export ZSH="/Users/gwonmj/.oh-my-zsh"
ZSH_THEME="agnoster"

plugins=(git)

source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source $ZSH/oh-my-zsh.sh

#NVM Option

export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh
  • zsh-autosuggestions
  • zsh-systax-highlighting

Casks

  • docker
profile
성장하는 개발자!

0개의 댓글