Compare commits
7 Commits
64cb6aa5f4
...
f6e60b144d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f6e60b144d
|
||
|
|
05fb93a35a
|
||
|
|
7b1e0f2cea
|
||
|
|
0c3ac202a0
|
||
|
|
73bdf4f44e
|
||
|
|
396e760be7
|
||
|
|
8c745c7d5b
|
9
.gitignore
vendored
9
.gitignore
vendored
@@ -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
|
||||
@@ -246,7 +246,7 @@ _prompt_build() {
|
||||
# ! Insert *post* functions here
|
||||
# ---
|
||||
# START
|
||||
#_git_post
|
||||
_git_post
|
||||
_pyenv_post
|
||||
_readonly_post
|
||||
|
||||
|
||||
@@ -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",
|
||||
}
|
||||
@@ -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)"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user