More packages for programming classes.
This commit is contained in:
parent
27985c08b3
commit
d234a13495
3 changed files with 7 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
||||||
name:
|
name:
|
||||||
- atftp
|
- atftp
|
||||||
- calligraplan
|
- calligraplan
|
||||||
|
- cmake ## for kdevelop
|
||||||
- codelite
|
- codelite
|
||||||
- codelite-plugins
|
- codelite-plugins
|
||||||
- curl
|
- curl
|
||||||
|
@ -29,6 +30,10 @@
|
||||||
- git
|
- git
|
||||||
- gitg
|
- gitg
|
||||||
- gitk
|
- gitk
|
||||||
|
- jupyter
|
||||||
|
- kdevelop
|
||||||
|
- kdevelop-php
|
||||||
|
- kdevelop-python
|
||||||
- libnotify-bin ## needed for pwroff script
|
- libnotify-bin ## needed for pwroff script
|
||||||
- neovim
|
- neovim
|
||||||
- net-tools
|
- net-tools
|
||||||
|
|
|
@ -63,6 +63,7 @@
|
||||||
DIR="/var/cache/user/${UID}/"
|
DIR="/var/cache/user/${UID}/"
|
||||||
[[ -d "$DIR" ]] || mkdir -m 0700 "$DIR"
|
[[ -d "$DIR" ]] || mkdir -m 0700 "$DIR"
|
||||||
echo XDG_CACHE_HOME="$DIR"
|
echo XDG_CACHE_HOME="$DIR"
|
||||||
|
echo JUPYTER_ALLOW_INSECURE_WRITES=1
|
||||||
mode: "0755"
|
mode: "0755"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: 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:
|
copy:
|
||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
dest: "/etc/systemd/system/{{ item }}"
|
dest: "/etc/systemd/system/{{ item }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue