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
|
xrdb -merge ~/.Xresources
|
||||||
xset b off
|
xset b off
|
||||||
setxkbmap gb
|
setxkbmap gb
|
||||||
exec ssh-agent fvwm
|
exec ssh-agent mate-session
|
||||||
|
|
|
@ -5,4 +5,3 @@
|
||||||
- include: emacs.yml
|
- include: emacs.yml
|
||||||
- include: firefox.yml
|
- include: firefox.yml
|
||||||
- include: mate.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
|
- name: Install GUI packages
|
||||||
become: true
|
become: true
|
||||||
pkgin:
|
pkgin:
|
||||||
|
@ -11,10 +8,10 @@
|
||||||
packages:
|
packages:
|
||||||
- adwaita-icon-theme
|
- adwaita-icon-theme
|
||||||
- atril
|
- atril
|
||||||
|
- dbus
|
||||||
- firefox
|
- firefox
|
||||||
- fvwm
|
|
||||||
- liberation-ttf
|
- liberation-ttf
|
||||||
- mate-terminal
|
- mate
|
||||||
- rxvt-unicode
|
- rxvt-unicode
|
||||||
- vim-gtk3
|
- vim-gtk3
|
||||||
- xlockmore-lite
|
- xlockmore-lite
|
||||||
|
|
Loading…
Reference in a new issue