diff --git a/.FreeCAD/toolbits/Bit/singleFlute8th_Endmill.fctb b/.FreeCAD/toolbits/Bit/singleFlute8th_Endmill.fctb new file mode 100644 index 0000000..be0c9c5 --- /dev/null +++ b/.FreeCAD/toolbits/Bit/singleFlute8th_Endmill.fctb @@ -0,0 +1,16 @@ +{ + "version": 2, + "name": "Single Flute 1/8th inch endmill", + "shape": "endmill.fcstd", + "parameter": { + "Chipload": "0.000 in", + "CuttingEdgeHeight": "0.600 \"", + "Diameter": "0.125 \"", + "Flutes": "0", + "Length": "1.000 \"", + "Material": "HSS", + "ShankDiameter": "0.315 \"", + "SpindleDirection": "Forward" + }, + "attribute": {} +} \ No newline at end of file diff --git a/.FreeCAD/toolbits/Library/Tidal Force.fctl b/.FreeCAD/toolbits/Library/Tidal Force.fctl index 2a4d455..b33ae89 100644 --- a/.FreeCAD/toolbits/Library/Tidal Force.fctl +++ b/.FreeCAD/toolbits/Library/Tidal Force.fctl @@ -6,7 +6,7 @@ }, { "nr": 2, - "path": "25_Endmill.fctb" + "path": "singleFlute8th_Endmill.fctb" } ], "version": 1 diff --git a/.ssh/config b/.ssh/config index b273566..5d8e7a9 100644 --- a/.ssh/config +++ b/.ssh/config @@ -12,6 +12,15 @@ host edge HostName 10.85.5.52 User joe +host frigate + IdentityFile ~/.ssh/hydroxonium + HostName 10.85.3.22 + User joe + +host crackheadbot + HostName 10.85.3.182 + User joe + host dockerhost HostName 10.85.3.75 User joe @@ -43,11 +52,23 @@ Host zinc # APRS Host houston + IdentityFile ~/.ssh/hydroxonium HostName 10.85.3.39 User joe +Host deck + HostName 10.85.3.221 + User deck + +# booru Image Server +Host booru + IdentityFile ~/.ssh/hydroxonium + HostName 10.85.3.71 + User joe + # Caddy Host caddy + IdentityFile ~/.ssh/hydroxonium HostName 10.85.3.9 User joe @@ -102,7 +123,13 @@ Host stdocker1 HostName 10.20.30.225 IdentityFile ~/.ssh/stdocker +# Work laptop +Host workLaptop + HostName 10.144.236.234 + IdentityFile ~/.ssh/hydroxonium + # Argen pi Host argen HostName 10.20.30.224 + diff --git a/.zshrc b/.zshrc index cb2988d..3909862 100644 --- a/.zshrc +++ b/.zshrc @@ -126,6 +126,10 @@ fi # https://www.reddit.com/r/archlinux/comments/p0y2hs/flatpak/ alias update="paru -Syu --skipreview; flatpak update; sudo snap refresh" +# Power +alias upshift="powerprofilesctl set performance" +alias downshift="powerprofilesctl set power-saver" + [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh export FZF_DEFAULT_COMMAND='fdfind --type f'