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:
|
arch:
|
||||||
- base-devel
|
- base-devel
|
||||||
- libnotify
|
- libnotify
|
||||||
- notification-daemon
|
|
||||||
- numlockx # activate numlock (set in .xinitrc)
|
|
||||||
- pacman-contrib # for checkupdates, paccache, pacdiff...
|
- pacman-contrib # for checkupdates, paccache, pacdiff...
|
||||||
- pkgfile # get hint on missing package when command not found
|
- pkgfile # get hint on missing package when command not found
|
||||||
- python-pip
|
- python-pip
|
||||||
- python-setuptools
|
- python-setuptools
|
||||||
- reflector
|
- reflector
|
||||||
- xorg
|
|
||||||
- xorg-xinit # enable xinit to avoid having to type 'startx'
|
- xorg-xinit # enable xinit to avoid having to type 'startx'
|
||||||
- rsync # used for backup
|
- ttf-font-awesome
|
||||||
|
- ttf-jetbrains-mono
|
||||||
debian:
|
debian:
|
||||||
- build-essential
|
- build-essential
|
||||||
|
- libnotify-bin
|
||||||
- python3-venv
|
- python3-venv
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
|
- xinit # enable xinit to avoid having to type 'startx'
|
||||||
|
- fonts-font-awesome
|
||||||
|
- fonts-jetbrains-mono
|
||||||
both:
|
both:
|
||||||
|
- rsync # used for backup
|
||||||
- curl
|
- curl
|
||||||
- wget
|
- wget
|
||||||
|
- xorg
|
||||||
|
- numlockx # activate numlock (set in .xinitrc)
|
||||||
|
- notification-daemon
|
||||||
- udiskie # automount external drives (set in .xinitrc)
|
- udiskie # automount external drives (set in .xinitrc)
|
||||||
- xmlstarlet # for clitip
|
- xmlstarlet # for clitip
|
||||||
- pandoc # for clitip
|
- pandoc # for clitip
|
||||||
- ttf-font-awesome
|
|
||||||
- ttf-jetbrains-mono
|
|
||||||
- run:
|
- run:
|
||||||
- sudo ln -rsi dotfiles/dbus/org.freedesktop.Notifications.service /usr/share/dbus-1/services/org.freedesktop.Notifications.service
|
- sudo ln -rsi dotfiles/dbus/org.freedesktop.Notifications.service /usr/share/dbus-1/services/org.freedesktop.Notifications.service
|
||||||
- run:
|
- run:
|
||||||
- sudo pkgfile -u
|
command: sudo pkgfile -u
|
||||||
|
condition: arch
|
||||||
|
|
||||||
xmodmap:
|
xmodmap:
|
||||||
- symlink:
|
- symlink:
|
||||||
|
|
Loading…
Add table
Reference in a new issue