Feat: Remove ranger and add config files for vifm

This commit is contained in:
2019-06-10 07:21:44 +02:00
parent a35d204e45
commit 0bb67d291a
7 changed files with 6508 additions and 2 deletions

View File

@@ -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:

View File

@@ -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: