1. 초기화부터 시작

백업과 설정저장(email, drive)은 선택입니다!

홈디렉토리(cd ~)에서 생성

touch .reset
touch .reset_library

로그아웃

2. 과제를 위한 SSH 설정

ssh-keygen

~/.ssh/id_rsa.pub
intra42, github를 비롯한 필요한 곳에 등록

3. 영원한 동반자 설치

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

https://github.com/xicodomingues/francinette

https://github.com/ombhd/Cleaner_42

4. Installation의 희망, 42Homebrew 설치

curl -fsSL [<https://rawgit.com/kube/42homebrew/master/install.sh>](<https://rawgit.com/kube/42homebrew/master/install.sh>) | zsh

5. Oh My Zsh

6. VScode

7. Git 최초 설정

git config --global user.name "Your Name"
git config --global user.email [email protected]

8. 유용한 팁들