Skip to content

Commit 185f7e4

Browse files
committed
feat: init script
1 parent 4ce2c88 commit 185f7e4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,5 @@
33
## Get Started
44

55
```sh
6-
sudo nixos-rebuild switch --flake '.#wsl'
7-
8-
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
9-
nix-channel --update
10-
home-manager init --switch --flake '.#beleap' --impure
6+
./scripts/init
117
```

scripts/init

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
2+
nix-channel --update
13
home-manager init --switch --flake '.#beleap' --impure

0 commit comments

Comments
 (0)