목록Mac OS/터미널 세팅 (6)
일상 코딩
https://www.youtube.com/watch?v=CF1tMjvHDRA 명령어 모음 페이지 https://www.josean.com/posts/terminal-setup How To Setup Your Mac Terminal curl https://raw.githubusercontent.com/josean-dev/dev-environment-files/main/coolnight.itermcolors --output ~/Downloads/coolnight.itermcolors www.josean.com iTerms / Agnoster / OCEAN-NEXT / Hack 등 앞서 작성한 터미널 세팅 후 PowerLevel 10K 설치 후 나타는 문제들 해결 방법 prompt_context:2: com..
※ 노란색 master 부분은 github와 연동된 폴더를 표시한것뿐이니 없어도 정상인것이다. 참고 youtube 영상 https://youtu.be/mba8cnGcgqE 1. iTerm2 설치 https://iterm2.com/downloads.html 링크를 들어가 다운받는다. Downloads - iTerm2 - macOS Terminal Replacement iterm2.com 2. Home Brew 설치 https://brew.sh/index_ko Homebrew The Missing Package Manager for macOS (or Linux). brew.sh /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew..
https://sourcefoundry.org/hack/ Hack | A typeface designed for source code A Family of Four Faces Hack includes monospaced regular, bold, italic, and bold italic sets to cover all of your syntax highlighting needs. sourcefoundry.org
https://github.com/mbadolato/iTerm2-Color-Schemes GitHub - mbadolato/iTerm2-Color-Schemes: Over 250 terminal color schemes/themes for iTerm/iTerm2. Includes ports to Terminal, Ko Over 250 terminal color schemes/themes for iTerm/iTerm2. Includes ports to Terminal, Konsole, PuTTY, Xresources, XRDB, Remmina, Termite, XFCE, Tilda, FreeBSD VT, Terminator, Kitty, MobaXterm, LXTer... github.com
https://beomi.github.io/2017/07/07/Beautify-ZSH/ 멋진 Terminal 만들기 - Beomi's Tech blog 2017-07-07 멋진 Terminal 만들기 이번 가이드는 macOS를 위한 가이드입니다. 맥을 개발용으로 사용하는 경우 터미널을 좀 더 편리하고 다양하게 사용하는 방법 중 기본 Shell인 bash대신 zsh을 사용하는 beomi.github.io git clone https://github.com/zsh-users/zsh-syntax-highlighting.git echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc