docs: update README for clarity on reboot and 1Password setup
This commit is contained in:
parent
38d1de7062
commit
47c3ef9237
12
README.md
12
README.md
@ -24,7 +24,7 @@ curl -L https://df.mvl.sh | bash -s your-hostname
|
|||||||
|
|
||||||
Replace `your-hostname` with your desired hostname for this machine.
|
Replace `your-hostname` with your desired hostname for this machine.
|
||||||
|
|
||||||
### 2. Reboot
|
### 2. Relog/Reboot
|
||||||
|
|
||||||
It's probably a good idea that you either reboot or log out and log back in to make sure all the changes are applied.
|
It's probably a good idea that you either reboot or log out and log back in to make sure all the changes are applied.
|
||||||
|
|
||||||
@ -32,7 +32,11 @@ It's probably a good idea that you either reboot or log out and log back in to m
|
|||||||
# sudo reboot
|
# sudo reboot
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Run `dotf update`
|
### 3. Create ~/.op_sat (Optional)
|
||||||
|
|
||||||
|
For servers you can place a file `~/.op_sat` with your 1Password Service Access Token, this can then be used by Ansible to fetch secrets for services. This is mostly for server systems so you're able to skip it for workstations.
|
||||||
|
|
||||||
|
### 4. Run `dotf update`
|
||||||
|
|
||||||
Run the `dotf update` command, although the setup script did most of the work some symlinks still need to be set which at the moment is done using shell scripts.
|
Run the `dotf update` command, although the setup script did most of the work some symlinks still need to be set which at the moment is done using shell scripts.
|
||||||
|
|
||||||
@ -40,10 +44,6 @@ Run the `dotf update` command, although the setup script did most of the work so
|
|||||||
dotf update
|
dotf update
|
||||||
```
|
```
|
||||||
|
|
||||||
### 4. Setup 1Password (Optional)
|
|
||||||
|
|
||||||
1Password is installed but you need to login and enable the SSH agent and CLI components under the settings before continuing.
|
|
||||||
|
|
||||||
### 5. Decrypt secrets
|
### 5. Decrypt secrets
|
||||||
|
|
||||||
Either using 1Password or by manualling providing the decryption key you should decrypt the secrets.
|
Either using 1Password or by manualling providing the decryption key you should decrypt the secrets.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user