mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
7 lines
172 B
Bash
7 lines
172 B
Bash
#!/usr/bin/env sh
|
|
|
|
keybase git create 'dotfiles'
|
|
keybase git create --team 'the-magnificent-seven' 'common-ground'
|
|
|
|
git remote add origin 'keybase://private/user/dotfiles'
|