macOS 개발자
최근에는 생산성 🚀을 높이고 개발 루틴을 더 쉽게 만들어주는 설정, 도구 및 앱을 찾는 데 상당한 시간을 할애해야 합니다 ✨.
다음은 모두 개인적인 따뜻한 권장 사항일 뿐이며 토론 섹션 🎤에서 놓쳤을 수 있는 추가 도구에 대해 듣고 싶습니다.
The following preferences ⚙️ allow me to utilize macOS more effectively
시스템 환경설정 💻
파인더 기본 설정 🗂
shift ⇧ + command ⌘ + .
누르기 (숨김 파일 표시) The following tools and applications are free 🆓 and allow me to significantly shorten daily operations
명령줄 도구 🛠
Xcode Command Line Tools is a small self-contained package available for download separately from Xcode and that allows you to do command line development in macOS.
Some of the tools below depend on it, so it is important to install it first.
Press command ⌘ + Space
→ Type terminal
→ Run xcode-select --install
→ Wait few minutes
Open Homebrew page 새 탭에서 → 스니펫 복사 → 터미널에 붙여넣기 → 스크립트에 표시될 지침 따르기
By installing the rest of the command-line tools via brew, you will be able to keep them up-to-date by running
brew upgrade
once in a while.
brew install git curl wget jq htop speedtest tldr thefuck fzf bat
git 버전 관리 시스템
curl URL로 데이터 전송
wget 파일 검색
jq JSON 프로세서
htop 프로세스 뷰어
speedtest 인터넷 연결 측정
tldr 명령 치트시트
thefuck 이전 명령의 오류 수정
fzf 퍼지 파인더
bat 구문 강조 표시 및 Git 통합이 있는 고양이
애플리케이션 📱
Since most apps these days can update themselves automatically, I prefer to install them via their native installer (download then drag to application directory, and if needed remove with AppCleaner) rather than via brew casks, but it is entirely up to you. (see this issue).
iTerm2 터미널 에뮬레이터
macOS 멋진 터미널
란 코헨 · 1월 28일 · 4분 읽기
Visual Studio Code 코드 편집기.
To launch VS Code from the terminal, Open VS Code → Press
⌘ + ⇧ + P
→ Typeshell command
→ SelectInstall code command in path
.
Maccy 클립보드 매니저
Rectangle 키보드 창 관리자
Xnip 스크린샷 앱
Kap 스크린 레코더
KeepingYouAwake 수면을 방지
Ngrok 로컬 호스트에 대한 공개 URL
Bitwarden 비밀번호 관리자
AppCleaner 앱을 완전히 제거
추가 🛸
즐거운 코딩데이 🍻
Reference
이 문제에 관하여(macOS 개발자), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/rannn505/macos-developer-n4n텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)