From 0a4ee62cb14c215bba0dec11e16dac496b9e286e Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Mon, 8 Jun 2026 20:06:55 +0300 Subject: [PATCH] Updated readme bcz why not --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 71064e4..2f276b3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Dotfiles -My personal dotfiles for reproducing my entire machine. +My personal dotfiles for reproducing my setup. Includes -- Operating System and packages (NixOS) +- System Packages (via my own custom config tool) - Neovim config - Ghostty Terminal config - Tmux config @@ -12,24 +12,22 @@ Includes ## Installation -Use your preferred package manager to install GNU stow - -Then clone the repository +Install GNU stow via your package manager and clone the repository: ```sh git clone https://git.kyren.codes/kyren223/dotfiles ``` -Let stow generate all the symlinks for you +Let stow generate all the symlinks for you by running: ```sh cd ~/dotfiles && stow . ``` -You may need to add the `--adopt` flag to stow to override your existing dotfiles. +You may need to add the `--adopt` flag to override your existing configs. -If using NixOS, rebuild your system using the flake +To install all system packages configured in `k config` run: ```sh -sudo nixos-rebuild switch --flake ~/dotfiles#kyren-desktop +k sync ```