Skip to content

program247365/dotfiles

 
 

Repository files navigation

Dotfiles 🦄 💻

How I'm doing dotfiles.

Setup

git clone https://github.com/program247365/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap

Update

~/.dotfiles/bin/dot

Migrations

The /migrations folder contains dated scripts for handling configuration changes and updates when setting up on new machines or after major changes.

Migration scripts are named with the format: YYYY-MM-DD-description.zsh

Running Migrations

Migrations are automatically run when you use the dot command. You can also run them manually:

# Run a specific migration
~/.dotfiles/migrations/2025-08-20-lazyvim-setup.zsh

# Run all migrations (done automatically by dot command)
for script in ~/.dotfiles/migrations/*.zsh; do
  echo "Running migration: $(basename "$script")"
  "$script"
done

About

@program247365 does dotfiles

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 36.6%
  • Shell 35.5%
  • Lua 25.0%
  • Ruby 2.9%