Skip to content

gametaro/dotfiles

Repository files navigation

dotfiles

CI Lines Of Code

My personal dotfiles managed with chezmoi.

OS

  • Linux
  • macOS
  • Windows

Prerequisites

Linux/macOS

  • curl or wget

Windows

  • PowerShell or pwsh

Installation

  • Linux/macOS

    sh -c "$(curl -fsLS get.chezmoi.io)" -- -b "$HOME/.local/bin" init --apply gametaro
    
    # for transitory environments
    sh -c "$(curl -fsLS get.chezmoi.io)" -- -b "$HOME/.local/bin" init --one-shot gametaro
  • Windows

    Set-ExecutionPolicy RemoteSigned -scope CurrentUser
    (irm -useb https://get.chezmoi.io/ps1) | powershell -c -
    bin/chezmoi.exe init --apply gametaro
  • Docker

    git clone --depth 1 https://github.com/gametaro/dotfiles.git
    cd dotfiles/
    docker run --rm -it $(docker build -q .)

Benchmark

Tested with hyperfine.