mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
71 lines
2.3 KiB
Plaintext
71 lines
2.3 KiB
Plaintext
# vim: set expandtab:
|
|
[submodule "dotbot"]
|
|
path = tools/dotbot
|
|
url = https://github.com/anishathalye/dotbot.git
|
|
ignore = dirty
|
|
|
|
[submodule "dotbot-brew"]
|
|
path = tools/dotbot-brew
|
|
url = https://github.com/wren/dotbot-brew.git
|
|
ignore = dirty
|
|
|
|
[submodule "dotbot-include"]
|
|
path = tools/dotbot-include
|
|
url = https://gitlab.com/gnfzdz/dotbot-include.git
|
|
ignore = dirty
|
|
|
|
[submodule "config/nvim"]
|
|
path = config/nvim
|
|
url = https://github.com/AstroNvim/AstroNvim.git
|
|
ignore = dirty
|
|
shallow = true
|
|
|
|
[submodule "cheat-community"]
|
|
path = config/cheat/cheatsheets/community
|
|
url = https://github.com/cheat/cheatsheets.git
|
|
ignore = dirty
|
|
|
|
[submodule "tmux/tpm"]
|
|
path = config/tmux/plugins/tpm
|
|
url = https://github.com/tmux-plugins/tpm.git
|
|
ignore = dirty
|
|
[submodule "tmux/catppuccin"]
|
|
path = config/tmux/plugins/tmux
|
|
url = https://github.com/catppuccin/tmux.git
|
|
[submodule "tmux/tmux-1password"]
|
|
path = config/tmux/plugins/tmux-1password
|
|
url = https://github.com/yardnsm/tmux-1password.git
|
|
[submodule "tmux/tmux-autoreload"]
|
|
path = config/tmux/plugins/tmux-autoreload
|
|
url = https://github.com/b0o/tmux-autoreload.git
|
|
[submodule "tmux/tmux-continuum"]
|
|
path = config/tmux/plugins/tmux-continuum
|
|
url = https://github.com/tmux-plugins/tmux-continuum
|
|
[submodule "tmux/tmux-fzf"]
|
|
path = config/tmux/plugins/tmux-fzf
|
|
url = https://github.com/sainnhe/tmux-fzf.git
|
|
[submodule "tmux/tmux-menus"]
|
|
path = config/tmux/plugins/tmux-menus
|
|
url = https://github.com/jaclu/tmux-menus.git
|
|
[submodule "tmux/tmux-notify"]
|
|
path = config/tmux/plugins/tmux-notify
|
|
url = https://github.com/ChanderG/tmux-notify.git
|
|
[submodule "tmux/tmux-resurrect"]
|
|
path = config/tmux/plugins/tmux-resurrect
|
|
url = https://github.com/tmux-plugins/tmux-resurrect
|
|
[submodule "tmux/tmux-sensible"]
|
|
path = config/tmux/plugins/tmux-sensible
|
|
url = https://github.com/tmux-plugins/tmux-sensible.git
|
|
[submodule "tmux/tmux-sessionist"]
|
|
path = config/tmux/plugins/tmux-sessionist
|
|
url = https://github.com/tmux-plugins/tmux-sessionist.git
|
|
[submodule "tmux/tmux-suspend"]
|
|
path = config/tmux/plugins/tmux-suspend
|
|
url = https://github.com/MunifTanjim/tmux-suspend.git
|
|
[submodule "tmux/tmux-yank"]
|
|
path = config/tmux/plugins/tmux-yank
|
|
url = https://github.com/tmux-plugins/tmux-yank.git
|
|
[submodule "tmux/vim-tmux-navigator"]
|
|
path = config/tmux/plugins/vim-tmux-navigator
|
|
url = https://github.com/christoomey/vim-tmux-navigator.git
|