Skip to content

lnus/dotfiles

Repository files navigation

dotfiles

Sometimes mise upgrade hangs. Don't know why.

Installation

See chezmoi documentation.

From a fresh machine run:

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply lnus

If chezmoi is already installed, run:

chezmoi init --apply lnus

Preview

docker run -it --rm ubuntu bash
apt update && apt install curl git sudo
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply lnus
fish # or zsh

Alternatively:

  1. Clone the repo
git clone https://github.com/lnus/dotfiles.git
  1. Build and run the container
docker-compose build ubuntu # or fedora/arch
docker-compose run --rm ubuntu # or fedora/arch
  1. Inside the container
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply lnus
fish # or zsh

About

moving my dotfiles to chezmoi

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors