# MPS A small tool for storing passwords locally with git sync ## MPS 1. Clone MPS repo: ``` git clone git@code.corpglory.net:corpglory/mps.git ``` 2. Build MPS ``` cd mps cargo build --release ``` 3. Add your mps build to PATH in your ~/.zshenv ``` export PATH=$PATH:"/target/release" ``` ## Intilization 1. Create empty repository for storing your passwords on gitlab or somewhere you prefer 2. Create dir `mps`: `mkdir ~/.mps` 3. Clone to your home folder `~/.mps/storage`: `git clone storage` 3. Export varable `$MPS_HOME`: `export MPS_HOME="/home//.mps"` in your `~/.zshenv` 4. Run `mps init`