aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2024-07-11 04:32:40 +0000
committerKumar Damani <me@kumardamani.net>2024-07-11 04:32:40 +0000
commitbc60c8b4c0e5761600863b9f05cb61755cec79a5 (patch)
tree720205f548d88f6b995cd2175f8c24a85cb8fc46 /README.md
parent806680680bb2d14acde199d5b80671bfa46869df (diff)
doc update
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 61694d2..8e49f4f 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ write_files:
runcmd:
- /run/installer
- su - kdam0 -c 'git clone "https://gitlab.com/kdam0/dotfiles-nix.git"'
- - su - kdam0 -c 'cd dotfiles-nix && stow -v -t ~ nix home-manager'
+ - su - kdam0 -c 'cd dotfiles-nix && stow -v -t ~ nix home-manager && git remote set-url origin git@gitlab.com:kdam0/dotfiles-nix.git'
- su - kdam0 -c 'nix run home-manager/master switch'
- chsh -s /home/kdam0/.nix-profile/bin/zsh kdam0
- echo "machine is ready for use!"