1
0
Fork
You've already forked home
0
because it's cool to make your config more complicated these days
  • Lua 60.3%
  • Shell 26.7%
  • CSS 13%
2024年04月30日 01:26:17 +02:00
dot_config update ? 2024年04月30日 01:26:17 +02:00
misc update doom config 2022年05月30日 16:32:53 +02:00
.chezmoiignore more lazyvim things 2024年03月02日 17:45:40 +01:00
.gitignore update doom config 2022年05月30日 16:32:53 +02:00
dot_gitconfig update email address 2024年02月26日 13:40:05 +01:00
dot_hgrc update email address 2024年02月26日 13:40:05 +01:00
dot_ideavimrc more idea vim stuff 2023年08月28日 13:43:23 +02:00
dot_vimrc add fundamental nvim and vim configs 2022年03月13日 21:00:12 +01:00
LICENSE a fresh start, somewhat 2023年03月06日 10:38:28 +01:00
README.md embarrassing typo!! 2023年03月06日 10:43:10 +01:00

These are my dotfiles. There's many like them out there, but these ones are mine blah blah blah something or other

I manage these using chezmoi. I've tried many methods over the years, from manual symlinking (hell!) to using GNU stow (annoying) to using Nix's home-manager (entirely different kind of hell), and chezmoi is what works for me with the least amount of headache.

So to install on a fresh laptop:

# You also need rustup and Rust installed or else Fish will complain
$PACKAGEMANAGER install chezmoi zoxide fish
chezmoi init git@codeberg.org:shadows_withal/home.git # or HTTPS URL if you're not me hehe
chezmoi apply
source ~/.config/fish/config.fish
# from here on out, see what breaks and fix it!