amutake / dotfiles

amutake's dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

amutake's dotfiles

dotfiles are managed by chezmoi.

Supported OS

  • Apple Silicon macOS
  • Intel macOS
  • x86_64 GNU/Linux

Prerequisites

Installation

$ curl -fsSL https://raw.githubusercontent.com/amutake/dotfiles/master/setup/Brewfile | brew bundle --file=-
$ gpg --full-generate-key # Generate a GPG key. ref: https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key
...
$ chezmoi init --apply amutake
$ echo "$(which zsh)" | sudo tee -a /etc/shells
$ chsh -s $(which zsh)

For more details, see chezmoi quick start page.

Troubleshoot

Tmux is not started by client loop enter after brew upgrade

Terminate tmux by pkill -9 tmux. https://stackoverflow.com/a/61650205

About

amutake's dotfiles


Languages

Language:Shell 50.6%Language:Emacs Lisp 46.3%Language:Ruby 3.1%