]> git.frustrated-labs.net Git - dotfiles.git/commitdiff
update ghostty font
authorAlexander Goussas <[email protected]>
Sun, 12 Apr 2026 17:36:34 +0000 (12:36 -0500)
committerAlexander Goussas <[email protected]>
Sun, 12 Apr 2026 17:36:34 +0000 (12:36 -0500)
amethyst/.amethyst.yml
ghostty/.config/ghostty/config
nvim/.config/nvim/lua/options.lua
zsh/.zshrc

index 828cb7ff2c6deb565b8f5507ffd487e6d36e82f1..32c97c7561f657d12494dbb4b616925cd29b6f58 100644 (file)
@@ -1,6 +1,7 @@
 layouts:
   - tall
   - fullscreen
+  - column
 
 mod1:
   - control
index 0600490440a7b22373217dd7ec7143aaee937537..ad90036ea28d75c4e3683199d6b4f8e56a84e596 100644 (file)
@@ -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
index 2a919ddfd04b8145f253dcc7eb6361538dc1cb9c..daf805827a8f6f0080b3b8f9fd8d82380a263eb5 100644 (file)
@@ -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')
 
index a8b18837600b7a2789059fd279a3b7df30e7bd9f..fe6cc03ce8d244284c9ead5deee6b763c53a2c32 100644 (file)
@@ -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"