My personal dotfiles for macOS development environment.
- Bash configuration with useful aliases and functions
- Git configuration
- Kubernetes aliases and functions
- Docker utilities
- AWS and cloud platform integration
- Customized terminal prompt
git clone https://github.com/yourusername/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh
.aliases
- Command shortcuts and aliases.bash_profile
- Main bash configuration file.bashrc
- Minimal bashrc that sources bash_profile.functions
- Utility bash functions.exports
- Environment variables.bash_prompt
- Custom terminal promptdocker-aliases
- Docker-specific shortcuts.kube-aliases
- Kubernetes shortcuts
- Never store AWS credentials or other sensitive information in your dotfiles repository
- Use the
.extra
file (not tracked by git) for any sensitive configuration - Check the
secure/
directory for examples of how to safely store sensitive information
Add your own custom settings to .extra
which is sourced but not tracked in the repo.