I hereby claim:
- I am lexxy23 on github.
- I am dstrauss2 (https://keybase.io/dstrauss2) on keybase.
- I have a public key ASDk3AkBRmeYrDPkKta3xxqdB-aTytc2M5adY6F8-58wyAo
To claim this, I am signing this object:
# this profile can be used to run OpenLens as an AppImage | |
include /etc/firejail/disable-common.inc | |
include /etc/firejail/whitelist-common.inc | |
caps.drop all # Root-Rechte werden unwiderruflich aufgegeben | |
seccomp !chroot # Filter für Systemaufrufe, außer chroot | |
protocol unix,inet,inet6 # Protokollfilter, Internet ist erlaubt | |
novideo # keine Webcam in der Sandbox |
workspace(name = "my_ws") |
name: test licenses | |
on: | |
pull_request: | |
branches: | |
- develop | |
# push: | |
# branches: | |
# - develop |
# See https://pre-commit.com for more information | |
# See https://pre-commit.com/hooks.html for more hooks | |
# | |
# To apply it: | |
# touch .pre-commit-config.yaml | |
# pre-commit autoupdate | |
# pre-commit install --allow-missing-config | |
# pre-commit run --all-files | |
exclude: "^$" | |
fail_fast: false |
version: 2 | |
updates: | |
- package-ecosystem: "cargo" # can also be maven, gradle, gomod, pip, pub, terraform, docker, compose | |
directory: "/" | |
schedule: | |
interval: "daily" | |
time: "09:00" | |
timezone: "Europe/Berlin" | |
open-pull-requests-limit: 20 |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Script to install VisualStudio Code, Atom or Github Desktop | |
# the app settings | |
DLURL="" | |
APPNAME="" | |
# our settings | |
GLOBALINST=0 |
#!/bin/bash | |
# the app settings | |
DLURL="https://atom.io/download/mac" | |
APPNAME="Atom.app" | |
# our settings | |
TMPDIR="/tmp" | |
APPFOLDER="/Applications" | |
TMPFILE="$TMPDIR/tmp.zip" |