Skip to content
View Haerbernd's full-sized avatar
  • Somewhere in Germany
  • 18:40 (UTC +01:00)

Highlights

  • Pro

Block or report Haerbernd

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Haerbernd/README.md

This repo is a collection of miscellaneous scripts and config files that I use and you can too if you want to.

Distro-Installs

In this directory and its subdirectories scripts and configs for different Linux distributions are stored that may or may not be helpful for you.

nvim

Neovim config files. Place them in the appropiate config path (e.g. ~/.config/nvim (Linux/MacOS), C:\Users\USERNAME\AppData\Local\nvim) to use them. You can find it by typing :echo stdpath('config') into Neovim.

Popular repositories Loading

  1. swarmFM swarmFM Public

    A simple Python program that streams the [SwarmFM YouTube Stream](https://www.youtube.com/@boop/live). It uses both VLC and Tk to do it. You can change between the audio only stream or with video.

    Python 1

  2. Haerbernd Haerbernd Public

    Config files for my GitHub profile.

    Shell

  3. Vokabeltrainer Vokabeltrainer Public

    A program which helps you to practice vocabularies

    Python

  4. yt-dlp-helper yt-dlp-helper Public

    A program that helps you using yt-dlp

    Python

  5. GameLibrary GameLibrary Public

    A python-based game library and launcher similar to Steam in idea.

    Python

  6. CPP_OOP_Introduction CPP_OOP_Introduction Public

    This is a very basic command line only dungeon crawler game, that I used to learn and apply OOP fundamentals in C++. I may or may not add to this game later. In case you want to play it, follow the…

    C++