mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-16 03:53:54 +00:00
Tests, scripts, moved install.sh to scripts folder
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
# Install GitHub CLI extensions
|
||||
|
||||
if ! command -v gh &> /dev/null; then
|
||||
echo "gh (GitHub Client) could not be found, please install it first"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
extensions=(
|
||||
# GitHub CLI extension for reviewing Dependabot PRs.
|
||||
einride/gh-dependabot
|
||||
|
||||
Reference in New Issue
Block a user