Created
August 31, 2023 12:31
-
-
Save 0xbharath/59266248d14117cb26b62931747ee03c to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"packages": [ | |
"[email protected]", | |
"stdenv.cc.cc.lib", | |
"[email protected]", | |
"[email protected]", | |
"[email protected]", | |
"[email protected]", | |
"[email protected]", | |
"[email protected]", | |
"[email protected]", | |
"[email protected]", | |
"python310Packages.pip" | |
], | |
"shell": { | |
"init_hook": [ | |
". $VENV_DIR/bin/activate", | |
"export PS1='🦗 Mantis > '", | |
"alias mantis='python /opt/mantis/launch.py'", | |
"alias help='python /opt/mantis/launch.py --help'", | |
"cd /opt/mantis" | |
], | |
"scripts": { | |
"setup": [ | |
". $VENV_DIR/bin/activate", | |
"pip install git+https://github.com/cisagov/findcdn.git --quiet", | |
"pip install -r requirements.txt", | |
"chmod 777 -R /opt/mantis", | |
"chmod 777 -R /opt/mantis/.devbox" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment