latest
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user