Skip to content

michalpopek/dotfiles

Repository files navigation

Dotfiles

The dotfiles are managed using chezmoi. Download this repo into ~/.local/share/chezmoi.

Before proceeding make sure that you're logged in into your Apple account.

Installation

  1. Install Brew.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Install Brew dependencies.
brew bundle
  1. Open 1Password and log into all necessary vaults. Next, go to Setting -> Developer and enable the SSH agent, as well as the CLI integration.

  2. Set Fish as default shell.

echo "$(which fish)" | sudo tee -a /etc/shells
chsh -s $(which fish)
  1. Log out and log in for changes to be applied.

  2. Run chezmoi to put all of the config files into their places.

chezmoi apply

About

Current environment configuration on MacOS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published