# Installation: ```bash brew install pass brew install pass-otp git clone https://gitlab.com/a14m/dotpassword.git ~/.password-store username: a14m password: yQUE94npCAwwawwdmmUV cd ~/.password-store git remote remove origin git remote add origin git@gitlab.com:a14m/dotpassword.git ``` password created at [gitlab](https://gitlab.com/profile/personal_access_tokens) with `read_repository` permissions ### 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 * Setup SSH Key - Copy `gitlab` ssh key to `ssh_key` and sync it using iTunes. * Git URL: `ssh://git@gitlab.com/a14m/dotpassword.git` * Username: `git` * Authentication Method: SSH Key (iTunes File Sharing). + PGP Key * KeyID used: `82D34927676E5DE44670008DE0EECA431558644C` * Copy the public and private (secret) keys to `gpg_key.pub`, `gpg_key` and sync it using iTunes. * Import using iTunes File Sharing.