cawa0505 / dotfiles-nix-flake

❄️ mi casa es tu casa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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 GPG & Sops.nix settings
  • Other random bits of config tools I've collected over the years
  • The Catppuccin theme, wherever possible
  • macOS:
  • Linux:

Notes for a new install

macOS

xcode-select --install
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 .

About

❄️ mi casa es tu casa

License:MIT License


Languages

Language:Nix 53.3%Language:Lua 39.5%Language:Shell 5.9%Language:Vim Script 1.3%