DevelopSet(4)
-
초보 프론트엔드 개발자의 VS CODE 설치 및 세팅(macOS) 과정
첫 회사에 입사했을 때부터 쓰던 intellij가 만료되었다. 다시 결제하고 사용할까도 해봤지만 vscode로 충분히 할 수 있을 것 같은데 굳이..?라는 생각이 들어 vscode를 설치했다!! 개발자들이 가장 많이 쓴다는 vscode 제가 다시 써보도록 하겠습니다~~ (macOS에 기반하여 설치하였습니다) https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free ..
2022.12.19 -
macOS git 설치하기
brew를 통한 git 설치 방법 brew install git https://git-scm.com/download/win Git - Downloading Package Download for Windows Click here to download the latest (2.39.0) 32-bit version of Git for Windows. This is the most recent maintained build. It was released about 12 hours ago, on 2022-12-12. Other Git for Windows downloads Standalone Installer 32-bit Git git-scm.com Git을 좀 더 편하게 사용하기 위해서는 Git GUI(Grap..
2022.12.13 -
mac에 Homebrew 설치하기
macOS을 사용하다보면 여러가지 프로그램을 커맨드 라인으로 설치하게 되는데 Homebrew를 사용할 경우 손쉽고 깔끔하게 프로그램을 설치, 삭제, 업데이트 할 수 있게 도와줌 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" xcode install 문구가 뜨면 return(enter) 눌러주기 brew —version // 입력 후 버전이 뜨면 설치 성공! https://brew.sh/index_ko Homebrew The Missing Package Manager for macOS (or Linux). brew.sh
2022.12.13 -
mac에 iterm2 설치하기
https://iterm2.com/ iTerm2 - macOS Terminal Replacement iTerm2 by George Nachman. Website by Matthew Freeman, George Nachman, and James A. Rosen. Website updated and optimized by HexBrain iterm2.com iterm2 공식 사이트에서 다운로드 후 설치 (간단) 설치하는 이유는 mac의 터미널 창은 기능이 많이 없기 때문이다
2022.12.13