This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "basics": { | |
| "name": "Aditya Dutta", | |
| "label": "Programmer", | |
| "image": "", | |
| "email": "[email protected]", | |
| "phone": "+91-9382522757", | |
| "url": "https://mrishu.github.io", | |
| "summary": "A passionate programmer and student with a knack for problem-solving and a strong foundation in mathematics and computer science.", | |
| "location": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # bw-ssh-add.sh | |
| # Load an SSH key stored in Bitwarden into ssh-agent | |
| # Must be sourced so BW_SESSION persists. | |
| # Add this in ~/.zshrc or ~/.bashrc: | |
| # bw-ssh-add() { | |
| # source ~/bin/bw-ssh-add.sh "$@" | |
| # } |