01 / Write
Write your preferences in plain Markdown.
$ stop messing around with .dotfiles
Document your preferences in tool agnostic Markdown files. Let your AI agent do the rest.
Write your preferences in plain Markdown.
Create a secret or public URL for it.
Ask your AI agent to fetch and apply your preferences.
# Terminal setup
- Font: JetBrains Mono
- Font size: 13 pt
- Colors: Dracula
- tmux prefix: Ctrl-A
- Use vi keys in tmux
- Use a compact one-line prompt that shows my current directory, Git branch, and current time in h:mm format font_family JetBrains Mono
font_size 13.0
foreground #f8f8f2
background #282a36
cursor #f8f8f2
selection_background #44475a
color1 #ff5555
color2 #50fa7b
color3 #f1fa8c
color4 #bd93f9
color5 #ff79c6
color6 #8be9fd unbind C-b
set -g prefix C-a
bind C-a send-prefix
setw -g mode-keys vi
set -g status-keys vi add_newline = false
format = "$directory$git_branch$time$character"
[directory]
truncation_length = 3
[git_branch]
format = "[$symbol$branch]($style) "
[time]
disabled = false
time_format = "%-H:%M"
format = "[$time]($style) "