mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 05:02:10 +00:00
symlink karabiner and add git auth
This commit is contained in:
parent
ec59278478
commit
64fa2acc76
3 changed files with 24 additions and 7 deletions
|
|
@ -160,3 +160,9 @@ restore_aws_credentials
|
|||
restore_gcloud_adc
|
||||
restore_plain_note 'Machine: Codex Auth' "${HOME}/.codex/auth.json" 600
|
||||
restore_plain_note 'Machine: Vercel Auth' "${HOME}/Library/Application Support/com.vercel.cli/auth.json" 600
|
||||
|
||||
# GitHub CLI auth
|
||||
if command -v gh >/dev/null 2>&1; then
|
||||
read_note 'Machine: GitHub Token' | gh auth login --with-token
|
||||
printf 'restored gh auth\n'
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue