Use MATE on NetBSD
This commit is contained in:
parent
7d41be114a
commit
83feb79f25
3 changed files with 3 additions and 7 deletions
|
@ -4,4 +4,4 @@ export XDG_DATA_DIRS=/usr/local/share:/usr/share:/usr/pkg/share
|
|||
xrdb -merge ~/.Xresources
|
||||
xset b off
|
||||
setxkbmap gb
|
||||
exec ssh-agent fvwm
|
||||
exec ssh-agent mate-session
|
||||
|
|
|
@ -5,4 +5,3 @@
|
|||
- include: emacs.yml
|
||||
- include: firefox.yml
|
||||
- include: mate.yml
|
||||
when: ansible_system == 'Linux'
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
- name: Install libstroke manually
|
||||
become: true
|
||||
command: pkg_add libstroke
|
||||
- name: Install GUI packages
|
||||
become: true
|
||||
pkgin:
|
||||
|
@ -11,10 +8,10 @@
|
|||
packages:
|
||||
- adwaita-icon-theme
|
||||
- atril
|
||||
- dbus
|
||||
- firefox
|
||||
- fvwm
|
||||
- liberation-ttf
|
||||
- mate-terminal
|
||||
- mate
|
||||
- rxvt-unicode
|
||||
- vim-gtk3
|
||||
- xlockmore-lite
|
||||
|
|
Loading…
Reference in a new issue