mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-23 22:44:37 -04:00
Stuff
This commit is contained in:
@@ -6,8 +6,8 @@ return {
|
|||||||
macos_window_background_blur = 10,
|
macos_window_background_blur = 10,
|
||||||
window_decorations = "RESIZE",
|
window_decorations = "RESIZE",
|
||||||
color_scheme = "Catppuccin Mocha",
|
color_scheme = "Catppuccin Mocha",
|
||||||
font = wezterm.font("Iosevka NFP", { weight = "DemiBold", stretch = "Normal", style = "Normal" }),
|
font = wezterm.font("IosevkaTerm NFP", { weight = "DemiBold", stretch = "Normal", style = "Normal" }),
|
||||||
font_size = 14,
|
font_size = 15,
|
||||||
freetype_load_target = "Light",
|
freetype_load_target = "Light",
|
||||||
freetype_load_flags = "DEFAULT",
|
freetype_load_flags = "DEFAULT",
|
||||||
freetype_render_target = "Light",
|
freetype_render_target = "Light",
|
||||||
|
|||||||
@@ -5,4 +5,17 @@ Host *
|
|||||||
Host gitlab.com
|
Host gitlab.com
|
||||||
HostName gitlab.com
|
HostName gitlab.com
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
|
|
||||||
|
Host allocate-docker-nonprod
|
||||||
|
Hostname asdf.swarm.allocate.build
|
||||||
|
User ubuntu
|
||||||
|
|
||||||
|
Host allocate-gitlab-non-prod
|
||||||
|
Hostname 10.0.5.95
|
||||||
|
User ubuntu
|
||||||
|
ProxyJump allocate-docker-nonprod
|
||||||
|
|
||||||
|
Host allocate-docker-prod
|
||||||
|
Hostname asdf.swarm.allocate.co
|
||||||
|
User ubuntu
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user