My dotfiles
- Clone or download this Repository
- Copy the
.zshrcand/orghostty/configfiles to your home-directory - Install all dependencies
- On macOS run
brew install ghostty zinit starship
- On macOS run
- Enjoy
Problem
err: please use GUI or a 256-color terminal (so that t_Co=256 could be set)
Put this line in your ~/.zshrc or ~/.bashrc
[[ "$TERM" == "xterm" ]] && export TERM=xterm-256color