rwxrob-dot/gh/setup

6 lines
188 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/bin/sh
mkdir -p ~/.config/gh 2>/dev/null
ln -fs "$PWD/config.yml" "$HOME/.config/gh/config.yml"
ls -l ~/.config/gh
echo 'You might need to do gh auth --with-token $(auth token github)'