Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc: brew #34

Open
Taehyeon-Kim opened this issue Dec 15, 2023 · 0 comments
Open

misc: brew #34

Taehyeon-Kim opened this issue Dec 15, 2023 · 0 comments
Labels

Comments

@Taehyeon-Kim
Copy link
Owner

Taehyeon-Kim commented Dec 15, 2023

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 "[email protected]"
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

@Taehyeon-Kim Taehyeon-Kim changed the title MAC101: brew misc: brew Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant