Skip to content

Instantly share code, notes, and snippets.

View N1tr0g3nX's full-sized avatar

N1tr0g3n N1tr0g3nX

View GitHub Profile
@N1tr0g3nX
N1tr0g3nX / prompt.sh
Created August 11, 2022 02:25 — forked from nhoffman/prompt.sh
prompt and window titles for zsh (any maybe bash)
#########################################
## Set prompt, iTerm2 window and tabs ##
#########################################
# Color constants used in the prompt
BLACK="%{%}"
BOLD_BLACK="%{%}"
RED="%{%}"
BOLD_RED="%{%}"
GREEN="%{%}"
@N1tr0g3nX
N1tr0g3nX / pyscript.py
Created August 11, 2022 02:24 — forked from nhoffman/pyscript.py
Python script template
#!/usr/bin/env python3
"""A simple python script template.
"""
import os
import sys
import argparse