updates to migrate to apple silicon / apple m3 processor

This commit is contained in:
Salar Rahmanian 2023-12-03 22:32:43 -08:00
parent 1c0cb47c5b
commit bd57d53565
5 changed files with 129 additions and 111 deletions

View file

@ -10,14 +10,14 @@ return {
check_for_updates = false,
-- color_scheme = "Gruvbox Light";
color_scheme = "tokyonight",
font = wezterm.font("FiraCode Nerd Font Mono"),
font = wezterm.font("SF Mono"),
font_size = 16,
dpi = 144,
scrollback_lines = 50000,
initial_cols = 400,
initial_rows = 80,
leader = { key="b", mods="SUPER", timeout_milliseconds = 1000 },
default_prog = { "/Users/salar/.nix-profile/bin/fish" },
default_prog = { "/etc/profiles/per-user/salar/bin/fish" },
ssh_domains = {
{
name = "hcloud1",