본문 바로가기

Tips5

Mac에 Slack 메신저 설치, Workspace 생성하기 업무용 메신저로 많이 쓰이는 슬랙을 설치해 보자 https://slack.com/intl/en-kr/downloads/ Downloads Download Slack for free for mobile devices and desktop. Keep up with the conversation with our apps for iOS, Android, Mac, Windows and Linux. slack.com 해당 링크에서 슬랙을 다운 받는다. 업무용 메일이 있다면 해당 이메일을 입력해서 접속하면 되지만, 처음 시도 하는 사람들은 아래 사진 처럼 새로운 work space를 만들어보자 2020. 7. 25.
Insomnia. API 테스트 도구 사용하기 다른사람이 만든 API를 테스트할때 일일이 터미널에서 리퀘스트를 보내는것은 피곤한 일이다. 쉽고 간편하게 만들어진 도구를 사용해 테스트해 보자. https://insomnia.rest/ Insomnia Design & Debug APIs like a human, not a robot insomnia.rest 나는 Insomnia core를 선택해서 다운로드 받았다. 테스트도 해볼겸 naver.com으로 GET 요청을 보내보았다. 2020. 7. 16.
[Mac Os] homebrew, node, npm, yarn 설치 [요약] 더보기 1. Homebrew 설치 brew version /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" brew update brew doctor export PATH="/usr/local/bin:~/.zshrc" 2. node, npm 설치 node -v npm -v brew install node brew install npm 3.yarn 설치 npm install -g yarn npm, node가 설치되어있는지 확인 한다. npm -v node -v Mac에서는 Homebrew라는 유용한 패키지 매니저가 있다. https://brew.sh/ Homebrew The.. 2020. 7. 15.
iterm2 + oh my zsh로 터미널을 이쁘게 꾸며보자 먼저, iterm2라는 터미널을 대신하는 편리한 앱을 설치할텐데 아래 링크에서 설치해보자. https://www.iterm2.com/downloads.html Downloads - iTerm2 - Mac OS Terminal Replacement iTerm2 by George Nachman. Website by Matthew Freeman, George Nachman, and James A. Rosen. Website updated and optimized by HexBrain www.iterm2.com iterm2 설치가 완료되었으면 oh-my-zsh라는 녀석을 아래 커맨드 입력을 통해 설치해보자. sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmy.. 2020. 7. 14.