Skip to content

Commit 4454f5e

Browse files
committed
Add nao alias for playing nethack on alt.org
1 parent 685d4f2 commit 4454f5e

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

.config/ghostty/nethack

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

.zshrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ alias ll="l -a"
288288
alias lt='ls -lt'
289289
alias ltr='ls -ltr'
290290
alias md='glow -p'
291+
alias nao='ghostty --config-file=~/.config/ghostty/nethack'
291292
alias nerdcrap='cat /dev/urandom | xxd | grep --color=never --line-buffered -E "00 00[0-2]"'
292293
alias netopen='lsof -iTCP -sTCP:LISTEN -P'
293294
alias netwhat='_netwhat() { lsof -P -i:$* | sed 1d }; _netwhat'

0 commit comments

Comments
 (0)