728x90

맥개발환경 5

[Mac] 맥 개발환경 설정 (5) - 인텔리제이(intellij) 설치, react 스니펫 단축어

1. 인텔리제이 설치하기 IntelliJ IDEAIntelliJ IDEA – the Leading Java and Kotlin IDEIntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience.www.jetbrains.com 2. 플러그인 설치하기Rainbow Brackets : 괄호의 색상을 구분해줌Dracula Theme : 테마 변경Atom Mertarial Icon : 아이콘 변경Nyan Progress Bar : 프로그래스 바에 고양이가 날아다닙니다 (귀여움) 3. 기본 터미널 변경하기..

Mac 2024.04.17

[Mac] 맥 개발 환경 설정 (3) - node, yarn 설치

Node JS 설치 노드 설치 여부 확인 node -v 노드 js 설치 Node.js Node.js — Run JavaScript EverywhereNode.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.nodejs.org18.17.0 LTS 설치 (원하는 버전 설치)설치되는 경로 확인zsh node 경로 설정i : 입력모드!wq : 저장하고 나가기vi .zshrc아래 PATH 를 작성하기export PATH=$PATH:/usr/local/binbrew 커맨드로 노드 설치brew install nodenode -v 입력하여 버전 확인하면 끝yarn 설치brew install yarn yarn -v 명령어로 설치 버전 확인 이렇게 n..

Mac 2024.04.14

[Mac] 맥 개발 환경 설정 (2) - 맥 git 설치, git config 설정

깃을 설치해보겠습니다.GitGit - DownloadsGit - DownloadsDownloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific expgit-scm.com brew 를 이용해 깃을 다운로드 합니다.-v : 버전 확인 옵션$ brew install git $ sudo port install git $ git ..

Mac 2024.04.13

[Mac] 맥 개발 환경 설정 (1) - iTerm2, zsh, brew 설치

맥 기본 터미널 iTerm2 설정해 보겠습니다~iTerm2https://iterm2.comiTerm2 설치합니다. iTerm2 - macOS Terminal ReplacementiTerm2 by George Nachman. Website by Matthew Freeman, George Nachman, and James A. Rosen. Website updated and optimized by HexBrainiterm2.com zshzsh 공식 사이트: zsh GitHub - ohmyzsh/ohmyzsh: 🙃 A delightful community-driven (with 2,300+ contributors) framework for managing your zsh config🙃 A delightful ..

Mac 2024.04.13
728x90