Compare commits

..

2 Commits

Author SHA1 Message Date
31344324fb Add install zsh instructions 2025-04-29 10:49:53 -04:00
4d53b3d680 Add URL for ghostty error 2025-04-28 16:59:57 -04:00
2 changed files with 4 additions and 2 deletions

2
.zshrc
View File

@ -37,6 +37,6 @@ set_xquartz_display
# Update XDG_DATA_DIRS for GSettings schemas
export XDG_DATA_DIRS=/usr/local/share:/usr/share:/opt/homebrew/share:$XDG_DATA_DIRS
# Set TERM and TERMINFO_DIRS for compatibility
# Set TERM and TERMINFO_DIRS for compatibility - https://github.com/ghostty-org/ghostty/discussions/4077
export TERM=xterm-256color
export TERMINFO_DIRS=/usr/share/terminfo:/opt/homebrew/share/terminfo

View File

@ -2,4 +2,6 @@
Primarily based on [antidote](https://antidote.sh/) and [powerlevel10k](https://github.com/romkatv/powerlevel10k).
⚠️ `brew install antidote` before placing files in your home directory.
☝🏻 If you don't have zsh already, install this first. `brew install zsh` and change it to your default shell. `chsh -s /bin/zsh`
⚠️ `brew install antidote` before placing files in your home directory. Backup anything of the files you already have existing.