mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-24 22:02:23 +00:00
Compare commits
No commits in common. "83e95b306d3e544e3bf94268141c93cf5fff4065" and "f0b9bfc0a7089fe9243556203afd7dbd6e8a51b7" have entirely different histories.
83e95b306d
...
f0b9bfc0a7
@ -51,7 +51,6 @@ inputs.darwin.lib.darwinSystem {
|
|||||||
kubernetes.enable = true;
|
kubernetes.enable = true;
|
||||||
_1password.enable = true;
|
_1password.enable = true;
|
||||||
slack.enable = true;
|
slack.enable = true;
|
||||||
wezterm.enable = true;
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
config.theme.colors.base06 # silver
|
config.theme.colors.base06 # silver
|
||||||
];
|
];
|
||||||
brights = [
|
brights = [
|
||||||
config.theme.colors.base03 # grey
|
config.theme.colors.base04 # grey
|
||||||
config.theme.colors.base08 # red
|
config.theme.colors.base08 # red
|
||||||
config.theme.colors.base0B # lime
|
config.theme.colors.base0B # lime
|
||||||
config.theme.colors.base0A # yellow
|
config.theme.colors.base0A # yellow
|
||||||
@ -112,37 +112,14 @@
|
|||||||
bottom = 0,
|
bottom = 0,
|
||||||
},
|
},
|
||||||
|
|
||||||
font = wezterm.font 'VictorMono Nerd Font',
|
|
||||||
font_size = 18.0,
|
|
||||||
|
|
||||||
-- Tab Bar
|
|
||||||
window_frame = {
|
|
||||||
font = wezterm.font 'VictorMono Nerd Font',
|
|
||||||
font_size = 16.0,
|
|
||||||
},
|
|
||||||
|
|
||||||
colors = {
|
|
||||||
tab_bar = {
|
|
||||||
active_tab = {
|
|
||||||
bg_color = '${config.theme.colors.base00}',
|
|
||||||
fg_color = '${config.theme.colors.base04}',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
-- Disable audio
|
-- Disable audio
|
||||||
audible_bell = "Disabled",
|
audible_bell = "Disabled",
|
||||||
|
|
||||||
initial_rows = 80,
|
initial_rows = 80,
|
||||||
initial_cols = 200,
|
initial_cols = 200,
|
||||||
|
|
||||||
keys = {
|
font = wezterm.font 'VictorMono Nerd Font',
|
||||||
{
|
font_size = 18.0,
|
||||||
key = 'Enter',
|
|
||||||
mods = 'SHIFT',
|
|
||||||
action = wezterm.action.SendString '\x1F'
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -47,15 +47,6 @@
|
|||||||
];
|
];
|
||||||
text = builtins.readFile ../../modules/common/shell/bash/scripts/aws-ec2.sh;
|
text = builtins.readFile ../../modules/common/shell/bash/scripts/aws-ec2.sh;
|
||||||
})
|
})
|
||||||
(pkgs.writeShellApplication {
|
|
||||||
name = "tfinit";
|
|
||||||
runtimeInputs = [
|
|
||||||
pkgs.terraform
|
|
||||||
pkgs.gawk
|
|
||||||
pkgs.git
|
|
||||||
];
|
|
||||||
text = builtins.readFile ../../modules/common/shell/bash/scripts/terraform-init.sh;
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.fish.shellAbbrs = {
|
programs.fish.shellAbbrs = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user