Formatting, updated user config, tweaks

This commit is contained in:
Ismo Vuorinen
2023-03-08 09:24:36 +02:00
parent e519d98a68
commit af32dd6bf3
3 changed files with 46 additions and 38 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# Install GitHub CLI extensions
# shellcheck source="shared.sh"
source "$HOME/.dotfiles/scripts/shared.sh"
if ! command -v gh &> /dev/null; then