mac 설정 하기

짜리몽땅개발자·2020년 12월 21일
0

무조건 설치해야 득 되는 툴

spectacle(화면이동), itsycal(달력), keka(압축) - 사용법 잘 모름, 기본 압축 프로그램으로 설정 안됨, Amphetamine - 디스플레이 껐다 켰다 가능함. helium3(검색이 안됨)

개발 툴 정리

https://www.letmecompile.com/mac-app-recommendation-for-developer/

nodejs 는 의존성 때문에 반드시 패키지 관리 프로그램을 설치해서 노드를 설치 하는게 좋다.

install

brew install nodebrew

nodebrew ls-all

nodebrew install v14.0.6

nodebrew use v14.0.6

node -v

npm -v

echo 'export PATH=HOME/.nodebrew/current/bin:HOME/.nodebrew/current/bin:PATH' >> ~/.bash_profile

source ~/.bash_profile

https://no-free-lunch.tistory.com/9

화면분할 : https://www.spectacleapp.com/

단축키 : https://karabiner-elements.pqrs.org/

iterm : https://stackoverflow.com/questions/30055402/how-to-select-text-in-iterm-with-shiftarrow

ㄴ 방향키 설정

profile
시간은 돈과 바꿀 수 있다.

0개의 댓글