Bump a few things
This commit is contained in:
parent
129f8ab159
commit
23d7c0d52f
|
|
@ -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": {}
|
||||
}
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
},
|
||||
{
|
||||
"nr": 2,
|
||||
"path": "25_Endmill.fctb"
|
||||
"path": "singleFlute8th_Endmill.fctb"
|
||||
}
|
||||
],
|
||||
"version": 1
|
||||
|
|
|
|||
27
.ssh/config
27
.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
|
||||
|
||||
|
||||
|
|
|
|||
4
.zshrc
4
.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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue