From: Alexander Goussas Date: Sun, 12 Apr 2026 17:36:34 +0000 (-0500) Subject: update ghostty font X-Git-Url: http://git.frustrated-labs.net/?a=commitdiff_plain;h=dac86cea560f7d7756ed3e6db9539faee2dbf6a4;p=dotfiles.git update ghostty font --- diff --git a/amethyst/.amethyst.yml b/amethyst/.amethyst.yml index 828cb7f..32c97c7 100644 --- a/amethyst/.amethyst.yml +++ b/amethyst/.amethyst.yml @@ -1,6 +1,7 @@ layouts: - tall - fullscreen + - column mod1: - control diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config index 0600490..ad90036 100644 --- a/ghostty/.config/ghostty/config +++ b/ghostty/.config/ghostty/config @@ -1,6 +1,9 @@ # font-family = Hasklug Nerd Font Mono -font-family = Cartograph CF -font-size = 15 +# font-family = Cartograph CF +# font-family = OverpassM Nerd Font Mono +# font-family = SF Mono +font-family = Monaspace Neon NF +font-size = 14 cursor-style = block cursor-style-blink = true maximize = true diff --git a/nvim/.config/nvim/lua/options.lua b/nvim/.config/nvim/lua/options.lua index 2a919dd..daf8058 100644 --- a/nvim/.config/nvim/lua/options.lua +++ b/nvim/.config/nvim/lua/options.lua @@ -21,5 +21,5 @@ vim.o.termguicolors = true vim.g.loaded_netrw = 1 vim.g.loaded_netrwPlugin = 1 -vim.cmd('colorscheme catppuccin') +vim.cmd('colorscheme vim') diff --git a/zsh/.zshrc b/zsh/.zshrc index a8b1883..fe6cc03 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -47,4 +47,6 @@ export PATH="/opt/homebrew/opt/ruby/bin:$PATH" export ANKI_MEDIA_DIR='/Users/alexandergoussas/Library/Application Support/Anki2/User 1/collection.media' +alias glu='git ls-files --others --exclude-standard' + . "$HOME/.local/bin/env"