summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md20
1 files changed, 9 insertions, 11 deletions
diff --git a/README.md b/README.md
index 3deee83..0a3a705 100644
--- a/README.md
+++ b/README.md
@@ -43,8 +43,8 @@ git remote remove origin
git remote add origin [email protected]:~a14m/.rc
```
-## MacOS
-+ GPG setup
+## GPG smart key
+- GPG setup
```bash
mkdir -p ~/.gnupg
ln -sf ~/.rc/.gnupg/gpg-agent.conf ~/.gnupg/gpg-agent.conf
@@ -55,14 +55,6 @@ gpg-connect-agent updatestartuptty /bye
gpg-connect-agent /bye
```
-+ Bash shell default
-```bash
-sudo bash -c 'echo /usr/local/bin/bash >> /etc/shells'
-chsh -s /usr/local/bin/bash
-```
-
-## GPG smart key
-
- Load pgp key from card and trust it
```bash
gpg --edit-card
@@ -72,8 +64,14 @@ gpg --edit-key [email protected]
> trust
```
-## Debian Linux
+## MacOS
+- Bash shell default
+```bash
+sudo bash -c 'echo /usr/local/bin/bash >> /etc/shells'
+chsh -s /usr/local/bin/bash
+```
+## Debian Linux
- Add missing dependencies
```bash
sudo apt update -y