This commit is contained in:
2020-02-15 13:38:59 -08:00
parent 3f91b5cce0
commit e50f689576
15 changed files with 1120 additions and 41 deletions

View File

@@ -3,6 +3,8 @@ JUNKFILES += .gdb_history .mysql_history .sqlite_history
BREWPACKAGES := mosh duplicity pv offlineimap wget nmap tor torsocks
YYYYMM := $(shell date +%Y%m)
HACKSREPO := ~/.paths/sneak-scratch/dev/hacks/
NO_COLOR = \033[0m
O1_COLOR = \033[0;01m
O2_COLOR = \033[32;01m
@@ -79,3 +81,12 @@ remotebackup:
packages:
brew install $(BREWPACKAGES)
# this copies instead of linking because the 'hacks' repo is part of the
# sneak-sync shared folder which is synced with machines off-prem
# and they are not allowed impending RCE on workstations
update:
cat $(HACKSREPO)/homedir.makefile/Makefile > Makefile
brew upgrade