Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
add brewfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shotastage committed Jul 23, 2020
1 parent ee26207 commit d296558
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cask_args appdir: '/Applications'

brew "python"
brew "pipenv"
40 changes: 40 additions & 0 deletions Brewfile.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"entries": {
"brew": {
"python": null,
"pipenv": {
"version": "2020.6.2",
"bottle": {
"cellar": ":any_skip_relocation",
"prefix": "/usr/local",
"files": {
"catalina": {
"url": "https://homebrew.bintray.com/bottles/pipenv-2020.6.2.catalina.bottle.tar.gz",
"sha256": "12257ab59085420c2ad08dbe12236d9393d814ed387e8ab8f6e7acb730635321"
},
"mojave": {
"url": "https://homebrew.bintray.com/bottles/pipenv-2020.6.2.mojave.bottle.tar.gz",
"sha256": "82bd72857a8cebceca3f6ea44140d7391ac1d94c84406c6a5ea51e5e87b88a66"
},
"high_sierra": {
"url": "https://homebrew.bintray.com/bottles/pipenv-2020.6.2.high_sierra.bottle.tar.gz",
"sha256": "792be77485b744b5891613c4bf02b6d5544ff1da65b6a02b7c3c59c540e007b5"
}
}
}
}
}
},
"system": {
"macos": {
"big_sur": {
"HOMEBREW_VERSION": "2.4.8",
"HOMEBREW_PREFIX": "/usr/local",
"Homebrew/homebrew-core": "50ac140e5e0eb624c18fb03f494e2e68e0c04367",
"CLT": "",
"Xcode": "12.0",
"macOS": "10.16"
}
}
}
}

0 comments on commit d296558

Please sign in to comment.