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