This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/zsh | |
| # {{@@ header() @@}} | |
| # quck fix for tmux detach loosing ssh_socket | |
| if [ ! -S ~/.ssh/ssh_auth_sock ] && [ -S "$SSH_AUTH_SOCK" ]; then | |
| ln -sf $SSH_AUTH_SOCK ~/.ssh/ssh_auth_sock | |
| fi | |
| # | |
| # Startup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Yet Another Motion Automation | |
| description: > | |
| # YAMA V10 | |
| Turn on lights or scenes when motion is detected. | |
| Four different scenes can be defined depending on time of day. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Installs NixOS on an OVH server, wiping the server. | |
| # | |
| # This is for a specific server configuration; adjust where needed. | |
| # Originally written for an OVH STOR-1 server. | |
| # | |
| # Prerequisites: | |
| # * Create a LUKS key file at /root/benacofs-luks-key | |
| # e.g. by copying it up. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| exec-once=/nix/store/js3215xajs1m05iq2bgpbjp2phvd9b33-dbus-1.14.0/bin/dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY HYPRLAND_INSTANCE_SIGNATURE XDG_CURRENT_DESKTOP; systemctl --user start hyprland-session.target | |
| monitor=DP-1,2560x1440@60,0x0,1 | |
| workspace=DP-1,1 | |
| monitor=DP-2,2560x1440@60,2560x0,1 | |
| workspace=DP-2,2 | |
| general { | |
| main_mod=SUPER | |
| gaps_in=15 | |
| gaps_out=20 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local font = { | |
| family = "MonoLisa", | |
| bold = "Medium", | |
| weight = "Regular", | |
| boldItalic = "Medium Italic", | |
| italic = "Regular Italic", | |
| } | |
| return { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- AstroNvim Configuration Table | |
| -- All configuration changes should go inside of the table below | |
| -- You can think of a Lua "table" as a dictionary like data structure the | |
| -- normal format is "key = value". These also handle array like data structures | |
| -- where a value with no key simply has an implicit numeric key | |
| local config = { | |
| -- Configure AstroNvim updates | |
| updater = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- AstroNvim Configuration Table | |
| -- All configuration changes should go inside of the table below | |
| -- You can think of a Lua "table" as a dictionary like data structure the | |
| -- normal format is "key = value". These also handle array like data structures | |
| -- where a value with no key simply has an implicit numeric key | |
| local config = { | |
| -- Configure AstroNvim updates | |
| updater = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
| "basics": { | |
| "name": "Kai Löhnert", | |
| "label": "Presales Consultant – Penetration Testing Services | Cybersecurity Specialist", | |
| "image": "https://unavatar.io/x/luxus", | |
| "email": "kl82@me.com", | |
| "phone": "0775299372", | |
| "url": "https://luxus.ai", | |
| "summary": "Sales-driven cybersecurity specialist with 12 years of customer-facing experience at Apple and 3 years in IT engineering and presales consulting. Expert in penetration testing services, including external/internal tests, simulated attacks, red/purple teaming, web application audits, mobile app tests, and M365 assessments. Adept at scoping customer requirements, collaborating with pentesting teams, and developing proposal content. Active contributor to AI initiatives and portfolio optimization in regulated environments such as DORA.", |
OlderNewer