Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MrSpaghatti/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

My Dotfiles

Managed with chezmoi.

πŸš€ Quick Start (New System)

To install these dotfiles on a new machine:

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply MrSpaghatti/configs

πŸ”‘ Secrets & Manual Setup

Some files are ignored for security (e.g., API keys). You will need to manually create them after installation:

Fish Shell Secrets: Create ~/.config/fish/conf.d/secrets.fish and add your keys:

set -x GOOGLE_GENERATIVE_AI_API_KEY "your_key_here"

πŸ› οΈ Cheatsheet

Task Command
Apply changes (Repo -> System) chezmoi apply
Update (Pull Remote -> System) chezmoi update
Edit a file chezmoi edit ~/.config/waybar/config
Track a new file chezmoi add ~/.config/app/config.toml
Open repo shell chezmoi cd
Push changes chezmoi cd then git push

About

chezmoi setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published