Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 659 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 659 Bytes

dotfiles

My user & system configuration.

Quickstart:

git clone https://github.com/xconstruct/dotfiles && cd dotfiles
./deploy desktop z fzf

Or without Git:

mkdir dotfiles && curl -L https://github.com/xconstruct/dotfiles/tarball/master | tar -xzv --strip-components 1 -C dotfiles && cd dotfiles
./deploy

The complete configuration of all my devices and servers is also included here, thanks to NixOS. To get started, create a machine profile with your hostname similar to nixos/machines/codex.nix.

echo -n $(hostname) > /etc/nixos/hostname
cd dotfiles/nixos && ./rebuild