nnn plugin fixes

This commit is contained in:
Tyler Starr 2023-06-24 21:47:29 -07:00
parent 80a81dda48
commit d50f69cb2f
2 changed files with 5 additions and 3 deletions

View File

@ -7,4 +7,4 @@ windows:
- cd ~/
panes:
- shell_command:
- ~/tmp/nnn/nnn
- ~/.local/bin/nnn

View File

@ -1,5 +1,4 @@
- name: Install nnn dependencies
tags: ["test"]
dnf:
name:
- readline-devel
@ -7,7 +6,6 @@
become: true
- name: Clone nnn repo
tags: ["test"]
ansible.builtin.git:
repo: https://github.com/jarun/nnn.git
dest: /home/{{ user }}/tmp/nnn
@ -23,3 +21,7 @@
src: /home/{{ user }}/tmp/nnn/nnn
dest: /home/{{ user }}/.local/bin/nnn
mode: a+x
- name: Download nnn plugins
shell: |
sh -c "$(curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs)"