Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 590 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 590 Bytes

dotfiles

Personal dotfiles.

Install

# Set the environment variable 'DOTFILES_BASIC_BINS' to install only the basic binaries.
export DOTFILES_BASIC_BINS=true
# Set the environment variable 'TMPDIR' if the directory '/tmp' is mounted with 'noexec'
export TMPDIR=~/.tmp
# Set the environment variable 'GIT_USERNAME' to set the default git user name
export GIT_USERNAME=x
# Set the environment variable 'GIT_USEREMAIL' to set the default git user email
export [email protected]

sh -c "$(curl -fsLS get.chezmoi.io)" -- -b ~/.local/bin init --apply kibaamor && exec zsh -l