mirror of
https://github.com/rwxrob/dot
synced 2024-11-16 21:25:29 +00:00
6 lines
188 B
Bash
Executable File
6 lines
188 B
Bash
Executable File
#!/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)'
|