Minor linting fixes
This commit is contained in:
parent
5807c85f5b
commit
8941085248
1 changed files with 15 additions and 14 deletions
|
@ -6,25 +6,25 @@
|
|||
- archlinux-keyring
|
||||
- base-devel
|
||||
- libnotify
|
||||
- pacman-contrib # for checkupdates, paccache, pacdiff...
|
||||
- pkgfile # get hint on missing package when command not found
|
||||
- pacman-contrib # for checkupdates, paccache, pacdiff...
|
||||
- pkgfile # get hint on missing package when command not found
|
||||
- python-pip
|
||||
- python-wheel
|
||||
- python-setuptools
|
||||
- reflector
|
||||
- xorg-xinit # enable xinit to avoid having to type 'startx'
|
||||
- xorg-xinit # enable xinit to avoid having to type 'startx'
|
||||
- ttf-font-awesome
|
||||
- ttf-jetbrains-mono
|
||||
- ttf-fira-code
|
||||
- rsync # used for backup
|
||||
- rsync # used for backup
|
||||
- curl
|
||||
- wget
|
||||
- xorg
|
||||
- numlockx # activate numlock (set in .xinitrc)
|
||||
- numlockx # activate numlock (set in .xinitrc)
|
||||
- dunst
|
||||
- udiskie # automount external drives (set in .xinitrc)
|
||||
- xmlstarlet # for clitip
|
||||
- pandoc # for clitip
|
||||
- udiskie # automount external drives (set in .xinitrc)
|
||||
- xmlstarlet # for clitip
|
||||
- pandoc # for clitip
|
||||
when: ansible_facts['distribution'] == 'Archlinux'
|
||||
|
||||
- name: Install packages (Debian)
|
||||
|
@ -37,19 +37,19 @@
|
|||
- python3-pip
|
||||
- python3-wheel
|
||||
- python3-setuptools
|
||||
- xinit # enable xinit to avoid having to type 'startx'
|
||||
- xinit # enable xinit to avoid having to type 'startx'
|
||||
- fonts-font-awesome
|
||||
- fonts-jetbrains-mono
|
||||
- fonts-firacode
|
||||
- rsync # used for backup
|
||||
- rsync # used for backup
|
||||
- curl
|
||||
- wget
|
||||
- xorg
|
||||
- numlockx # activate numlock (set in .xinitrc)
|
||||
- numlockx # activate numlock (set in .xinitrc)
|
||||
- dunst
|
||||
- udiskie # automount external drives (set in .xinitrc)
|
||||
- xmlstarlet # for clitip
|
||||
- pandoc # for clitip
|
||||
- udiskie # automount external drives (set in .xinitrc)
|
||||
- xmlstarlet # for clitip
|
||||
- pandoc # for clitip
|
||||
when: ansible_facts['distribution'] == 'Debian'
|
||||
|
||||
- name: Update pkgfile for Archlinux
|
||||
|
@ -61,3 +61,4 @@
|
|||
copy:
|
||||
src: Xmodmap
|
||||
dest: ~/.Xmodmap
|
||||
mode: 0644
|
||||
|
|
Loading…
Add table
Reference in a new issue