- fontSize: 14
- font: NerdFont
- colorscheme: tokyonight-storm
brew install tmux
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
brew install lazygit
brew install diff-so-fancy
- Linux: ~/.config/lazygit/config.yml
- MacOS: ~/Library/Application Support/lazygit/config.yml
- Windows: %APPDATA%\lazygit\config.yml
brew install nvim
// 프로젝트 디렉토리 추가
:WorkspacesAddDir [path]
// 프로젝트 디렉토리 삭제
:WorkspacesRemoveDir [name]
- tsserver
npm install -g typescript typescript-language-server
- eslint
npm i -g vscode-langservers-extracted
brew install fnm
- 개발하면서 추가 예정