Adding configs for most dotfiles repos
This commit is contained in:
parent
c213fce87f
commit
68fe654d50
|
@ -0,0 +1,2 @@
|
|||
[$HOME/.config/vcsh/repo.d/bashrc.git]
|
||||
checkout = vcsh clone ssh://gitea@git.thurstylark.com:50000/dotfiles/bashrc.git bashrc
|
|
@ -0,0 +1,2 @@
|
|||
[$HOME/.config/vcsh/repo.d/bin.git]
|
||||
checkout = vcsh clone ssh://gitea@git.thurstylark.com:50000/dotfiles/bin.git bin
|
|
@ -1,2 +1,2 @@
|
|||
[$HOME/.config/vcsh/repo.d/mr.git]
|
||||
checkout = vcsh clone git://github.com/RichiH/vcsh_mr_template.git mr
|
||||
checkout = vcsh clone ssh://gitea@git.thurstylark.com:50000/dotfiles/mr.git mr
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[$HOME/.config/vcsh/repo.d/reminders.git]
|
||||
checkout = vcsh clone ssh://gitea@git.thurstylark.com:50000/dotfiles/reminders.git reminders
|
|
@ -0,0 +1,2 @@
|
|||
[$HOME/.config/vcsh/repo.d/ssh.git]
|
||||
checkout = vcsh clone ssh://gitea@git.thurstylark.com:50000/dotfiles/ssh.git ssh
|
|
@ -0,0 +1,2 @@
|
|||
[$HOME/.config/vcsh/repo.d/sway.git]
|
||||
checkout = vcsh clone ssh://gitea@git.thurstylark.com:50000/dotfiles/sway.git sway
|
|
@ -0,0 +1,2 @@
|
|||
[$HOME/.config/vcsh/repo.d/termcfg.git]
|
||||
checkout = vcsh clone ssh://gitea@git.thurstylark.com:50000/dotfiles/termcfg.git termcfg
|
|
@ -0,0 +1,2 @@
|
|||
[$HOME/.config/vcsh/repo.d/tmux.git]
|
||||
checkout = vcsh clone ssh://gitea@git.thurstylark.com:50000/dotfiles/tmux.git tmux
|
|
@ -0,0 +1,2 @@
|
|||
[$HOME/.config/vcsh/repo.d/vim.git]
|
||||
checkout = vcsh clone ssh://gitea@git.thurstylark.com:50000/dotfiles/vim.git vim
|
|
@ -1,2 +0,0 @@
|
|||
[$HOME/.config/vcsh/repo.d/zsh.git]
|
||||
checkout = vcsh clone git://github.com/RichiH/zshrc.git zsh
|
Loading…
Reference in New Issue