You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rwxrob-dot/gh/setup

6 lines
188 B
Bash

#!/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)'