This repository contains my personal dotfiles that I manage with chezmoi.
If you find something useful, feel free to copy and modify.
For more configuration files, check out Reun Media Project Templates and Reun Media PHP app template.
These are the tools I install on almost every machine I manage. I've written down quick install commands for myself below. For more information, check out the respective tools' websites.
curl -sS https://starship.rs/install.sh | sh
Starship is automatically enabled if installed. Run source ~/.bashrc
to enable
it in the current shell.
With Homebrew (recommended):
brew install fzf
Without Homebrew:
-
Download latest binary from releases
wget https://github.com/junegunn/fzf/releases/download/???.tar.gz`
-
Install to
$PATH
tar -xvzf fzf-???.tar.gz -C /usr/local/bin
fzf is automatically enabled if installed. Run source ~/.bashrc
to enable it
in the current shell.