I use mise to place and oversee aspects of this pond.
dotfiles are listed here
The pond presents like this.
Homebrew needs to be setup for scripts to work.
This can be done by adding the following to ~/.profile
:
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
export GIT_AUTHOR_NAME="name"
export GIT_AUTHOR_EMAIL="email"
export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
# Set the credentials (modifies ~/.gitconfig)
git config --global user.name "$GIT_AUTHOR_NAME"
git config --global user.email "$GIT_AUTHOR_EMAIL"
git clone --recursive https://github.com/namjul/dotfiles ~/.dotfiles
cd .dotfiles
./install