Search
Duplicate
🚮

Reset으로 시작하는 용량 걱정 없는 User 되기

간단소개
깔끔하게 비우고 시작합시다!
팔만코딩경 컨트리뷰터
ContributorNotionAccount
주제 / 분류
42seoul
잡지식
개발환경
Scrap
태그
생산성
9 more properties

1. 초기화부터 시작

백업과 설정저장(email, drive)은 선택입니다! 홈디렉토리(cd ~)에서 생성 touch .reset touch .reset_library 로그아웃
C
복사

2. 과제를 위한 SSH 설정

ssh-keygen ~/.ssh/id_rsa.pub intra42, github를 비롯한 필요한 곳에 등록
C
복사

3. 영원한 동반자 설치

뉴비들의 길잡이 francinette framework 혹은 용량의 구원자 Cleaner_42를 설치해보는건 어떨까요?

4. Installation의 희망, 42Homebrew 설치

curl -fsSL https://rawgit.com/kube/42homebrew/master/install.sh | zsh
C
복사
Oh My Zsh is an open source, community-driven framework for managing your zsh configuration.

6. VScode

VScode 설정

7. Git 최초 설정

git config --global user.name "Your Name" git config --global user.email you@example.com
C
복사

8. 유용한 팁들

Slack Update message 알림 끄는 명령어