Improve tmux and zsh configuration

Utilize tpm to configure tmux plugins. Improve zshrc to work with
nerdfonts setup.
This commit is contained in:
Andrew Mulbrook 2023-08-23 02:44:20 -05:00
parent 395f26a37b
commit fbe276353f
No known key found for this signature in database
GPG key ID: ECCE9C873ECB5BF0
8 changed files with 43 additions and 3 deletions

9
.gitmodules vendored
View file

@ -16,3 +16,12 @@
[submodule "zsh_files/powerlevel10k"]
path = zsh_files/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
[submodule "tpm"]
path = dot.tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm.git
[submodule "dot.tmux/plugins/tmux-power"]
path = dot.tmux/plugins/tmux-power
url = https://git::@github.com/wfxr/tmux-power
[submodule "dot.tmux/plugins/tmux-sensible"]
path = dot.tmux/plugins/tmux-sensible
url = https://git::@github.com/tmux-plugins/tmux-sensible