Explanation of my own dotfiles setup
- My current setup uses Mathias Bynens dotfiles and is inspired by Corey Schafer.
.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.