Skip to content

DonDebonair/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

20aa60d · Jan 19, 2025
Aug 6, 2022
Oct 26, 2024
Nov 23, 2024
Oct 2, 2024
Oct 26, 2024
Aug 7, 2022
Aug 7, 2022
Oct 2, 2024
Nov 26, 2021
Apr 25, 2021
Jan 19, 2025
Jan 19, 2025
Nov 30, 2023
Oct 2, 2024
Oct 2, 2024
Jun 23, 2019
Jun 23, 2019
Jun 23, 2019
Jan 19, 2025
Oct 2, 2024
Oct 26, 2024
Apr 25, 2021
Nov 6, 2021
Apr 25, 2021
Apr 25, 2021
Apr 25, 2021
Jan 19, 2025
Aug 6, 2022
Aug 6, 2022

Repository files navigation

My dotfiles

These are my dotfiles for an awesome ZSH-based environment that supports customized installations on multiple machines! I now use chezmoi for managing my dotfiles, so I can have dynamic dotfiles based on the environment/machine I'm working on. The old manually managed dotfiles are still there in the old-single-machine-setup branch.

Installation

Get the goods

You can bootstrap these dotfiles on a fresh machine as follows:

curl -sfL https://git.io/chezmoi | sh
chezmoi init https://github.com/DandyDev/dotfiles
# or if you're me and you have write access to this repo:
chezmoi init git@github.com:DandyDev/dotfiles.git
chezmoi apply

To update:

chezmoi update

Usage

When you make changes to the dotfiles, you'll have to apply them

dot!

(dot! is short for chezmoi apply)

You can reload the shell only by doing:

reload!

Feedback

Suggestions/improvements welcome!