dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Configurations for command line-based tools and shells.

Chris Lasher's Dotfiles

My collection of configuration files (a.k.a. "dot files") for working comfortably in a *NIX environment. This repository is easily deployed with the help of chezmoi.

Presently this repository is tailored towards macOS. Some configuration values may not be appropriate for Linux.

Deploying the configurations

  1. Install chezmoi

  2. Initialize with chezmoi

    chezmoi init [email protected]:gotgenes/dotfiles.git
    
  3. Modify any necessary values in the $XDG_CONFIG_HOME/chezmoi/chezmoi.toml file:

  4. Apply the configurations

    chezmoi apply
    

That's all there is to it! At this point, you will have successfully deployed your configurations.