These are some habits I want to track. They are repeated according to a calendar schedule in
general.
** TODO Supplements
-SCHEDULED: <2025-09-18 Thu .+1d>
+SCHEDULED: <2025-09-22 Mon .+1d>
:PROPERTIES:
-:LAST_REPEAT: [2025-09-17 Wed 03:40]
+:LAST_REPEAT: [2025-09-21 Sun 06:57]
:STYLE: habit
:END:
+- State "DONE" from "TODO" [2025-09-21 Sun 06:57]
- State "DONE" from "TODO" [2025-09-17 Wed 03:40]
- State "DONE" from "TODO" [2025-09-16 Tue 03:13]
- State "DONE" from "TODO" [2025-09-14 Sun 18:33]
- EPA/DHA
- Creatine Monohydrate
** TODO Strength Training
-SCHEDULED: <2025-09-18 Thu .+1d>
+SCHEDULED: <2025-09-22 Mon .+1d>
:PROPERTIES:
-:LAST_REPEAT: [2025-09-17 Wed 03:40]
+:LAST_REPEAT: [2025-09-21 Sun 06:57]
:STYLE: habit
:END:
+- State "DONE" from "TODO" [2025-09-21 Sun 06:57]
- State "DONE" from "TODO" [2025-09-17 Wed 03:40]
- State "DONE" from "TODO" [2025-09-14 Sun 02:26]
- State "DONE" from "TODO" [2025-09-10 Wed 03:23]
- State "DONE" from "TODO" [2025-06-26 Thu 23:22]
I want to be able to run or bike every day so that I get my exercise in.
** TODO Stretch
-SCHEDULED: <2025-09-18 Thu .+1d>
+SCHEDULED: <2025-09-22 Mon .+1d>
:PROPERTIES:
-:LAST_REPEAT: [2025-09-17 Wed 03:40]
+:LAST_REPEAT: [2025-09-21 Sun 06:57]
:STYLE: habit
:END:
+- State "DONE" from "TODO" [2025-09-21 Sun 06:57]
- State "DONE" from "TODO" [2025-09-17 Wed 03:40]
- State "DONE" from "TODO" [2025-09-16 Tue 03:14]
- State "DONE" from "TODO" [2025-09-14 Sun 02:20]
".mozilla"
".bitmonero"
".config"
+ ".crypto"
{ directory = ".gnupg"; mode = "0700"; }
{ directory = ".ssh"; mode = "0700"; }
{ directory = ".local/share/keyrings"; mode = "0700"; }
};
shellAliases = {
+ clone-secrets = "git clone ssh://\"$1\"/home/preston/secrets \"$HOME/secrets\"";
get-channel-id = "yt-dlp --print \"%(channel_id)s\" --playlist-end 1 \"$1\"";
se = "sops edit";
f = "vim $(fzf)";
torsocks tor-browser
# For transfering secrets onto new system
- magic-wormhole
+ magic-wormhole stow
+
# fonts
nerd-fonts.iosevka noto-fonts noto-fonts-cjk-sans noto-fonts-emoji fira-code font-awesome_6 victor-mono
(aspellWithDicts
#!/bin/bash
nix run github:nix-community/nixos-anywhere -- --generate-hardware-config nixos-generate-config $HOME/monorepo/nix/systems/spontaneity/hardware-configuration.nix --flake $HOME/monorepo/nix#spontaneity --target-host "$1"
'')
+ (writeShellScriptBin "secrets"
+ ''
+ #!/bin/bash
+ cd "$HOME/secrets"
+ git pull # repo is over LAN
+ stow */ # manage secrets with gnu stow
+ cd "$HOME"
+ '')
] else [
pfetch
];
config = {
monorepo = {
- profiles.impermanence.enable = true;
+ profiles = {
+ impermanence.enable = true;
+ secureBoot = true;
+ };
vars = {
device = "/dev/sda";
fileSystem = "btrfs";
exit 1
fi
- gum style --border normal --margin "1" --padding "1 2" "Notice: if using full disk encryption, write to /tmp/secret.key first with your password."
-
- sleep 3
-
cd "$HOME"
ping -q -c1 google.com &>/dev/null && echo "online! Proceeding with the installation..." || nmtui
torsocks tor-browser
# For transfering secrets onto new system
- magic-wormhole
+ magic-wormhole stow
+
# fonts
nerd-fonts.iosevka noto-fonts noto-fonts-cjk-sans noto-fonts-emoji fira-code font-awesome_6 victor-mono
(aspellWithDicts
#!/bin/bash
nix run github:nix-community/nixos-anywhere -- --generate-hardware-config nixos-generate-config $HOME/monorepo/nix/systems/spontaneity/hardware-configuration.nix --flake $HOME/monorepo/nix#spontaneity --target-host "$1"
'')
+ (writeShellScriptBin "secrets"
+ ''
+#!/bin/bash
+cd "$HOME/secrets"
+git pull # repo is over LAN
+stow */ # manage secrets with gnu stow
+cd "$HOME"
+ '')
] else [
pfetch
};
shellAliases = {
+ clone-secrets = "git clone ssh://\"$1\"/home/preston/secrets \"$HOME/secrets\"";
get-channel-id = "yt-dlp --print \"%(channel_id)s\" --playlist-end 1 \"$1\"";
se = "sops edit";
f = "vim $(fzf)";
".mozilla"
".bitmonero"
".config"
+ ".crypto"
{ directory = ".gnupg"; mode = "0700"; }
{ directory = ".ssh"; mode = "0700"; }
{ directory = ".local/share/keyrings"; mode = "0700"; }
];
config = {
monorepo = {
- profiles.impermanence.enable = true;
+ profiles = {
+ impermanence.enable = true;
+ secureBoot = true;
+ };
vars = {
device = "/dev/sda";
fileSystem = "btrfs";
exit 1
fi
-gum style --border normal --margin "1" --padding "1 2" "Notice: if using full disk encryption, write to /tmp/secret.key first with your password."
-
-sleep 3
-
cd "$HOME"
ping -q -c1 google.com &>/dev/null && echo "online! Proceeding with the installation..." || nmtui