Compare commits

...

7 Commits

Author SHA1 Message Date
Jamie Albert
f6e60b144d mod: hestia ssh config 2025-12-06 21:48:42 +00:00
Jamie Albert
05fb93a35a mod: hephaestus ssh port 2025-12-06 21:48:25 +00:00
Jamie Albert
7b1e0f2cea update: vscodium colortheme 2025-12-06 21:48:05 +00:00
Jamie Albert
0c3ac202a0 enable: git 2025-12-06 21:47:27 +00:00
Jamie Albert
73bdf4f44e enh: condensed entries 2025-12-06 21:47:18 +00:00
Jamie Albert
396e760be7 add: sshfs mounts 2025-12-06 21:46:51 +00:00
Jamie Albert
8c745c7d5b temp: remove starship 2025-12-06 21:46:36 +00:00
7 changed files with 10 additions and 16 deletions

9
.gitignore vendored
View File

@@ -1,12 +1,7 @@
git/*
storage/koofr/*
storage/vault/*
storage/second_brain/*
storage/maildir/*
storage/pass/*
cradle/home/.config/aerc/accounts.conf
cradle/home/.mbsyncrc
storage/harpocrates
storage/harpocrates/*
storage/hephaestus/*
storage/*
servers/*
in_progress/things_to_do

View File

@@ -246,7 +246,7 @@ _prompt_build() {
# ! Insert *post* functions here
# ---
# START
#_git_post
_git_post
_pyenv_post
_readonly_post

View File

@@ -1,5 +1,4 @@
{
"workbench.colorTheme": "Gruvbox Dark Medium",
"git.autofetch": true,
"window.restoreWindows": "preserve",
"security.workspace.trust.untrustedFiles": "open",
@@ -77,4 +76,5 @@
],
"symbols.hidesExplorerArrows": false,
"workbench.iconTheme": "bearded-icons",
"workbench.colorTheme": "Gruvbox Dark Medium",
}

View File

@@ -61,6 +61,3 @@ fi
# Load custom prompt script if it exists
[[ -f /usr/local/bin/prompt.sh ]] && . /usr/local/bin/prompt.sh
#WINEPREFIX=/home/jamie/.local/share/wineprefixes/tidal
eval "$(starship init bash)"

View File

@@ -4,7 +4,7 @@ Host hephaestus
StrictHostKeyChecking accept-new
User oc
IdentityFile /home/jamie/.ssh/hephaestus
Port 747
Port 1303
host hephaestus_crypt
HostName hephaestus.do-bbs.com

View File

@@ -1,8 +1,8 @@
Host hestia
HostName 192.168.0.231
HostName hestia.local
IdentitiesOnly yes
StrictHostKeyChecking accept-new
User root
User jamie
IdentityFile /home/jamie/.ssh/hestia
Port 1303

View File

@@ -15,7 +15,9 @@ declare -A RCLONE_MOUNTS=(
)
declare -A SSHFS_MOUNTS=(
["hephaestus"]="/home/oc/dao:/home/jamie/dao/storage/hephaestus"
["hephaestus"]="/home/oc/dao:/home/jamie/dao/servers/hephaestus"
["pan_lms"]="/home/tc:/home/jamie/dao/servers/pan"
["hestia"]="/home/jamie:/home/jamie/dao/servers/hestia"
)
# Options