Oliver Weyhmueller
4ec771a1c7
* .gitconfig * .chezmoi.yaml.tmpl * .tmux.conf * .vim * .ssh * .p10k.zsh
8 lines
No EOL
155 B
Bash
8 lines
No EOL
155 B
Bash
#!/bin/sh
|
|
#
|
|
# https://github.com/rtomayko/dotfiles/blob/rtomayko/bin/headers
|
|
|
|
curl -sv "$@" 2>&1 >/dev/null |
|
|
grep -v "^\*" |
|
|
grep -v "^}" |
|
|
cut -c3- |