Skip to content

Commit 0f0127c

Browse files
tmux: declare ghostty rgb support
1 parent 4827519 commit 0f0127c

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.oh-my-shell/shellrc/plugins/environment/environment.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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*"

.tmux.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ set-option -sg default-terminal screen-256color-bce
8888
set-option -sa terminal-features ",*-256color:RGB"
8989
set-option -sa terminal-features ",alacritty:RGB"
9090
set-option -sa terminal-features ",kitty:RGB"
91+
set-option -sa terminal-features ",ghostty:RGB"
9192

9293
# Faster command sequence (when in tmux+vim)
9394
set-option -sg escape-time 0

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@ Bootstrap macOS machine
138138
4. 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

0 commit comments

Comments
 (0)