Skip to content

Instantly share code, notes, and snippets.

View dd5md's full-sized avatar

Mathias Davidheimann dd5md

View GitHub Profile
@dd5md
dd5md / .zshrc
Last active October 5, 2025 05:09
.zshrc
# PATHS
export ZSH=$HOME/.oh-my-zsh
# THEME
export ZSH_THEME='gnzh'
# ALIAS
alias cl='clear'
alias gcr='git clone'
alias cdh='cd ~/ && cl'
@dd5md
dd5md / install_fw_hsdualhat.sh
Created June 8, 2024 09:34
MMDVM HS_DUAL_HAT Installer
#!/bin/bash
# Configure Latest Version
FW_VERSION="v1.6.1"
# Firmware Filename
FW_FILENAME="mmdvm_hs_dual_hat_fw.bin"
# Download latest Firmware
echo "Downloading firmware..."