This commit is contained in:
kenji
2025-12-30 18:02:37 -06:00
parent bc6dae065b
commit 83919d2367
8 changed files with 333 additions and 48 deletions
-14
View File
@@ -4,26 +4,12 @@
username = "kenji";
hostname = "hakase";
timezone = "America/Chicago";
shell = "fish"; # FIXME: unassigned variable
};
git = {
username = "kenji";
email = "kenji@hakase";
defaultBranch = "master";
};
ssh = {
# FIXME: anonymize
extraConfig = ''
Host macair
User biscuit
HostName 192.168.68.81
Host gitea.sakamoto.dev
User kenji
ProxyCommand cloudflared access ssh --hostname %h
HostName gitea.sakamoto.dev
'';
};
terminal = {
default = "ghostty";
aliases = {