========
These are the base dotfiles that I start with when I set up a new environment.
.zshrc
.zshrc.local
- not included, explained below
.gitconfig
.gitconfig.local
- not included, explained below
To set up the dotfiles:
git clone github.com/ibnufachrizal/dotfiles-public.git
cd dotfiles-public
The ~/.zshrc.local
file will be automatically sourced after all the other
zsh
related files, thus, allowing its content to add to or overwrite the
existing aliases, settings, PATH
, etc.
Use ~/.gitconfig.local
to store sensitive information such as the Git
user credentials, etc.
macOS | Ubuntu |
---|---|
The MIT License (MIT)