Feat: Remove ranger and add config files for vifm
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
- ntop
|
||||
- iotop
|
||||
- glances
|
||||
- ranger
|
||||
- nmap
|
||||
- nfs-utils
|
||||
- sshpass
|
||||
@@ -35,7 +34,6 @@
|
||||
- ntfs-3g
|
||||
- git-annex
|
||||
- cifs-utils
|
||||
- vifm
|
||||
- gnupg
|
||||
state: present
|
||||
tags:
|
||||
|
@@ -6,6 +6,7 @@
|
||||
with_items: "{{ me }}"
|
||||
when: not minimal
|
||||
|
||||
# Tmux
|
||||
- name: Clone TPM (tmux plugin manager)
|
||||
git:
|
||||
repo: https://github.com/tmux-plugins/tpm
|
||||
@@ -29,6 +30,7 @@
|
||||
group: "{{ item.group }}"
|
||||
with_items: "{{ me }}"
|
||||
|
||||
# Mocp
|
||||
- name: Install mocp (Archlinux)
|
||||
pacman:
|
||||
name:
|
||||
@@ -44,6 +46,7 @@
|
||||
group: "{{ item.group }}"
|
||||
with_items: "{{ me }}"
|
||||
|
||||
# Newsboat
|
||||
- name: Install newsboat (Archlinux)
|
||||
pacman:
|
||||
name:
|
||||
@@ -59,6 +62,23 @@
|
||||
group: "{{ item.group }}"
|
||||
with_items: "{{ me }}"
|
||||
|
||||
# vifm
|
||||
- name:: Install vifm (Archlinux)
|
||||
pacman:
|
||||
name:
|
||||
- vifm
|
||||
state: present
|
||||
when: ansible_distribution != 'Debian'
|
||||
|
||||
- name: Vifm config folder
|
||||
copy:
|
||||
src: files/dotfiles/vifm/
|
||||
dest: /home/{{ item.username }}/.config/vifm
|
||||
owner: "{{ item.username }}"
|
||||
group: "{{ item.group }}"
|
||||
with_items: "{{ me }}"
|
||||
|
||||
# Mail, contact and calendar
|
||||
- name: Install calendar and contact synchronisation tools (Archlinux)
|
||||
pacman:
|
||||
name:
|
||||
|
Reference in New Issue
Block a user