dotfiles/.github
2023-06-01 06:00:02 +02:00
..
workflows ci: pass --accept-flake-config 2023-06-01 06:00:02 +02:00
dependabot.yml ci: add dependabot 2023-03-07 12:42:10 +01:00
LICENSE chore: move some files 2023-05-19 04:07:44 +02:00
README.md docs: add initial install instructions 2023-04-11 14:45:38 +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 .