Use vim-motif, and exclude vim from non-GUI
This commit is contained in:
parent
130cb07c01
commit
048024de4e
2 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@
|
|||
- name: Install NetBSD GUI packages
|
||||
become: true
|
||||
pkgin:
|
||||
name: firefox,motif,vim-gtk3
|
||||
name: firefox,motif,vim-motif
|
||||
state: present
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
- name: Install NetBSD CLI packages
|
||||
become: true
|
||||
pkgin:
|
||||
name: git,gnupg2,mc,mozilla-rootcerts-openssl,nmap,openvpn,pkgin,py37-pip,python37,sqlite3,sudo,tmux,vim,zsh
|
||||
name: git,gnupg2,mc,mozilla-rootcerts-openssl,nmap,openvpn,pkgin,py37-pip,python37,sqlite3,sudo,tmux,zsh
|
||||
state: present
|
||||
- name: Enable wheel group to use sudo
|
||||
become: true
|
||||
|
|
Loading…
Reference in a new issue