Skip to content

Instantly share code, notes, and snippets.

@neksodebe
neksodebe / starship.toml
Created September 26, 2025 14:32
Starship Tokyo Night - Grayscale version
format = """
[░▒▓](#b6b6b6)\
[ 🐧 ](bg:#b6b6b6 fg:#0b0b0b)\
[](bg:#acacac fg:#b6b6b6)\
$directory\
[](fg:#acacac bg:#494949)\
$git_branch\
$git_status\
[](fg:#494949 bg:#2a2a2a)\
$nodejs\
@neksodebe
neksodebe / buzzheavier.sh
Created September 11, 2025 19:32
Automatic CLI Buzzheavier upload script
#!/usr/bin/env bash
# Syntax: buzzheavier <path to file>
id=$(curl -#o - -T "$1" "https://w.buzzheavier.com/$(basename "$1")" | cat | jq -r .data.id)
printf "\n"
echo "Successful uploadation. Enjoy link here click now no virus promise . bottom"
echo "https://buzzheavier.com/$id"