Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 618 Bytes

.dotfiles_readme.md

File metadata and controls

12 lines (9 loc) · 618 Bytes

Explanation of my own dotfiles setup

  • .bashrc: sources .bash_profile
  • .bash_profile: some brew, git, spell configurations. Sources .bash_prompt_style and .aliases (And many other I don't use)
  • .bash_prompt_style: color, style etc configurations (customize PS1 variable)
  • .aliases: common aliases; aliases found in ~/.aliases will be used but not logged to git.
  • .env_variables: exports PATH and other environment variables.