/dotfiles

.files: brew, macOs, zsh, Git...

Primary LanguageShellMIT LicenseMIT

My dotfiles

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.

Overview

  • Target System: macOS
  • Target Profile: Profile usage mainly for JVM Software Development
  • Status of these dotfiles: WIP

Main Dependencies

GUI Apps

Custom aliases

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 ~"

Installation

source bootstap.sh

Credits