mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-08 13:49:07 -04:00
add tmux
This commit is contained in:
parent
c21063c727
commit
9c06dba63b
236 changed files with 7786 additions and 0 deletions
15
dot_config/tmux/plugins/tpm/dot_git/config
Normal file
15
dot_config/tmux/plugins/tpm/dot_git/config
Normal file
|
@ -0,0 +1,15 @@
|
|||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = true
|
||||
bare = false
|
||||
logallrefupdates = true
|
||||
[submodule]
|
||||
active = .
|
||||
[remote "origin"]
|
||||
url = https://git::@github.com/tmux-plugins/tpm
|
||||
fetch = +refs/heads/master:refs/remotes/origin/master
|
||||
[branch "master"]
|
||||
remote = origin
|
||||
merge = refs/heads/master
|
||||
[submodule "lib/tmux-test"]
|
||||
url = https://github.com/tmux-plugins/tmux-test.git
|
Loading…
Add table
Add a link
Reference in a new issue