Compare commits

...

3 Commits

Author SHA1 Message Date
c15d42808d Vim Usage
- Switch to use nvim difftool and mergetool
- nvim plugins that make git integration better
- db interface for vim with .env support
2025-10-16 11:52:07 +10:00
a6c89942b8 Remove iterm2
We're using Kitty now
2025-10-16 11:41:52 +10:00
facf1889dc Switch to zen browser 2025-10-16 11:41:34 +10:00
4 changed files with 7 additions and 3 deletions

View File

@ -38,7 +38,6 @@ cask "bbedit"
cask "contexts" cask "contexts"
cask "gnucash" cask "gnucash"
cask "hammerspoon" cask "hammerspoon"
cask "iterm2"
cask "musicbrainz-picard" cask "musicbrainz-picard"
cask "orbstack" cask "orbstack"
cask "rectangle" cask "rectangle"

View File

@ -52,7 +52,7 @@
[difftool "nvim"] [difftool "nvim"]
cmd = nvim -d \"$LOCAL\" \"$REMOTE\" cmd = nvim -d \"$LOCAL\" \"$REMOTE\"
[mergetool "nvim"] [mergetool "nvim"]
cmd = "nvim -d -c \"wincmd l\" -c \"norm ]c\" \"$LOCAL\" \"$MERGED\" \"$REMOTE\"" cmd = nvim -f -c \"Gdiffsplit!\" \"$MERGED\"
# }}} # }}}
# {{{ VSCode # {{{ VSCode

View File

@ -56,6 +56,11 @@ local plugins = {
-- Git integration -- Git integration
{"git", "gitsigns.nvim", "https://github.com/lewis6991/gitsigns.nvim.git"}, {"git", "gitsigns.nvim", "https://github.com/lewis6991/gitsigns.nvim.git"},
{"git", "vim-fugitive", "https://github.com/tpope/vim-fugitive.git"},
-- Tools
{"db", "vim-dadbod", "https://github.com/tpope/vim-dadbod.git"},
{"env", "dotenv", "https://github.com/tpope/vim-dotenv"},
-- Quality of life -- Quality of life
{"editor", "which-key.nvim", "https://github.com/folke/which-key.nvim.git"}, {"editor", "which-key.nvim", "https://github.com/folke/which-key.nvim.git"},

View File

@ -12,7 +12,7 @@ local DEFAULTS = {
} }
local APPS = { local APPS = {
browser = {{"Chromium"}, {"Safari"}}, browser = {{"Zen"}, {"Chromium"}, {"Safari"}},
editors = {DEFAULTS["EDITOR"], {"Nova"}, {"Xcode"}, {"Code", "Visual Studio Code", "VSCodium"}, {"IntelliJ IDEA"}}, editors = {DEFAULTS["EDITOR"], {"Nova"}, {"Xcode"}, {"Code", "Visual Studio Code", "VSCodium"}, {"IntelliJ IDEA"}},
chats = {{"Microsoft Teams"}, {"Telegram"}}, chats = {{"Microsoft Teams"}, {"Telegram"}},
messengers = {{"Messages"}, {"Telegram"}, {"Signal"}}, messengers = {{"Messages"}, {"Telegram"}, {"Signal"}},