This commit is contained in:
2021-10-29 17:41:29 -07:00
parent 71a52ec3d3
commit c1300f968d
5 changed files with 31 additions and 92 deletions

View File

@@ -76,14 +76,5 @@ verify:
remotebackup:
RBACKUPDEST="scp://jp.eeqj.de/backup" $(HOME)/.local/bin/backup.command
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
ln -s $(HACKSREPO)/homedir.makefile/Makefile $(HOME)/Makefile