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

With any POSIX shell or fish:

  • Using curl:
    sh -c "$(curl -L iliqiliev.me/dotfiles)"
  • Using wget:
    sh -c "$(wget -O- iliqiliev.me/dotfiles)"

With PowerShell:

Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
iex "&{$(irm get.chezmoi.io/ps1)} -BinDir ~/.local/bin init --apply iliqiliev"

Helpful Links: