My personal dotfiles for macOS.
Place my SSH key.
- SSH secret key:
~/.ssh/akkinoc
- SSH public key:
~/.ssh/akkinoc.pub
Clone this Git repository.
$ GIT_SSH_COMMAND="ssh -i ~/.ssh/akkinoc" git clone [email protected]:akkinoc/dotfiles.git
Install dotfiles and reload shell.
$ dotfiles/INSTALL.sh
$ exec -l "$SHELL"
Required: Homebrew.
Install Homebrew packages.
$ brew bundle --global
Change login shell to Bash installed via Homebrew.
$ export SHELL="/opt/homebrew/bin/bash" # or "/usr/local/bin/bash"
$ sudo dscl . -create "/Users/$USER" UserShell "$SHELL"
$ reload
Required: GnuPG.
Disable option to store password in macOS keychain.
$ defaults write org.gpgtools.common DisableKeychain -bool yes
Import my GPG key.
$ gpg --import <{Key}
$ echo "{Fingerprint}:6:" | gpg --import-ownertrust
Licensed under the MIT License.