File tree Expand file tree Collapse file tree
.oh-my-shell/shellrc/plugins/environment Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export VISUAL=$EDITOR
1010# - Apple's Terminal: xterm-256color
1111# - Alacritty: xterm-256color
1212# - kitty: xterm-kitty
13+ # - kitty: xterm-ghostty
1314#
1415# Set 256 capable color
1516# Reported with: find /lib/terminfo /usr/share/terminfo -name "*256*"
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ set-option -sg default-terminal screen-256color-bce
8888set-option -sa terminal-features " ,*-256color:RGB"
8989set-option -sa terminal-features " ,alacritty:RGB"
9090set-option -sa terminal-features " ,kitty:RGB"
91+ set-option -sa terminal-features " ,ghostty:RGB"
9192
9293# Faster command sequence (when in tmux+vim)
9394set-option -sg escape-time 0
Original file line number Diff line number Diff line change @@ -138,13 +138,13 @@ Bootstrap macOS machine
1381384. Postrequisites
139139
140140 - Grant "Files and Folders" permission:
141- System Preferences > Security & Privacy > Privacy tab > Files and Folders > + Alacritty.app + kitty.app
141+ System Preferences > Security & Privacy > Privacy tab > Files and Folders > + Alacritty.app + kitty.app + Ghostty.app
142142 Kill terminals
143143 - Grant "Full Disk Access" permission:
144- System Preferences > Security & Privacy > Privacy tab > Full Disk Access > + Alacritty.app + kitty.app
144+ System Preferences > Security & Privacy > Privacy tab > Full Disk Access > + Alacritty.app + kitty.app + Ghostty.app
145145 Kill terminals
146146 - Grant "Developer tools" permission:
147- System Preferences > Security & Privacy > Privacy tab > Developer tools > + Alacritty.app + kitty.app
147+ System Preferences > Security & Privacy > Privacy tab > Developer tools > + Alacritty.app + kitty.app + Ghostty.app
148148 Kill terminals
149149
150150 - Drag *mounted * NAS_Home/NAS_Shared/NAS_TimeMachine network drives into System Preferences > Login Items > Open At Login
You can’t perform that action at this time.
0 commit comments