summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 4f3757c14d29282f6d3050935916e6fef71d8154 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Installation: 

```bash
# MacOS
brew install pass
brew install pass-otp

# Linux
sudo apt-get install pass
sudo apt install pass-extension-otp

# Password Store
git clone [email protected]:a14m/.pass ~/.password-store
```

### Usage

```bash
pass Personal/reddit
pass otp Personal/reddit
```

----

## Mobile Setup
[Install the pass app from the app store ](https://mssun.github.io/passforios/)

Configure the app settings as follow:
+ General
  * Remember PGP Key Passphrase (ON)
  * Remember Git Credential Passphrase (ON)
  * Show Folders (ON)
  * Hide OTP Fields (ON)

+ Pssword Repository
  * Git URL: `https://github.com/a14m/.pass.git`
  * Username: `a14m`
  * Authentication Method: password
  * Generate a token at https://github.com/settings/tokens
  * Paste the token into the mobile app (or use `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`)