blob: 170d0933773c55327642f7e1535e3320526d1e1e (
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
|