Fix debian base packages
This commit is contained in:
parent
27fe69a72e
commit
37d7f67cef
1 changed files with 12 additions and 7 deletions
19
configs.yml
19
configs.yml
|
@ -3,33 +3,38 @@ base:
|
|||
arch:
|
||||
- base-devel
|
||||
- libnotify
|
||||
- notification-daemon
|
||||
- numlockx # activate numlock (set in .xinitrc)
|
||||
- pacman-contrib # for checkupdates, paccache, pacdiff...
|
||||
- pkgfile # get hint on missing package when command not found
|
||||
- python-pip
|
||||
- python-setuptools
|
||||
- reflector
|
||||
- xorg
|
||||
- xorg-xinit # enable xinit to avoid having to type 'startx'
|
||||
- rsync # used for backup
|
||||
- ttf-font-awesome
|
||||
- ttf-jetbrains-mono
|
||||
debian:
|
||||
- build-essential
|
||||
- libnotify-bin
|
||||
- python3-venv
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
- xinit # enable xinit to avoid having to type 'startx'
|
||||
- fonts-font-awesome
|
||||
- fonts-jetbrains-mono
|
||||
both:
|
||||
- rsync # used for backup
|
||||
- curl
|
||||
- wget
|
||||
- xorg
|
||||
- numlockx # activate numlock (set in .xinitrc)
|
||||
- notification-daemon
|
||||
- udiskie # automount external drives (set in .xinitrc)
|
||||
- xmlstarlet # for clitip
|
||||
- pandoc # for clitip
|
||||
- ttf-font-awesome
|
||||
- ttf-jetbrains-mono
|
||||
- run:
|
||||
- sudo ln -rsi dotfiles/dbus/org.freedesktop.Notifications.service /usr/share/dbus-1/services/org.freedesktop.Notifications.service
|
||||
- run:
|
||||
- sudo pkgfile -u
|
||||
command: sudo pkgfile -u
|
||||
condition: arch
|
||||
|
||||
xmodmap:
|
||||
- symlink:
|
||||
|
|
Loading…
Add table
Reference in a new issue