Compare commits

..

2 Commits

Author SHA1 Message Date
Andrew Williams
bcaf15a2db [tmux] Remove package 2026-01-14 09:49:31 +00:00
Andrew Williams
e02f4eb767 [starship] Add langs 2026-01-14 09:48:45 +00:00
5 changed files with 10 additions and 17 deletions

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "tmux/.tmux/plugins/tpm"]
path = tmux/.tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm

View File

@@ -106,6 +106,16 @@ symbol = 'go'
format = "[ $symbol($version )]($style)"
style = "fg:nord0 bg:nord7"
[nodejs]
symbol = '󰌞 '
format = "[ $symbol($version )]($style)"
style = "fg:nord0 bg:nord7"
[php]
symbol = ' '
format = "[ $symbol($version )]($style)"
style = "fg:nord0 bg:nord7"
[terraform]
symbol = '󰘦 '
format = "[ $symbol($version )]($style)"

View File

@@ -1,12 +0,0 @@
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'ndyakov/pimux'
# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'git@github.com:user/plugin'
# set -g @plugin 'git@bitbucket.com:user/plugin'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm'

View File

@@ -1 +0,0 @@
*