Skip to content

Instantly share code, notes, and snippets.

@lukaskj
lukaskj / starship.toml
Last active July 11, 2023 03:14
Starship shell config backup
"$schema" = 'https://starship.rs/config-schema.json'
# format = '''
# $directory $git_branch$git_status
# $custom$character'''
# export OS_ICON=
# Useful icons:
#    ✘ ✔ ➜
#                                 
@lukaskj
lukaskj / Getopt.hx
Created May 20, 2022 02:30
Haxe argument flags helper
package util;
import haxe.io.Path;
enum OptionType {
String;
Bool;
Int;
}