Skip to content

Instantly share code, notes, and snippets.

View masamerc's full-sized avatar
😀

Masa Mark Fukui masamerc

😀
View GitHub Profile
@masamerc
masamerc / duck-preview.sh
Last active November 23, 2024 09:00
duck-preview.sh
#!/usr/bin/env bash
# exit immediately
set -e
# check if filename is provided
if [ $# -ne 1 ]; then
echo "Usage: $0 <filename>"
exit 1
fi
"$schema" = 'https://starship.rs/config-schema.json'
format = """
[](color_bg1)\
$os\
$username\
[](bg:color_pop_dark_gray fg:color_bg1)\
$directory\
[](fg:color_pop_dark_gray bg:color_pop_orange)\
$git_branch\
@masamerc
masamerc / tokyonight.toml
Last active April 25, 2024 14:09
tokyonight theme for alacritty in `toml` format
# Tokyo Night Color Scheme for Alacritty
[colors.primary]
background = "#1a1b26"
foreground = "#a9b1d6"
[colors.normal]
black = "#32344a"
red = "#f7768e"
green = "#9ece6a"