Skip to content

LandazuriPaul/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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