Compare commits
3 Commits
d607d27ad1
...
c15d42808d
| Author | SHA1 | Date | |
|---|---|---|---|
| c15d42808d | |||
| a6c89942b8 | |||
| facf1889dc |
@ -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"
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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"},
|
||||||
|
|||||||
@ -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"}},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user