gametaro / dotfiles

My personal dotfiles managed with chezmoi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My personal dotfiles managed with chezmoi.

License:MIT License


Languages

Language:Lua 58.9%Language:Shell 24.1%Language:Nix 14.1%Language:PowerShell 1.9%Language:Dockerfile 1.0%