Skip to content

Cryszon/dotfiles

Repository files navigation

Cryszon's dotfiles

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.

Essential Tools

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:

  1. Download latest binary from releases

    wget https://github.com/junegunn/fzf/releases/download/???.tar.gz`
  2. 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.

About

My personal dotfiles managed with chezmoi.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published