update arch

This commit is contained in:
2024-06-02 09:31:22 -05:00
parent c49181befc
commit 75825901b3
37 changed files with 460 additions and 86 deletions

View File

@@ -4,9 +4,9 @@
- name: generate ssh keys
include_tasks: "./scripts/configure_ssh.yml"
- name: Configure Gitlab SSH
become_user: user
ansible.builtin.command: pwsh -f ./scripts/configure_gitlab.ps1 "{{ GITLAB_TOKEN }}"
#- name: Configure Gitlab SSH
# become_user: user
# ansible.builtin.command: pwsh -f ./scripts/configure_gitlab.ps1 "{{ GITLAB_TOKEN }}"
- user:
name: "user"

View File

@@ -0,0 +1,3 @@
fonts:
- {name: 'GoMonoNerd', url: "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/Go-Mono.zip"}
- {name: 'FiraCodeNerd', url: "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/FiraCode.zip"}