Compare commits
2 Commits
beba5dd350
...
56d84b5ffd
| Author | SHA1 | Date | |
|---|---|---|---|
| 56d84b5ffd | |||
| e5b0bc9e0d |
@@ -18,7 +18,7 @@ Detection is in `lib/distro.sh`. It sets variables like `$PKG_INSTALL`,
|
|||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://git.julianprester.com/julianprester/linux-provisioning/archive/main.tar.gz | tar -xz -C ~ && bash ~/linux-provisioning/provision.sh --all
|
curl -fsSL https://git.julianprester.com/julianprester/linux-provisioning/archive/main.tar.gz | tar -xz -C /tmp/ && bash /tmp/linux-provisioning/provision.sh --all
|
||||||
```
|
```
|
||||||
|
|
||||||
Or run individual stages:
|
Or run individual stages:
|
||||||
@@ -53,10 +53,7 @@ linux-provision/
|
|||||||
│ ├── git/gitconfig
|
│ ├── git/gitconfig
|
||||||
│ ├── shell/{zshrc,p10k.zsh}
|
│ ├── shell/{zshrc,p10k.zsh}
|
||||||
│ ├── scripts/{bw-load-ssh.sh,idle-battery-suspend.sh,zoom.sh,env.sh}
|
│ ├── scripts/{bw-load-ssh.sh,idle-battery-suspend.sh,zoom.sh,env.sh}
|
||||||
│ ├── systemd/{porridge.service,...}
|
│ └── systemd/{porridge.service,...}
|
||||||
│ ├── sysctl/99-custom.conf
|
|
||||||
│ └── modprobe/{system76-power.conf,pop-default-settings-dirty-frag.conf}
|
|
||||||
├── etc/ # System-level configs (copied to /etc)
|
|
||||||
└── TODO.md # Post-provisioning manual steps
|
└── TODO.md # Post-provisioning manual steps
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user