Replace alacritty with ghostty on Mac
This commit is contained in:
parent
2b5f3020f9
commit
90a6cc0e1f
8 changed files with 12 additions and 9 deletions
|
|
@ -96,8 +96,7 @@ alt-shift-period = 'move-workspace-to-monitor next'
|
|||
|
||||
alt-shift-r = 'mode resize'
|
||||
|
||||
# -n: Always open a new instance because I want it to open in my home directory.
|
||||
alt-enter = 'exec-and-forget open -n /Applications/Alacritty.app'
|
||||
alt-enter = 'exec-and-forget open -na Ghostty.app'
|
||||
|
||||
alt-shift-x = 'exec-and-forget sh -c ~/bin/pbclear'
|
||||
|
||||
|
|
|
|||
|
|
@ -27,10 +27,9 @@ brew "tree"
|
|||
brew "watch"
|
||||
brew "zoxide"
|
||||
|
||||
cask "alacritty"
|
||||
cask "firefox"
|
||||
cask "font-iosevka"
|
||||
cask "font-iosevka-slab"
|
||||
cask "font-input"
|
||||
cask "ghostty"
|
||||
cask "gimp"
|
||||
cask "karabiner-elements"
|
||||
cask "nikitabobko/tap/aerospace", trusted: true
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
quiet: false
|
||||
|
||||
- link:
|
||||
./alacritty/os.toml: alacritty/darwin.toml
|
||||
./git/config-os: git/config-darwin
|
||||
./ghostty/os.ghostty: ghostty/darwin.ghostty
|
||||
./zsh/os.zshrc: zsh/darwin.zshrc
|
||||
~/.config/aerospace: aerospace/
|
||||
~/.config/karabiner: karabiner/
|
||||
|
|
|
|||
1
ghostty/.gitignore
vendored
Normal file
1
ghostty/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
os.ghostty
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
font-family = Input Mono Narrow
|
||||
font-style = Light
|
||||
|
||||
font-size = 10
|
||||
|
||||
theme = light:jdkaplan-light,dark:jdkaplan-dark
|
||||
|
||||
resize-overlay = never
|
||||
|
||||
window-inherit-working-directory = false
|
||||
|
||||
config-file = ?os.ghostty
|
||||
|
|
|
|||
3
ghostty/darwin.ghostty
Normal file
3
ghostty/darwin.ghostty
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
font-size = 12
|
||||
|
||||
quit-after-last-window-closed = true
|
||||
1
ghostty/linux.ghostty
Normal file
1
ghostty/linux.ghostty
Normal file
|
|
@ -0,0 +1 @@
|
|||
font-size = 12
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
- link:
|
||||
~/.config/user-dirs.dirs: etc/user-dirs.dirs
|
||||
~/.profile: etc/profile.linux
|
||||
./alacritty/os.toml: alacritty/linux.toml
|
||||
./ghostty/os.ghostty: ghostty/linux.ghostty
|
||||
./zsh/os.zshrc: zsh/linux.zshrc
|
||||
|
|
|
|||
Loading…
Reference in a new issue