*nix configuration files
.bash_aliases
- Sources
.common_aliases.sh
- Sets Bash history length
- Sources
.common_aliases.sh
– Common shell aliases used by bash, zsh, etc.- Configures PATH variable
- General aliases
- Python aliases/functions
-
.gitconfig
– Global configuration forgit
-
.gitignore_global
– Global.gitignore
for files/directories that should always be ignored bygit
-
.zprofile
–- Configures Homebrew variables/PATH
-
.zshrc
–- Sources
.common_aliases.sh
- Sets zsh prompt
- Sets zsh right prompt using git info
- Sources
The stow.sh
script can be used to quickly and easily symlink the dotfiles in this repository into a users home directory. Using GNU Stow, it creates symlinks in the user's home directory for the contents of each directory located in the same directory as the script.