Skip to content

Commit

Permalink
fix misplaced brackets in sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
the-argus committed Dec 6, 2022
1 parent a299be1 commit d7f1434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spicetify in your current directory.
mkdir ~/home-manager-config && cd ~/home-manager-config
nix flake init --template github:the-argus/spicetify-nix --extra-experimental-features nix-command --extra-experimental-features flakes
sed "0,/unknown_username/{s/unknown_username/$(whoami)/}" -i flake.nix
sed "0,/unknown_hostname/{s/unknown_hostname/$(hostname)}/" -i flake.nix
sed "0,/unknown_hostname/{s/unknown_hostname/$(hostname)/}" -i flake.nix
git init --initial-branch=main
git add .
home-manager switch --flake . --extra-experimental-features nix-command --extra-experimental-features flakes
Expand Down

0 comments on commit d7f1434

Please sign in to comment.