summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parrot.yml12
1 files changed, 11 insertions, 1 deletions
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: