Compare commits
2 Commits
b741d8a4db
...
d4b92bb377
Author | SHA1 | Date |
---|---|---|
|
d4b92bb377 | |
|
89026fd9fe |
|
@ -1,7 +1,3 @@
|
||||||
{{- if (eq .chezmoi.os "linux") -}}
|
|
||||||
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
|
||||||
{{ end }}
|
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,15 @@ Host potassium potassium.penguincoder.org
|
||||||
HostName 192.168.1.60
|
HostName 192.168.1.60
|
||||||
ProxyCommand none
|
ProxyCommand none
|
||||||
|
|
||||||
|
Host mailhog mailhog.penguincoder.org
|
||||||
|
HostName 192.168.1.59
|
||||||
|
|
||||||
|
Host gitea gitea.penguincoder.org
|
||||||
|
HostName 192.168.1.61
|
||||||
|
|
||||||
|
Host nextcloud nextcloud.penguincoder.org
|
||||||
|
HostName 192.168.1.62
|
||||||
|
|
||||||
Host *.penguincoder.org !git.penguincoder.org
|
Host *.penguincoder.org !git.penguincoder.org
|
||||||
IdentityFile ~/.ssh/selfhosted
|
IdentityFile ~/.ssh/selfhosted
|
||||||
ProxyCommand ssh -W %h:%p penguincoder.org -p 2223
|
ProxyCommand ssh -W %h:%p penguincoder.org -p 2223
|
||||||
|
|
Loading…
Reference in New Issue