❄️ mi casa es tu casa
Find a file
2024-01-04 14:36:04 +01:00
.git-crypt feat: switch to git-crypt 2023-05-13 13:20:47 +02:00
.github refactor: store flake at ~/.config/flake, update docs 2023-12-24 16:05:13 +01:00
home chore(wezterm): update pkg 2024-01-03 14:57:18 +01:00
machines chore(yabai): overlay 6.0.2 -> 6.0.4 2024-01-04 14:33:50 +01:00
pkgs chore(yabai): overlay 6.0.2 -> 6.0.4 2024-01-04 14:33:50 +01:00
scripts build: the very cool new features commit 2023-12-24 04:18:10 +01: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 build: the very cool new features commit 2023-12-24 04:18:10 +01: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 chore: flake lock update 2024-01-04 14:36:04 +01:00
flake.nix refactor: overlays 2023-12-27 23:56:16 +01:00
LICENSE refactor: store flake at ~/.config/flake, update docs 2023-12-24 16:05:13 +01:00
README.md refactor: store flake at ~/.config/flake, update docs 2023-12-24 16:05:13 +01:00

winston's dotfiles

flake check status GitHub stars commit activity 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.

Overview

Here's what you can find:

  • WezTerm as my terminal, with tmux-like keybindings
  • Starship as my prompt
  • Firefox with privacy-centered settings, though I don't use it heavily anymore.
  • My GPG & Sops.nix settings
  • Other random bits of config tools I've collected over the years
  • The Catppuccin theme, wherever possible
  • macOS:
  • Linux:

Neovim used to be part of this repository, but now my config is fully reproducible & stored over here.

Notes for a new install

This flake technically has an impurity at its core, because it assumes that it will be stored in ~/.config/flake and will create symlinks pointing there. This is so I can edit some dotfiles (e.g. VSCode settings.json) in place and have programs hot reload them.

macOS

Install the Xcode Command Line Tools
$ xcode-select --install
Install Homebrew
$ curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | bash
Exclude /nix/ from Time Machine:
$ sudo tmutil addexclusion -v /nix

Building the flake

$ nix --experimental-features "nix-command flakes" develop # enter the devShell
$ just switch

I personally use nix-direnv to automatically enter this devShell on my machines.