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 ~/
|
||||
panes:
|
||||
- shell_command:
|
||||
- ~/tmp/nnn/nnn
|
||||
- ~/.local/bin/nnn
|
||||
|
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user