From 05cd8d2ec5a94c2e8e437225955d1bf1975c95a6 Mon Sep 17 00:00:00 2001 From: Dan Fedele Date: Thu, 4 Jun 2020 12:48:58 -0400 Subject: A supposedly working parrot.yml file --- parrot.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/parrot.yml b/parrot.yml index a89fe6a..1fd998a 100644 --- a/parrot.yml +++ b/parrot.yml @@ -37,10 +37,17 @@ apt: update_cache: yes upgrade: dist + + - name: Get this neovim crap outta here (╯°□°)╯︵ ┻━┻ + apt: + name: neovim + state: absent - name: Installing one-off packages from package manager - package: + apt: + update_cache: yes name: + - vim - gawk - terminator - jxplorer @@ -73,7 +80,10 @@ - libssl-dev - libffi-dev - build-essential + - open-vm-tools + - open-vm-tools-desktop state: latest + force_apt_get: yes - name: Install ShellUp! git: -- cgit v1.2.3