Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 875 Bytes

README.org

File metadata and controls

26 lines (21 loc) · 875 Bytes

Dotfiles

This is a collection of my dotfiles. Use yadm if you want them nicely managed.

Requirements

For requirements see requirements.txt.

Installation

In order to ease installation I created a simple archinstall config. To use it run:

curl https://raw.githubusercontent.com/dnlmsr/dotfiles/feature/archinstall/.config/archinstall/user_configuration.json -o ./user_configuration.json
archinstall --config ./user_configuration.json

After arch is installed, you can reboot and download the dotfiles, the bootstrap will take care of downloading paru and install all dependencies:

# HTTPS connection
yadm clone https://github.com/dnlmsr/dotfiles.git

# SSH connection
yadm clone [email protected]:dnlmsr/dotfiles.git

yadm bootstrap