mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 10:58:14 +00:00
Compare commits
2 Commits
fb18cefe7a
...
bcaf15a2db
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bcaf15a2db | ||
|
|
e02f4eb767 |
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
||||
[submodule "tmux/.tmux/plugins/tpm"]
|
||||
path = tmux/.tmux/plugins/tpm
|
||||
url = https://github.com/tmux-plugins/tpm
|
||||
@@ -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)"
|
||||
|
||||
@@ -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'
|
||||
1
tmux/.tmux/plugins/.gitignore
vendored
1
tmux/.tmux/plugins/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
*
|
||||
Submodule tmux/.tmux/plugins/tpm deleted from 5c4f37a52d
Reference in New Issue
Block a user