diff --git a/README.md b/README.md index 9cbfd0e..cdbbe46 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ git-crypt unlock .key ## TODO -Stuff that I would like to automate, but have not found a way +Stuff that I would like to automate, but have not found a way/time - Disable the default Spotlight keyboard shortcut. For now manually go to Settings -> Keyboard Shortcuts -> Spotlight -> Untick +- `chsh -s /run/current-system/sw/bin/fish` +- vscodium settings (download `zokugun.sync-settings` -> open repository settings -> paste secrets/configs/vscodium-sync.yaml -> download config) + + diff --git a/home/home.nix b/home/home.nix index 4456bf7..248478e 100644 --- a/home/home.nix +++ b/home/home.nix @@ -45,6 +45,9 @@ g = "lazygit"; d = "lazydocker"; vai = "darwin-rebuild switch --flake ~/.config/nix-macos#${host.hostName}"; + + p = "pnpm"; + px = "pnpm -s dlx"; }; }; diff --git a/secrets/configs/vscodium-sync.yaml b/secrets/configs/vscodium-sync.yaml new file mode 100644 index 0000000..f7f5ec5 Binary files /dev/null and b/secrets/configs/vscodium-sync.yaml differ