Taehyeon-Kim / Taehyeon-Kim.github.io

The life of recording is unbreakable
https://taehyeon-kim.github.io
MIT License
1 stars 0 forks source link

misc: brew #34

Open Taehyeon-Kim opened 9 months ago

Taehyeon-Kim commented 9 months ago

Homebrew in zsh

echo 'export PATH=/opt/homebrew/bin:$PATH' >> ~/.zshrc
source ~/.zshrc
brew --version

Install git

brew install git

git configuration

git config --global user.name "username"
git config --global user.email "---@gmail.com"
git config --list // config 목록 확인

git configuration for editor color

git config --global core.editor emacs
git config --global color.ui true

https://git-scm.com/book/ko/v2/Git%EB%A7%9E%EC%B6%A4-Git-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0

lsd

확장 플러그인

https://velog.io/@easyhwan/Mac-%EB%A7%A5%EB%B6%81-%ED%84%B0%EB%AF%B8%EB%84%90-%EA%B0%95%ED%99%94%ED%95%98%EA%B8%B0