You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Coin de Gamma
feb2a7d272
|
3 months ago | |
---|---|---|
src | 3 months ago | |
.gitignore | 4 months ago | |
Cargo.toml | 3 months ago | |
README.md | 3 months ago |
README.md
MPS
A small tool for storing passwords locally with git sync
MPS
- Clone MPS repo:
git clone git@code.corpglory.net:corpglory/mps.git
- Build MPS
cd mps
cargo build --release
- Add your mps build to PATH in your ~/.zshenv
export PATH=$PATH:"<mps_git_repo__path>/target/release"
Intilization
- Create empty repository for storing your passwords on gitlab or somewhere you prefer
- Clone to your home folder ~/.mps/storage
- Export varable $MPS_HOME:
export MPS_HOME="/home/<your_username>/.mps"
in your ~/.zshenv - Add to your $PATH:<path_to_msp> where you installed your mps
- Run ./mps init