taiidani / dotfiles

Dotfiles for configuring my personal machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

This repository tracks the dotfiles on my personal development machines.

Initialization

  1. Install Homebrew
  2. Install the Brew recipes, which include chezmoi and mise for both Linux and macOS.
    brew bundle install --file "Brewfile.$(uname)"
  3. Install the mise tooling.
    mise install
    eval "$(mise activate zsh)"
  4. Initialize chezmoi.
    chezmoi init taiidani
  5. Finally, apply chezmoi into the system.
    chezmoi apply
  6. Follow the instructions provided by the chezmoi scripts.

About

Dotfiles for configuring my personal machines


Languages

Language:Lua 95.6%Language:Shell 4.4%