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