Skip to content

namjul/dotfiles

Repository files navigation

"dotfiles"

I use mise to place and oversee aspects of this pond.

dotfiles are listed here

The pond presents like this.

Setup

Homebrew

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)

Git

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"

Installation

git clone --recursive https://github.com/namjul/dotfiles ~/.dotfiles
cd .dotfiles
./install

Inspiration