This commit is contained in:
Anthony Cicchetti 2020-01-14 19:08:39 -05:00
parent 73528b3d62
commit 6b729d1292

View file

@ -43,12 +43,18 @@
state: latest
- name: Add rust_apps repo
become: yes
become_method: sudo
command: zypper ar https://download.opensuse.org/repositories/home:/luke_nukem:/rust_apps/openSUSE_Tumbleweed/home:luke_nukem:rust_apps.repo
args:
creates: /etc/zypp/repos.d/home_luke_nukem_rust_apps.repo
- name: Install skim
command: zypper --no-gpg-check in -y skim
become: yes
become_method: sudo
zypper:
name: skim
state: latest
- name: Put sk-tmux in ~/bin directory¬
get_url: