mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
feat: add device uid to brew backup msg
This commit is contained in:
@@ -25,10 +25,10 @@ async function backup(opts: BrewOpts) {
|
||||
`brew bundle dump --formula --cask --tap --describe --force`,
|
||||
...(opts.push
|
||||
? [
|
||||
`git add Brewfile`,
|
||||
`git commit -m "backup(brew): Update Brewfile (${syncDate})"`,
|
||||
`git push`,
|
||||
]
|
||||
`git add Brewfile`,
|
||||
`git commit -m "backup(brew): Update Brewfile for ${DEVICE_UID} (${syncDate})"`,
|
||||
`git push`,
|
||||
]
|
||||
: []),
|
||||
`popd`,
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user