Switch from code.infektor.net to git.infektor.net
This commit is contained in:
parent
1b0dbb4727
commit
6e9890fe5d
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
- name: clone config repo
|
- name: clone config repo
|
||||||
win_git:
|
win_git:
|
||||||
repo: git@code.infektor.net:config/AutoHotKey.git
|
repo: git@git.infektor.net:config/AutoHotKey.git
|
||||||
dest: '{{autohotkey_repo_dir}}'
|
dest: '{{autohotkey_repo_dir}}'
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
git_config_repos:
|
git_config_repos:
|
||||||
- repo: git@code.infektor.net:config/git.git
|
- repo: git@git.infektor.net:config/git.git
|
||||||
name: git
|
name: git
|
||||||
- repo: git@code.infektor.net:benie/config.git
|
- repo: git@git.infektor.net:benie/config.git
|
||||||
name: private
|
name: private
|
||||||
git_pip_packages:
|
git_pip_packages:
|
||||||
- git+https://github.com/kbenzie/git-issue.git
|
- git+https://github.com/kbenzie/git-issue.git
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
|
|
||||||
- name: clone config repo
|
- name: clone config repo
|
||||||
git:
|
git:
|
||||||
repo: git@code.infektor.net:config/kitty.git
|
repo: git@git.infektor.net:config/kitty.git
|
||||||
dest: ~/.config/kitty
|
dest: ~/.config/kitty
|
||||||
version: main
|
version: main
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
- name: clone config repo
|
- name: clone config repo
|
||||||
git:
|
git:
|
||||||
repo: git@code.infektor.net:config/nvim.git
|
repo: git@git.infektor.net:config/nvim.git
|
||||||
dest: '{{vim_config_dir}}'
|
dest: '{{vim_config_dir}}'
|
||||||
version: main
|
version: main
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
- name: clone config repo
|
- name: clone config repo
|
||||||
win_git:
|
win_git:
|
||||||
repo: git@code.infektor.net:config/nvim.git
|
repo: git@git.infektor.net:config/nvim.git
|
||||||
dest: '{{vim_config_dir}}'
|
dest: '{{vim_config_dir}}'
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
- name: clone config repos
|
- name: clone config repos
|
||||||
win_git:
|
win_git:
|
||||||
repo: https://code.infektor.net/config/WindowsPowerShell.git
|
repo: https://git.infektor.net/config/WindowsPowerShell.git
|
||||||
dest: '{{powershell_config_dir}}'
|
dest: '{{powershell_config_dir}}'
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
- name: clone config repo
|
- name: clone config repo
|
||||||
git:
|
git:
|
||||||
repo: git@code.infektor.net:config/tmux.git
|
repo: git@git.infektor.net:config/tmux.git
|
||||||
dest: ~/.config/tmux
|
dest: ~/.config/tmux
|
||||||
version: main
|
version: main
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@
|
|||||||
|
|
||||||
- name: clone config repo
|
- name: clone config repo
|
||||||
git:
|
git:
|
||||||
repo: git@code.infektor.net:config/xremap.git
|
repo: git@git.infektor.net:config/xremap.git
|
||||||
dest: '{{config_dir}}'
|
dest: '{{config_dir}}'
|
||||||
version: main
|
version: main
|
||||||
notify: restart xremap
|
notify: restart xremap
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
- name: clone config repo
|
- name: clone config repo
|
||||||
git:
|
git:
|
||||||
repo: git@code.infektor.net:config/zsh.git
|
repo: git@git.infektor.net:config/zsh.git
|
||||||
dest: ~/.config/zsh
|
dest: ~/.config/zsh
|
||||||
version: main
|
version: main
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user