๐ŸŸ My personal dotfiles

Update Brewfile and remove unnecessary submodules

Changed files
+3 -7
-6
.gitmodules
··· 1 - [submodule "tmux/plugins/tpm"] 2 - path = tmux/plugins/tpm 3 - url = https://github.com/tmux-plugins/tpm 4 - [submodule "tmux/plugins/tmux-better-mouse-mode"] 5 - path = tmux/plugins/tmux-better-mouse-mode 6 - url = https://github.com/NHDaly/tmux-better-mouse-mode
+3 -1
Brewfile
··· 22 22 23 23 # Utilities 24 24 brew "cmake" 25 + brew "dokku" 25 26 brew "eza" 27 + brew "gh" 26 28 brew "git" 27 29 brew "just" 28 - brew "ninja" 30 + brew "jq" 29 31 brew "openssl" 30 32 brew "ripgrep" 31 33 brew "trash"