These are my dotfiles. They are very much specific to my use case and needs, but feel free to use them if it also matches your needs.
- Target System: macOS
- Target Profile: Profile usage mainly for JVM Software Development
- Status of these dotfiles: WIP
- AWS CLI
- CF CLI
- Gradle
- Git & related tools (git-crypt, git-extras, git-secrets)
- Java 11 from AdoptOpenJDK
- JMeter
- jenv
- jq
- Kotlin CL Compiler
- Maven
- Spring Boot CLI
- Spring Cloud CLI
- zsh
- And many other tools...
alias hosts="sudo $EDITOR /etc/hosts"
alias copyssh="more ~/.ssh/id_rsa.pub | pbcopy | echo 'SSH Public key copied to clipboard.'"
alias copygpg="gpg --armor --export <your-email-here> | pbcopy | echo 'GPG Public key copied to clipboard.'"
alias reloadzsh="source ~/.zshrc"
alias configzsh="code ~/.zshrc"
alias ~="cd ~"
source bootstap.sh