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:
|
||||
- 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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue