diff --git a/README.md b/README.md index c7c0c95..fb4f7f9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ default. This causes the initial git clone to fail with the error _server certificate verification failed_. You can ignore SSL warnings with the `GIT_SSL_NO_VERIFY=true` environment variable: - GIT_SSL_NO_VERIFY=true git clone https://acperkins.com/acp/workstation.git + GIT_SSL_NO_VERIFY=true git clone https://github.com/acperkins/workstation.git This will clone without checking the validation of the root certificates. This should only be done for the initial clone. The playbooks should be configured to diff --git a/roles/home-cli/files/gitconfig b/roles/home-cli/files/gitconfig index cdd791b..457a71d 100644 --- a/roles/home-cli/files/gitconfig +++ b/roles/home-cli/files/gitconfig @@ -15,9 +15,5 @@ l1 = log --pretty=oneline last = log -1 HEAD --pretty=fuller lastmail = format-patch --stdout -1 HEAD -[url "git@acperkins.com:acp/"] - insteadOf = acp: -[url "git@github.com:acperkins/"] - insteadOf = gh: [include] path = .gitconfig.local diff --git a/roles/home-cli/tasks/vim.yml b/roles/home-cli/tasks/vim.yml index 44332ae..f213e57 100644 --- a/roles/home-cli/tasks/vim.yml +++ b/roles/home-cli/tasks/vim.yml @@ -15,5 +15,5 @@ - name: Clone vim settings ansible.builtin.git: - repo: https://acperkins.com/acp/vimfiles.git + repo: https://github.com/acperkins/vimfiles.git dest: "{{ ansible_env.HOME }}/.vim" diff --git a/roles/home-gui/tasks/emacs.yml b/roles/home-gui/tasks/emacs.yml index e5840ae..3639d65 100644 --- a/roles/home-gui/tasks/emacs.yml +++ b/roles/home-gui/tasks/emacs.yml @@ -25,7 +25,7 @@ state: absent - name: Clone Emacs settings ansible.builtin.git: - repo: https://acperkins.com/acp/emacs.d.git + repo: https://github.com/acperkins/emacs.d.git dest: "{{ ansible_env.HOME }}/.emacs.d" - name: Install NotoSansMono-Regular font ansible.builtin.copy: