File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Ghostty config for playing NetHack on alt.org.
2+ #
3+ # Launch with:
4+ # ghostty --config-file=~/.confg/ghostyy/nethack
5+
6+ font-family = PT Mono
7+ font-style = Bold
8+ font-style-bold = Bold
9+ font-style-italic = Italic
10+ font-style-bold-italic = Bold Italic
11+ font-size = 20
12+ font-feature = -liga, -calt
13+
14+ theme = Argonaut
15+ cursor-style = block
16+ window-padding-x = 8
17+ window-padding-y = 8
18+
19+ initial-window = true
20+ window-width = 143
21+ window-height = 39
22+
23+ term = xterm-256color
24+
25+ command = ssh nao
Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ alias ll="l -a"
288288alias lt=' ls -lt'
289289alias ltr=' ls -ltr'
290290alias md=' glow -p'
291+ alias nao=' ghostty --config-file=~/.config/ghostty/nethack'
291292alias nerdcrap=' cat /dev/urandom | xxd | grep --color=never --line-buffered -E "00 00[0-2]"'
292293alias netopen=' lsof -iTCP -sTCP:LISTEN -P'
293294alias netwhat=' _netwhat() { lsof -P -i:$* | sed 1d }; _netwhat'
You can’t perform that action at this time.
0 commit comments