728x90

Mac 8

git hub 커밋 로그 productive-box 설정하기 I'm a night?

커밋 시간대 통계를 알려주는 기능을 추가해보겠습니다 0. 설정 전 gist 생성하기: public 으로 생성할 것https://gist.github.com0. 설정 전 토큰 만들기: repo, gist 에 체크 해주기https://github.com/settings/tokens/new 본격적인 설정 시작 1. Fork 프로젝트https://github.com/maxam2017/productive-box GitHub - maxam2017/productive-box: Are you an early 🐤 or a night 🦉? Let's check out in gistAre you an early 🐤 or a night 🦉? Let's check out in gist - maxam2017/product..

Mac 2024.09.13

Mac Finder 폴더 목록 추가하기

개발을 하면서 iTerm2 로만 폴더를 확인하는 것 보다 User 폴더 아래의 ideaProjects 를 사용하게 되었는데요. Finder 기본 바로가기 폴더에 해당 폴더가 없어서 불쳔합니다. 한눈에 보기 쉽게 Home 폴더를 추가해보겠 습니다. Finder 설정에 들어가서 Sidebar 에서 필요한 폴더를 체크 해줍니다. 그러면 맥 설정 이름의 폴더가 생깁니다. 편하게 필요한 폴더 즐겨찾기 후 사용해보세요~

Mac 2024.08.18

[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

구글 크롬 확장 프로그램 백업 압축 방법

구글 확장프로그램을 백업해 보겠습니다. 아래 경로로 접속해 보면 여러 정보가 보입니다. chrome://version/ 프로필 경로를 복사하여 파일탐색기에서 접근해 봅니다. Extensions 폴더에 이태껏 설치한 확장 프로그램들이 보입니다. 어떤 파일이 내가 아는 확장프로그램인지 구분이 되지 않습니다. 아래 경로로 접속하면 현재 설치된 확장프로그램 목록이 나옵니다. chrome://extensions/ 백업하고 싶은 확장프로그램 ID를 확인한 뒤 해당 하는 ID로 된 폴더의 버전까지 들어간 뒤 경로를 복사합니다. '확장 프로그램 압축'을 눌러 디렉터리를 입력합니다. 압축 후 폴더를 확인해 보면 crx, pem 파일이 생긴 걸 확인할 수 있습니다. 이 crx 파일을 확장프로그램 목록에 드래그하여 아래 창..

Mac 2024.03.25
728x90