I hereby claim:
- I am anubhavcodes on github.
- I am anubhavyadav (https://keybase.io/anubhavyadav) on keybase.
- I have a public key ASAYOIBXcri7obfg7uLsNNEghKEm9y44w_S7UkCHmkKiEAo
To claim this, I am signing this object:
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": "-- Grafana --", | |
| "enable": true, | |
| "hide": true, | |
| "iconColor": "rgba(0, 211, 255, 1)", | |
| "name": "Annotations & Alerts", |
I hereby claim:
To claim this, I am signing this object:
| # Install the tools | |
| brew install pandoc | |
| brew install lynx | |
| # Store this preferrably in ~/.profile | |
| rmd () { | |
| pandoc $1 | lynx -stdin | |
| } | |
| # Source it |
| brew install stow # For OSX | |
| apt install stow # For debian based OSes |
| / | |
| |-- bash | |
| |-- tmux | |
| |-- vim | |
| `-- Xresources |
| [Desktop Entry] | |
| Encoding=UTF-8 | |
| Name=howm | |
| Comment=Launch a howm session | |
| Exec=/usr/bin/howm-session | |
| Type=XSession |
| #! /bin/bash | |
| # | |
| # howm-session | |
| # | |
| # This script is a session launcher for howm. | |
| # It is based on similar scripts included with Openbox. | |
| if [ -n "" ]; then | |
| echo "Usage: howm-session" | |
| echo |