Skip to content
View fullmetalbrackets's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report fullmetalbrackets

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

  1. blog blog Public

    My blog with useful quick guides and documentation. Made with Astro and hosted on Cloudflare Pages.

    Astro 2

  2. Vaporwave PrismJS Theme Vaporwave PrismJS Theme
    1
    /*
    2
      Inspired (with some changes) by Kabukicho VSCode theme by Victoria Drake [https://github.com/victoriadrake/kabukicho-vscode]
    3
    */
    4
    
                  
    5
    code[class*="language-"],
  3. pwa-template pwa-template Public template

    A simple template to turn an HTML page into a Progressive Web App

    JavaScript

  4. Quick Guide - install zsh + oh-my-zs... Quick Guide - install zsh + oh-my-zsh w/ plugins & powerlevel10k theme
    1
    # Install Zsh
    2
    ```
    3
    sudo apt install zsh -y
    4
    ```
    5
    
                  
  5. Quick Guide - Install Oh-My-Posh in ... Quick Guide - Install Oh-My-Posh in Windows Terminal or PowerShell with winget
    1
    # Pre-Requisites
    2
    This guide will use the `winget` CLI tool to install and configure **Oh-My-Posh**. If you haven't already, I suggest installing [Windows Terminal](https://aka.ms/terminal) from the Microsoft Store and use Oh-My-Posh with it. If you'd rather not use Windows Terminal for some reason, you can still use Oh-My-Posh with PowerShell. Whichever you choose, [check out these instructions](https://learn.microsoft.com/en-us/windows/package-manager/winget/) to install `winget`.
    3
    
                  
    4
    <br>
    5
    
                  
  6. Navidrome + Cloudflare Tunnel with D... Navidrome + Cloudflare Tunnel with Docker-Compose
    1
    # Before running this go to Cloudflare Zero Trust dashboard -> Access -> Tunnels -> Create new tunnel
    2
    # Copy & paste the generated token next to TUNNEL_TOKEN= env variable below
    3
    # Full guide at https://fullmetalbrackets.com/blog/setup-cloudflare-tunnel-to-access-self-hosted-apps
    4
    
                  
    5
    services: