blob: a2fa2f6cde0c74daf47bbab0974e8b20b2dfcd43 (
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
|
# Installation:
```bash
git clone https://gitlab.com/a14m/dotpassword.git ~/.password-store
username: a14m
password: yQUE94npCAwwawwdmmUV
```
password created at [gitlab](https://gitlab.com/profile/personal_access_tokens) with `read_repository` permissions
## OTP extension
### Installation
```bash
brew install oath-toolkit
git clone https://github.com/tadfisher/pass-otp ~/pass-otp
cd ~/pass-otp
make install PREFIX=/usr/local
sudo rm -r ~/pass-otp
```
### Usage
```bash
pass otp Personal/reddit
```
----
## Mobile Setup
TBD
|