Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Jan 25, 2021
1 parent 269fb4b commit 672e00a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ brew "postgis"
brew "telnet"
brew "tree"
brew "timidity"
brew "vagrant"
brew "wget"
brew "zork"
cask "darktable"
Expand Down
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ brew-cask-install:
virtualc64

brew-bundle:
# Install Brewfile brews
brew bundle

defaults-write: defaults-clock defaults-finder defaults-jumpcut defaults-screencapture
Expand Down Expand Up @@ -171,3 +172,8 @@ start-services:

pip-install:
/usr/local/opt/python@3.9/bin/pip3 install -r requirements.txt

brew-cask-install-pcloud:
# https://gist.github.com/tomgross/bae4f30023272d8c8c0d920b62720c6b#file-pcloud-drive-rb
curl -O https://gist.githubusercontent.com/tomgross/bae4f30023272d8c8c0d920b62720c6b/raw/c2a3c2a40cb7ad6d6853a4f4dba78b1461e60ca5/pcloud-drive.rb
brew install cask pcloud-drive.rb

0 comments on commit 672e00a

Please sign in to comment.