Skip to content

akkinoc/dotfiles

Repository files navigation

dotfiles

works badge license badge sponsor badge

My personal dotfiles for macOS.

Requirements

Installation

Clone this Git repository.

$ SSH_AUTH_SOCK="$HOME/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock" \
  git clone git@github.com:akkinoc/dotfiles.git

Install dotfiles and reload shell.

$ dotfiles/INSTALL.zsh
$ exec -l "$SHELL"

Install Homebrew packages.

$ brew bundle -g

Change login shell to Zsh installed via Homebrew.

$ shell="/opt/homebrew/bin/zsh" # or "/usr/local/bin/zsh"
$ sudo dscl . -create "/Users/$USER" UserShell "$shell"
$ exec -l "$shell"

Disable option to store GPG key 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

License

Licensed under the MIT License.

About

My personal dotfiles for macOS.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Contributors