These dotfiles are a collection of configuration files for various command-line tools and applications. They can be installed and managed using the chezmoi
tool, which is a command-line utility for managing dotfiles across multiple machines.
They feature:
- an extensive zsh setup with a lot of focus on fzf completions
- a ton of super tools
Install Homebrew
Homebrew is a package manager for macOS, which simplifies the installation of various command-line tools and applications. It is used in the installation process to install chezmoi.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval "$(/opt/homebrew/bin/brew shellenv)"
Install Chezmoi
Chezmoi is a tool that allows users to manage their dotfiles across multiple machines. It provides a simple and flexible way to manage dotfiles using version control, templates, and encryption. It is used in the installation process to initialize and apply Roderik’s dotfiles.
brew install chezmoi
chezmoi init --apply roderik
Install the dotfiles
chezmoi apply -v
- Fork this repo
- run
chezmoi init --apply <your username>
For more information on chezmoi, you can visit the official website at https://www.chezmoi.io/.