Compare commits

...

2 Commits

Author SHA1 Message Date
Simon Bruder 226ecaaad6
Set nvim as default editor 2020-05-17 15:17:10 +02:00
Simon Bruder e4b3bc7489
Add zathura 2020-05-17 15:17:05 +02:00
2 changed files with 8 additions and 1 deletions

View File

@ -5,9 +5,9 @@
- git
- htop
- lm-sensors
- neovim
- rxvt-unicode
- tmux
- vim-nox
- zsh
state: present
@ -16,6 +16,11 @@
name: x-terminal-emulator
path: /usr/bin/urxvt
- name: set neovom as default editor
alternatives:
name: editor
path: /usr/bin/nvim
- name: set persistent journal
ini_file:
path: /etc/systemd/journald.conf

View File

@ -31,4 +31,6 @@
- vdirsyncer
- xournal
- xsane
- zathura
- zathura-cb
state: present