chore: Updated env, added ghostty b15eea1c
Steve · 2024-12-27 07:19 2 file(s) · +53 −1
ghostty/.config/ghostty/config (added) +52 −0
1 +
font-family = CommitMono Nerd Font
2 +
font-family-bold = CommitMono Nerd Font
3 +
font-family-italic = CommitMono Nerd Font
4 +
font-family-bold-italic = CommitMono Nerd Font
5 +
font-size = 14
6 +
confirm-close-surface = false
7 +
clipboard-read = allow
8 +
clipboard-write = allow
9 +
mouse-hide-while-typing = true
10 +
command = /opt/homebrew/bin/nu
11 +
window-padding-x = 6
12 +
click-repeat-interval = 500
13 +
macos-titlebar-style = hidden
14 +
keybind = super+alt+j=toggle_quick_terminal
15 +
macos-window-shadow = false
16 +
auto-update-channel = stable
17 +
window-width = 85
18 +
window-height = 30
19 +
macos-icon = custom-style
20 +
macos-icon-screen-color = #000000
21 +
macos-icon-ghost-color = #E78B52
22 +
23 +
# Scheme: Black Metal (Bathory)
24 +
# Generated by Ghostty Base16 Converter
25 +
background = #000000
26 +
foreground = #ffffff
27 +
28 +
selection-background = #222222
29 +
selection-foreground = #000000
30 +
31 +
palette = 0=#000000
32 +
palette = 1=#5f8787
33 +
palette = 2=#fbcb97
34 +
palette = 3=#e78a53
35 +
palette = 4=#888888
36 +
palette = 5=#999999
37 +
palette = 6=#aaaaaa
38 +
palette = 7=#c1c1c1
39 +
palette = 8=#333333
40 +
palette = 9=#5f8787
41 +
palette = 10=#fbcb97
42 +
palette = 11=#e78a53
43 +
palette = 12=#888888
44 +
palette = 13=#999999
45 +
palette = 14=#aaaaaa
46 +
palette = 15=#c1c1c1
47 +
palette = 16=#aaaaaa
48 +
palette = 17=#444444
49 +
palette = 18=#121212
50 +
palette = 19=#222222
51 +
palette = 20=#999999
52 +
palette = 21=#999999
nushell/.config/nushell/env.nu +1 −1
108 108
path add ~/.bun/bin
109 109
path add /Applications/Docker.app/Contents/Resources/bin
110 110
$env.GOPATH = "/Users/stevedsimkins/.local/share/go"
111 -
$env.GITHUB_TOKEN = (prs show github/secret)
111 +
# $env.GITHUB_TOKEN = (prs show github/secret)
112 112
path add ~/.tmux/plugins/t-smart-tmux-session-manager/bin
113 113
path add ~/.deno/bin
114 114
path add ~/.foundry/bin