❄️ mi casa es tu casa
Find a file
2023-06-04 01:53:21 +02:00
.git-crypt feat: switch to git-crypt 2023-05-13 13:20:47 +02:00
.github ci: pass --accept-flake-config 2023-06-01 06:00:02 +02:00
home feat: use NUR HM module for AMRP 2023-06-04 01:53:21 +02:00
machines feat: use custom module for yabai+sip 2023-06-02 22:56:59 +02:00
modules feat: use custom module for yabai+sip 2023-06-02 22:56:59 +02:00
.ecrc style: formatting 2023-05-14 09:27:30 +02:00
.editorconfig style: add editorconfig & check hook 2023-02-10 09:13:56 +01:00
.envrc build: include the pre-commit hooks in the flake itself 2023-02-10 10:03:16 +01:00
.gitattributes feat: rework how I do secrets 2023-05-18 15:15:13 +02:00
.gitignore feat: switch to git-crypt 2023-05-13 13:20:47 +02:00
.justfile chore: move some files 2023-05-19 04:07:44 +02:00
.luacheckrc feat(nvim): notify, gitsigns, pre-commit, lazy types 2023-05-14 13:40:39 +02:00
.sops.yaml style: add editorconfig & check hook 2023-02-10 09:13:56 +01:00
.stylua.toml build: add pre-commit hooks 2023-02-10 09:03:25 +01:00
flake.lock feat: use NUR HM module for AMRP 2023-06-04 01:53:21 +02:00
flake.nix feat: use NUR HM module for AMRP 2023-06-04 01:53:21 +02:00

winston's dotfiles

flake check status GitHub stars commit activity SLOC MIT license Welcome to my cross-platform dots. Focused on improving productivity, and reducing the pain of switching between operating systems. Minimal rice, with a focus on getting the annoying stuff out of the way.

Note

I've recently switched to Nix & Home-Manager for my dotfile management.
Since the chezmoi version of my dots was somewhat popular, I have tagged them if you want to use them for reference.

Overview

Here's what you can find:

  • WezTerm as my terminal, with tmux-like keybindings
  • Neovim as my tui editor & my JetBrains IdeaVim config
  • Neomutt as my mail client
  • Taskwarrior for task management
  • Starship as my prompt
  • Firefox with privacy-centered settings
  • My PGP & Sops.nix settings
  • Other random bits of config tools I've collected over the years
  • The Catppuccin theme, wherever possible
  • macOS:
  • Linux:
    • i3 as my wm

Todos from my previous chezmoi setup:

These are things I used to have with chezmoi, but are currently missing in this config:

Notes for a new install

macOS

Install the XCode Command Line Tools
xcode-select --install
Install Brew
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | bash
Exclude /nix/ from Time Machine:
sudo tmutil addexclusion -v /nix
Initial build for the flake
nix build .#darwinConfigurations.sashimi.system
./result/sw/bin/darwin-rebuild switch --flake .