Skip to content
View MarcHeiden's full-sized avatar

Highlights

  • Pro

Block or report MarcHeiden

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

Pinned Loading

  1. formula-ap1 formula-ap1 Public

    F1 REST API

    Java 1

  2. simple-wireguard-vpn simple-wireguard-vpn Public

    Ansible Playbook to set up a simple wireguard vpn on an ubuntu server.

    Jinja 1

  3. windows-initial-setup-script windows-initial-setup-script Public

    PowerShell 1

  4. Setting up a decent looking Windows ... Setting up a decent looking Windows Terminal with Oh-my-Posh that works with WSL and integrate it in VSCode and IntelliJ
    1
    # Setting up a decent looking Windows Terminal with Oh-my-Posh that works with WSL and integrate it in VSCode and IntelliJ
    2
    
                  
    3
    This is a briefly summary of what I did to set up my Windows Terminal for Powershell on the Windows side and Zsh on the WSL(Ubuntu) side and integrate it in VSCode and IntelliJ.
    4
    
                  
    5
    <p align="center">
  5. git-cheatsheet.md git-cheatsheet.md
    1
    # Git Cheatsheet
    2
    
                  
    3
    | Command                                                                                        | Description                                                                                                                                                       |
    4
    | ---------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    5
    | `git config --get-regexp user`                                                                 | list user credentials                                                                                                                                             |
  6. docker-essentials.md docker-essentials.md
    1
    # Docker Essentials
    2
    
                  
    3
    ## > docker
    4
    
                  
    5
    ```shell