You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup stow configs and also system configurations for the given system name:
15
+
### Per-Directory
15
16
17
+
```bash
18
+
stow -t ~/ stow
19
+
stow <FOLDER_NAME>
16
20
```
21
+
22
+
### Scripts
23
+
24
+
**Important:***Don't run these scripts without modifications if your're not me, or haven't (yet) stolen my private keys.*
25
+
26
+
#### Automated Setup
27
+
28
+
`setup_all.sh` symlinks all stow directories to `$HOME`, sets up `gnupg` and installs system settings and other configurations. The script is designed to have a completely fresh Arch Linux system configured with minimal interaction.
29
+
30
+
```bash
17
31
./setup_all.sh
18
32
```
19
33
20
-
...or manually for local configs only:
34
+
#### Backup
21
35
22
-
```
23
-
stow -t ~/ stow
24
-
stow <FOLDER_NAME>
36
+
`store_secrets.sh` encrypts various configs and stores them as ASCII-Armoured `gpg` file outputs. `setup_all.sh` handles the decryption and checks (such as interactive diffs) for these files.
0 commit comments