mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
nnn plugin fixes
This commit is contained in:
parent
80a81dda48
commit
d50f69cb2f
@ -7,4 +7,4 @@ windows:
|
|||||||
- cd ~/
|
- cd ~/
|
||||||
panes:
|
panes:
|
||||||
- shell_command:
|
- shell_command:
|
||||||
- ~/tmp/nnn/nnn
|
- ~/.local/bin/nnn
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
- name: Install nnn dependencies
|
- name: Install nnn dependencies
|
||||||
tags: ["test"]
|
|
||||||
dnf:
|
dnf:
|
||||||
name:
|
name:
|
||||||
- readline-devel
|
- readline-devel
|
||||||
@ -7,7 +6,6 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Clone nnn repo
|
- name: Clone nnn repo
|
||||||
tags: ["test"]
|
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: https://github.com/jarun/nnn.git
|
repo: https://github.com/jarun/nnn.git
|
||||||
dest: /home/{{ user }}/tmp/nnn
|
dest: /home/{{ user }}/tmp/nnn
|
||||||
@ -23,3 +21,7 @@
|
|||||||
src: /home/{{ user }}/tmp/nnn/nnn
|
src: /home/{{ user }}/tmp/nnn/nnn
|
||||||
dest: /home/{{ user }}/.local/bin/nnn
|
dest: /home/{{ user }}/.local/bin/nnn
|
||||||
mode: a+x
|
mode: a+x
|
||||||
|
|
||||||
|
- name: Download nnn plugins
|
||||||
|
shell: |
|
||||||
|
sh -c "$(curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user