kibaamor / dotfiles

Personal dotfiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 GIT_USEREMAIL=x@x.x

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

About

Personal dotfiles.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 99.9%Language:PowerShell 0.1%