dotfiles
1

Configure Feed

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

Keep minimal fish config

Juan Nunez-Iglesias (Jun 20, 2026, 3:28 PM +0200) 515390b2 c1389f64

+2 -1
+2 -1
dots
··· 30 30 DOTFILES_MAP: dict[str, Path] = { 31 31 "zsh/zshrc": HOME / ".zshrc", 32 32 "bash/bashrc": HOME / ".bashrc", 33 - "fish": HOME / ".config" / "fish", 33 + "fish/config.fish": HOME / ".config" / "fish" / "config.fish", 34 + "fish/fish_plugins": HOME / ".config" / "fish" / "fish_plugins", 34 35 "ghostty/config.ghostty": HOME / ".config" / "ghostty" / "config.ghostty", 35 36 "nvim": HOME / ".config" / "nvim", 36 37 "git/gitconfig": HOME / ".gitconfig",