mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 23:01:36 +00:00
netty config
This commit is contained in:
parent
be2628e1a6
commit
02a0f0fb64
3 changed files with 7 additions and 1 deletions
|
|
@ -139,7 +139,9 @@ restore_ssh_key 'SSH Key - id_ed25519' 'id_ed25519'
|
|||
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
|
||||
if [[ "$(uname)" == "Darwin" ]]; then
|
||||
restore_plain_note 'Machine: Vercel Auth' "${HOME}/Library/Application Support/com.vercel.cli/auth.json" 600
|
||||
fi
|
||||
|
||||
# GitHub CLI auth
|
||||
if command -v gh >/dev/null 2>&1; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue