Skip to content

Instantly share code, notes, and snippets.

View takuyahara's full-sized avatar

Takuya HARA takuyahara

  • Tokyo, Japan
View GitHub Profile
format = """
[](#9A348E)\
$os\
$username\
[](bg:#DA627D fg:#9A348E)\
$directory\
[](fg:#DA627D bg:#FCA17D)\
$git_branch\
$git_status\
[](fg:#FCA17D bg:#86BBD8)\

Inspired by deno task:

# Example makefile with some dummy rules

.PHONY: all
## Make ALL the things; this includes: building the target, testing it, and
## deploying to server.
all: test deploy