This commit is contained in:
Jeffrey Paul 2018-01-16 16:20:18 -06:00
parent 9f91823fd8
commit 24bf4bb650
6 changed files with 8 additions and 7 deletions

View File

@ -37,11 +37,10 @@ $(OUTPUT): prepare custompkg/custom.pkg
"$(OSX)" \ "$(OSX)" \
/Applications/Xcode.app \ /Applications/Xcode.app \
/Applications/AutoDMG.app \ /Applications/AutoDMG.app \
/Applications/CreateUserPkg.app \
"$(OSX)" \ "$(OSX)" \
$(PWD)/custompkg/custom.pkg \ "$(PWD)"/custompkg/custom.pkg \
$(PWD)/pkgs/*.pkg && \ "$(PWD)"/pkgs/*.pkg && \
cp /tmp/output.dmg $(PWD)/$@ cp /tmp/output.dmg "$(PWD)"/$@
clean: clean:
rm -f *.dmg /tmp/output.dmg custompkg/*.pkg rm -f *.dmg /tmp/output.dmg custompkg/*.pkg

0
README.md Normal file → Executable file
View File

View File

@ -13,8 +13,6 @@ if [[ ! -e $HOME/.gpg-agent-info ]]; then
gpg-agent \ gpg-agent \
--enable-ssh-support \ --enable-ssh-support \
--daemon \ --daemon \
--write-env-file \
--use-standard-socket \
--pinentry-program $(brew --prefix)/bin/pinentry-mac \ --pinentry-program $(brew --prefix)/bin/pinentry-mac \
2>&1 >/dev/null 2>&1 >/dev/null
fi fi

View File

@ -0,0 +1,4 @@
# adds homebrew python packages dir to python paths
echo "import site; site.addsitedir(\"$HOME/Library/Homebrew/lib/python2.7/site-packages\")" >> \
$HOME/Library/Python/2.7/lib/python/site-packages/homebrew.pth

View File

@ -21,6 +21,7 @@ CASKS="
google-drive google-drive
iterm2 iterm2
keepassx keepassx
keybase
lastpass lastpass
little-snitch little-snitch
slack slack

View File

@ -34,7 +34,6 @@ HOMEBREW_PKGS="
homebrew/dupes/rsync homebrew/dupes/rsync
irssi irssi
jq jq
keybase
lame lame
mobile-shell mobile-shell
mtr mtr