Skip to content

Instantly share code, notes, and snippets.

View robeeeert's full-sized avatar

Rob robeeeert

  • Germany
View GitHub Profile
@robeeeert
robeeeert / esphome.sh
Created October 23, 2023 20:07
ESP Home Docker helper
alias espwizard="docker run --rm -v \"${PWD}\":/config -it ghcr.io/esphome/esphome wizard "
alias espupload="docker run --rm --privileged -v \"${PWD}\":/config --device=/dev/ttyUSB0 -it ghcr.io/esphome/esphome run "
alias esplogs="docker run --rm --privileged -v \"${PWD}\":/config --device=/dev/ttyUSB0 -it ghcr.io/esphome/esphome logs "
@robeeeert
robeeeert / update-vscode.sh
Created March 19, 2022 19:59
Install or update VS code on any Linux systemand backup the previously installed version
#!/bin/bash
if [ $# -gt 0 ]; then
if [ "$1" == "help" ]; then
echo "Usage: $0 [help | <installation_destination_path>]"
exit 0
else
destination="$1"
fi
fi
@robeeeert
robeeeert / player.gd
Created January 6, 2021 21:42
Basic Godot KinematicBody movement
extends KinematicBody
export(float) var walkSpeed = 1
export(float) var rotationSpeed = 1
func _physics_process(delta):
if (Input.is_action_pressed("ui_up")):
var movement = getMovement()
move_and_slide(movement)
elif (Input.is_action_pressed("ui_down")):
sudo apt-get install -y \
apt-transport-https \
ca-certificates \
curl \
software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
@robeeeert
robeeeert / Arch Linux Setup
Created April 10, 2017 16:12
Arch Linux Setup
[TOC]
---
# Installation
- Follow https://wiki.archlinux.de/title/Anleitung_f%C3%BCr_Einsteiger (german)
# Network

Keybase proof

I hereby claim:

  • I am robeeeert on github.
  • I am robertociano (https://keybase.io/robertociano) on keybase.
  • I have a public key whose fingerprint is E943 DB52 2F2C 1096 BDE7 DC90 06F6 C3A5 1F8A 003C

To claim this, I am signing this object: