Compare commits

...

2 commits

Author SHA1 Message Date
38a027cc71 add github3.py 2024-09-03 20:08:31 -07:00
9665c9fe8f cleanup old file 2024-09-03 20:07:25 -07:00
2 changed files with 1 additions and 12 deletions

View file

@ -1,12 +0,0 @@
---
- name: Install Starship
ansible.builtin.copy:
src: "{{ home_dir }}/Sync/bin/starship-aarch64"
dest: "{{ home_dir }}/bin/starship"
mode: "0755"
- name: Install Protonmail Bridge
ansible.builtin.copy:
src: "{{ home_dir }}/Sync/bin/bridge-aarch64"
dest: "{{ home_dir }}/bin/bridge"
mode: "0755"

View file

@ -16,6 +16,7 @@
- hg-evolve - hg-evolve
- python-lsp-server - python-lsp-server
- linode-cli - linode-cli
- github3.py
extra_args: --user extra_args: --user
- name: Setup bin directory - name: Setup bin directory