This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PATHS | |
export ZSH=$HOME/.oh-my-zsh | |
# THEME | |
export ZSH_THEME='gnzh' | |
# ALIAS | |
alias cl='clear' | |
alias gcr='git clone' | |
alias cdh='cd ~/ && cl' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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..." |
OlderNewer