More packages for programming classes.

This commit is contained in:
Andreas B. Mundt 2023-09-26 17:09:27 +02:00
parent 27985c08b3
commit d234a13495
3 changed files with 7 additions and 1 deletions

View file

@ -20,6 +20,7 @@
name:
- atftp
- calligraplan
- cmake ## for kdevelop
- codelite
- codelite-plugins
- curl
@ -29,6 +30,10 @@
- git
- gitg
- gitk
- jupyter
- kdevelop
- kdevelop-php
- kdevelop-python
- libnotify-bin ## needed for pwroff script
- neovim
- net-tools

View file

@ -63,6 +63,7 @@
DIR="/var/cache/user/${UID}/"
[[ -d "$DIR" ]] || mkdir -m 0700 "$DIR"
echo XDG_CACHE_HOME="$DIR"
echo JUPYTER_ALLOW_INSECURE_WRITES=1
mode: "0755"

View file

@ -87,7 +87,7 @@
owner: root
group: root
- name: Provide service and timer for remove all printers on boot
- name: Provide service and timer to remove all printers on boot
copy:
src: "{{ item }}"
dest: "/etc/systemd/system/{{ item }}"