Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 492 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 492 Bytes

dotfiles

@ryonakano's dotfiles managed by chezmoi.

Supported Distributions

  • Fedora 41

Usage

You'll need the following commands to install the dotfiles.

  • curl
  • git
  • make

First-time setup

You can install chezmoi and install the dotfiles with:

make install

Reboot after installation.

Update

You can fetch and apply changes in the remote repository with:

make update

Reboot after installation.