This repository uses chezmoi to track dotfiles across different machines.
See the docs directory for some documentation:
- DEVELOPMENT: For development installations.
- UTILITIES: For utilities installations.
- USEFUL_COMMANDS: For random but useful commands.
Current steps to be automated:
-
Install
zsh
sudo apt-get install zsh
-
Change default shell to
zsh
chsh -s $(which zsh)
-
Install
fzf
sudo apt-get install fzf .fzf/install
-
Install 1Password8 and
1Password CLI
:brew install --cask 1password/tap/1password-cli
In 1Password8 settings, enable TouchID (in
security
) andBiometric unlock for 1Password CLI
(indeveloper
). -
Install
Bitwarden CLI
:brew install bitwarden-cli