dotfiles
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
-
Initialize with chezmoi
chezmoi init [email protected]:gotgenes/dotfiles.git
-
Modify any necessary values in the
$XDG_CONFIG_HOME/chezmoi/chezmoi.toml
file: -
Apply the configurations
chezmoi apply
That's all there is to it! At this point, you will have successfully deployed your configurations.