- commit
- de55305
- parent
- 6ddcfd9
- author
- Eric Bower
- date
- 2025-09-08 23:04:36 -0400 EDT
chore: changes
5 files changed,
+14,
-7
+3,
-3
1@@ -2,7 +2,7 @@ IMAPAccount fastmail
2 Host imap.fastmail.com
3 User me@erock.io
4 PassCmd "pass logins/local-mail"
5-SSLType IMAPS
6+TLSType IMAPS
7
8 IMAPStore fastmail-remote
9 Account fastmail
10@@ -10,8 +10,8 @@ Account fastmail
11 MaildirStore fastmail-local
12 SubFolders Verbatim
13 # The trailing "/" is important
14-Path /mail/
15-Inbox /mail/INBOX
16+Path /datapool/archive/mail/
17+Inbox /datapool/archive/mail/INBOX
18
19 Channel fastmail
20 Far :fastmail-remote:
+2,
-0
1@@ -27,3 +27,5 @@ eval "$(direnv hook zsh)"
2 if command -v sdxcli &>/dev/null; then
3 eval "$(sdxcli output-shell-commands)"
4 fi
5+
6+. "$HOME/.local/bin/env"
+1,
-1
1@@ -1,5 +1,5 @@
2 [Personal]
3-source = maildir:///mnt/nas/archive/mail
4+source = maildir:///datapool/archive/mail
5 exclude-tags = Trash
6 outgoing = smtps+plain://me%40erock.io@smtp.fastmail.com
7 outgoing-cred-cmd = "pass logins/local-mail"
+7,
-2
1@@ -8,7 +8,9 @@ switch (uname)
2 fish_add_path /opt/homebrew/bin
3 fish_add_path ~/.local/bin
4 case Linux
5- set -xg OLLAMA_API_BASE "http://0.0.0.0:11434"
6+ # set -xg OLLAMA_API_BASE "http://0.0.0.0:11434"
7+ set -xg OPENAI_API_BASE "http://192.168.88.109:8080"
8+ set -xg OPENAI_API_KEY ""
9 case '*'
10 # do things for other OSs
11 end
12@@ -32,9 +34,12 @@ abbr -a pp PA_DIR=/home/erock/dev/pico/pico-pass pa
13 abbr -a logs "ssh pipe sub /pico/log-drain -k | jq -r"
14 abbr -a ash "autossh -M 0"
15 abbr -a picodb "ssh -L 5432:localhost:5432 pico.ash.0"
16-abbr -a ai "aider --model ollama_chat/deepseek-r1:14b --code-theme dracula"
17+abbr -a gpt "llama-server -hf unsloth/gpt-oss-20b-GGUF:Q4_K_M -ngl 15 --host 0.0.0.0"
18+abbr -a code "llama-server -hf openai/ggml-org_Qwen3-Coder-30B-A3B-Instruct-Q8_0-GGUF_qwen3-coder-30b-a3b-instruct-q8_0.gguf -ngl 15 --host 0.0.0.0"
19+abbr -a adr "aider --model openai/ggml-org_Qwen3-Coder-30B-A3B-Instruct-Q8_0-GGUF_qwen3-coder-30b-a3b-instruct-q8_0.gguf --code-theme dracula"
20 abbr -a zmount zfs mount -a
21 abbr -a keys "keychain --eval --quiet --agents ssh,gpg ~/.ssh/id_ed25519 76D3FD02 | source"
22+abbr -a mdf uvx --with=mdformat-gfm --with=mdformat-frontmatter mdformat --wrap 80
23
24 if type -q direnv
25 direnv hook fish | source
+1,
-1
1@@ -89,7 +89,7 @@ Host pico.nue.0
2 HostName netcup0.nue.pico.sh
3 Port 650
4 User root
5- IdentityFile ~/.ssh.id_ed25519
6+ IdentityFile ~/.ssh/id_ed25519
7
8 Host pico.ash.0
9 HostName oracle0.ash.pico.sh