[Tool] Ghostty & tmux 설치 및 사용하기
·
Development
맥을 쓰면서 iterm만 주구장창 사용하다가, 다른 툴이 쓰고 싶어졌다.Ghostty를 설치하고, tmux도 같이 설치했다. Ghosttyhttps://ghostty.org/docs/install/binary#macos GhosttyGhostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.ghostty.org 설치 brew install --cask ghostty 설치해보니 아이콘이 귀여움 tmux는 session 단위로 생성할 수 있고, 하나의 session 안에는 여러 window를 생성하여 관리할 수 있다.다른 것보다도, 터미널을 닫아도 백그라..