all my important configs
0

Configure Feed

Select the types of activity you want to include in your feed.

Shell 19.9%
Ruby 15.9%
Lua 10.4%
Other 53.8%
4 1 0

Clone this repository

https://tangled.org/sercraft.ch/dotfiles https://tangled.org/did:plc:elrklhpnrlw5sgnygfqbnlu6
git@tangled.org:sercraft.ch/dotfiles git@tangled.org:did:plc:elrklhpnrlw5sgnygfqbnlu6

For self-hosted knots, clone URLs may differ based on your setup.



README.md

Dotfiles#

This repo is the source of truth for tracked shell and app configuration. It uses GNU Stow to link files into $HOME.

brew install stow
cd ~/.dotfiles
stow --target="$HOME" home

Stow links the files from home/ into the matching locations under $HOME. App-generated folders that are not tracked here, such as Zed conversations or Karabiner automatic backups, stay outside Git.

Managed Paths#

  • ~/.zshrc
  • ~/.config/Brewfile
  • ~/.config/nvim
  • ~/.config/oh-my-posh/config.json
  • ~/.config/karabiner/karabiner.json
  • ~/.config/linearmouse/linearmouse.json
  • ~/.config/neofetch/config.conf
  • ~/.config/topgrade.toml
  • ~/.config/zed/keymap.json
  • ~/.config/zed/settings.json
  • ~/.config/spicetify/config-xpui.ini

After changing a managed config, edit the file through its normal home path or inside this repo. Both paths resolve to the same file once installed.