update pkg names and install htop from pkg instead of ports

main
Andrew Coleman 2021-08-16 16:46:22 -04:00
parent 95aa6d54cf
commit de274b41b0
1 changed files with 2 additions and 11 deletions

13
pkg.yml
View File

@ -4,7 +4,7 @@
become_user: root
become_method: sudo
community.general.pkgng:
name: libtool,autogen,libuv,gettext,autoconf,automake,gmake,coreutils,bash,the_silver_searcher,tmux,git,most,node,npm,cmake,llvm10,jq,gsed,lsd,httpie,fzf,direnv,py37-glances
name: libtool,autogen,libuv,gettext,autoconf,automake,gmake,coreutils,bash,the_silver_searcher,tmux,git,most,neovim,node,npm,cmake,llvm10,jq,gsed,lsd,py38-httpie,fzf,direnv,py38-glances,htop,sqlite3
state: present
- name: install desktop pkg applications
@ -12,7 +12,7 @@
become_user: root
become_method: sudo
community.general.pkgng:
name: gnome3,gdm,firefox,nerd-fonts,cantarell-fonts,evolution,evolution-ews,drm-kmod
name: gnome3-lite,gdm,firefox,nerd-fonts,cantarell-fonts,evolution,evolution-ews,drm-kmod
state: present
- name: enable dbus
@ -49,12 +49,3 @@
command: portsnap fetch extract
args:
creates: /usr/ports/.portsnap.INDEX
- name: install htop
become: yes
become_user: root
become_method: sudo
command: make install-missing-packages install clean
args:
chdir: /usr/ports/sysutils/htop
creates: /usr/local/bin/htop