Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.45 KB

README.md

File metadata and controls

64 lines (43 loc) · 1.45 KB

dotfiles-public

========

Overview

These are the base dotfiles that I start with when I set up a new environment.

shell environment

  • .zshrc
  • .zshrc.local - not included, explained below

git

  • .gitconfig
  • .gitconfig.local - not included, explained below

Setup

To set up the dotfiles:

git clone github.com/ibnufachrizal/dotfiles-public.git
cd dotfiles-public

Customize

~/.zshrc.local

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.

~/.gitconfig.local

Use ~/.gitconfig.local to store sensitive information such as the Git user credentials, etc.

Screenshots

macOS Ubuntu
Setup on macOS Setup on Ubuntu

See also

License

The MIT License (MIT)