Compare commits

..

No commits in common. "31344324fb66bd8c59b6867afc6a393e40d499be" and "0d985dc0de8f3bcdb4910692062bc2f072e0778b" have entirely different histories.

2 changed files with 2 additions and 4 deletions

2
.zshrc
View File

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

View File

@ -2,6 +2,4 @@
Primarily based on [antidote](https://antidote.sh/) and [powerlevel10k](https://github.com/romkatv/powerlevel10k). Primarily based on [antidote](https://antidote.sh/) and [powerlevel10k](https://github.com/romkatv/powerlevel10k).
☝🏻 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.
⚠️ `brew install antidote` before placing files in your home directory. Backup anything of the files you already have existing.