sh <(curl -L https://nixos.org/nix/install)
mkdir -p ~/.config/nix
cat <<EOF > ~/.config/nix/nix.conf experimental-features = nix-command flakes EOF
WHERE _PARTITIONTIME >= TIMESTAMP(DATE_SUB(@run_date, INTERVAL 1 DAY)) AND _PARTITIONTIME < TIMESTAMP(DATE_SUB(@run_date, INTERVAL 0 DAY)) |
The Lean Canvas is a version of the Business Model Canvas adapted by Ash Maurya specifically for startups. You can read more about it here.
Problem
Top 3 Problems |
[user] | |
name = <Your Name> | |
email = [email protected] | |
[color] | |
ui = auto | |
[color "branch"] | |
current = reverse | |
local = yellow | |
remote = green | |
[color "diff"] |
#!/usr/bin/python | |
############################################################################### | |
# | |
# file: gmail-count | |
# | |
# Purpose: generates a string value representing the Gmail unread email count. | |
# | |
# Usage: pipe the i3status with this script (see i3status manpage) | |
# or use conky. | |
# |