this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

wip

Signed-off-by: Seongmin Lee <git@boltless.me>

+10 -10
+2 -2
git/config
··· 24 24 ll = log --branches --remotes --tags --graph --decorate --oneline 25 25 find = !sh -c 'git-repo-search \"$@\" | fzf | awk \"{print \\$NF}\" -- 26 26 [http "https://knot.tngl.boltless.dev/"] 27 - # sslCAInfo = /Users/boltless/repo/tangled/nix/vm-data/caddy/.local/share/caddy/pki/authorities/local/root.crt 28 - sslCAPath = /Users/boltless/repo/tangled/nix/vm-data/caddy/.local/share/caddy/pki/authorities/local/ 27 + sslCAInfo = /Users/boltless/repo/tangled/nix/vm-data/caddy/.local/share/caddy/pki/authorities/local/root.crt 28 + ; sslCAPath = /Users/boltless/repo/tangled/nix/vm-data/caddy/.local/share/caddy/pki/authorities/local/ 29 29 30 30 # vim:ft=gitconfig
+8 -8
nix/darwin.nix
··· 43 43 ProgramArguments = [ "bash" "-c" "ssh-add" "--apple-load-keychain" ]; 44 44 RunAtLoad = true; 45 45 KeepAlive = false; 46 - StadardOutPath = "/var/log/usekeychain.log"; 47 - StadardErrorPath = "/var/log/usekeychain.log"; 46 + StandardOutPath = "/var/log/usekeychain.log"; 47 + StandardErrorPath = "/var/log/usekeychain.log"; 48 48 }; 49 49 }; 50 50 }; ··· 59 59 60 60 nix.linux-builder = { 61 61 enable = true; 62 - maxJobs = 4; 62 + maxJobs = 6; 63 63 config.virtualisation = { 64 - cores = 6; 64 + cores = 8; 65 65 }; 66 66 }; 67 67 ··· 227 227 "sanesidebuttons" 228 228 ]; 229 229 masApps = { 230 - Numbers = 409203825; 231 - Pages = 409201541; 232 - Tampermonkey = 6738342400; 233 - Things3 = 904280696; 230 + # Numbers = 409203825; 231 + # Pages = 409201541; 232 + # Tampermonkey = 6738342400; 233 + # Things3 = 904280696; 234 234 # Xcode = 497799835; 235 235 }; 236 236 };