diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-03-27 18:18:51 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-03-27 18:18:51 +0100 |
| commit | 328b7491c4d84996209918602c7ec98d70c329b7 (patch) | |
| tree | 452a83403cf6906b2c64c6dca8a38b58fe9bfd63 | |
| parent | 881cee24cb19648b2be37d8cf7fef1f7c099aaa9 (diff) | |
Add password store command
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -87,6 +87,11 @@ ln -sf ~/.rc/.powconfig ~/.powconfig curl get.pow.cx/uninstall.sh | sh ``` +- Setup password store +```bash +git clone [email protected]:a14m/.pass ~/.password-store +``` + - Fix Kali Linux Timezone ```bash sudo apt-get install ntpdate |
