Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.01 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.01 KB

Dotfiles

This repository uses chezmoi to track dotfiles across different machines.

Documentation

See the docs directory for some documentation:

TODO

Installation

Current steps to be automated:

  1. Install zsh

    sudo apt-get install zsh
  2. Change default shell to zsh

    chsh -s $(which zsh)
  3. Install fzf

    sudo apt-get install fzf
    .fzf/install
  4. Install 1Password8 and 1Password CLI:

    brew install --cask 1password/tap/1password-cli

    In 1Password8 settings, enable TouchID (in security) and Biometric unlock for 1Password CLI (in developer).

  5. Install Bitwarden CLI:

    brew install bitwarden-cli