Skip to content
View RalfEs73's full-sized avatar
🖖
🖖
  • 127.0.0.1
  • 01:20 (UTC +01:00)

Block or report RalfEs73

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RalfEs73/README.md

Hello there, I'm Ralf 👋

Linkedin

Windows WindowsTerminal

#!/bin/bash

set -u
IFS=$'\n\t'

function say_hello() {
  printf "Hello there, I hope you find something useful in my repositories!\\n"
}

if [[ $- != *i* ]]; then
  export USERNAME="RalfEs73"
  export ROLE="Customer Success Manager - Microsoft Germany"
  export LANGUAGE="de_DE"
  say_hello
fi

🏆 GitHub Trophies

trophy

Popular repositories Loading

  1. chocolatey-packages chocolatey-packages Public

    Chocolatey Softwarepakete

    PowerShell 6

  2. chocolatey-test-environment chocolatey-test-environment Public

    Dieses Script installiert Chocolatey und konfiguriert einige Basics für meine Parkettierungsugebung.

    PowerShell

  3. packages-update-check packages-update-check Public

    Mit diesen kleinen Script prüfe ich, ob es eine neue Version der von mir paketieren Anwendungen gibt.

    PowerShell

  4. film-info-organizer film-info-organizer Public

    Film Info! Organizer

    Visual Basic .NET

  5. chocolatey-template chocolatey-template Public

    My Chocolatey Template

    PowerShell

  6. win_reinstall win_reinstall Public

    Dieses Script dient mir, dass ich nach einer Neuinstallation meine gewünschten Anwendungen nachinstallieren kann.

    PowerShell