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'
|
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 -na Ghostty.app'
|
||||||
alt-enter = 'exec-and-forget open -n /Applications/Alacritty.app'
|
|
||||||
|
|
||||||
alt-shift-x = 'exec-and-forget sh -c ~/bin/pbclear'
|
alt-shift-x = 'exec-and-forget sh -c ~/bin/pbclear'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,10 +27,9 @@ brew "tree"
|
||||||
brew "watch"
|
brew "watch"
|
||||||
brew "zoxide"
|
brew "zoxide"
|
||||||
|
|
||||||
cask "alacritty"
|
|
||||||
cask "firefox"
|
cask "firefox"
|
||||||
cask "font-iosevka"
|
cask "font-input"
|
||||||
cask "font-iosevka-slab"
|
cask "ghostty"
|
||||||
cask "gimp"
|
cask "gimp"
|
||||||
cask "karabiner-elements"
|
cask "karabiner-elements"
|
||||||
cask "nikitabobko/tap/aerospace", trusted: true
|
cask "nikitabobko/tap/aerospace", trusted: true
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@
|
||||||
quiet: false
|
quiet: false
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
./alacritty/os.toml: alacritty/darwin.toml
|
|
||||||
./git/config-os: git/config-darwin
|
./git/config-os: git/config-darwin
|
||||||
|
./ghostty/os.ghostty: ghostty/darwin.ghostty
|
||||||
./zsh/os.zshrc: zsh/darwin.zshrc
|
./zsh/os.zshrc: zsh/darwin.zshrc
|
||||||
~/.config/aerospace: aerospace/
|
~/.config/aerospace: aerospace/
|
||||||
~/.config/karabiner: karabiner/
|
~/.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-family = Input Mono Narrow
|
||||||
font-style = Light
|
font-style = Light
|
||||||
|
|
||||||
font-size = 10
|
|
||||||
|
|
||||||
theme = light:jdkaplan-light,dark:jdkaplan-dark
|
theme = light:jdkaplan-light,dark:jdkaplan-dark
|
||||||
|
|
||||||
resize-overlay = never
|
resize-overlay = never
|
||||||
|
|
||||||
window-inherit-working-directory = false
|
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:
|
- link:
|
||||||
~/.config/user-dirs.dirs: etc/user-dirs.dirs
|
~/.config/user-dirs.dirs: etc/user-dirs.dirs
|
||||||
~/.profile: etc/profile.linux
|
~/.profile: etc/profile.linux
|
||||||
./alacritty/os.toml: alacritty/linux.toml
|
./ghostty/os.ghostty: ghostty/linux.ghostty
|
||||||
./zsh/os.zshrc: zsh/linux.zshrc
|
./zsh/os.zshrc: zsh/linux.zshrc
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue