Skip to content

dotfiles

Mihir Lad edited this page May 31, 2020 · 2 revisions

The Feature

This feature clones and installs my dotfiles repo which contains configuration files and scripts for various programs. This feature also updates the name, email, and editor in the global git config and the name and email in the doom emacs config.

Configuration

The conf/dotfiles/conf.sh.sample file can be copied to conf/dotfiles/conf.sh and the CONF_FULL_NAME, CONF_EMAIL, and CONF_EDITOR values can be set. These values will be used to update the global git config and doom emacs config.

For example,

CONF_FULL_NAME="John Doe"
CONF_EMAIL="[email protected]"
CONF_EDITOR="nvim"

If any of these values are not set in conf.sh, you will be prompted to enter this information during the feature install.

Clone this wiki locally