Skip to content

iliqiliev/dotfiles

Repository files navigation

My dotfiles that are suitable for everyone! It's mostly sane defaults, nothing crazy.

Get it on Codeberg Get it on GitHub

Installation:

With chezmoi installed:

chezmoi init --apply iliqiliev --depth 1

With any Linux shell:

  • Using curl:
    curl -L iliqiliev.me/dotfiles | sh
  • Using wget:
    wget -O- iliqiliev.me/dotfiles | sh

With PowerShell:

irm iliqiliev.me/dotfiles.ps1 | iex

Helpful Links: