updates
This commit is contained in:
parent
9f91823fd8
commit
24bf4bb650
7
Makefile
7
Makefile
@ -37,11 +37,10 @@ $(OUTPUT): prepare custompkg/custom.pkg
|
||||
"$(OSX)" \
|
||||
/Applications/Xcode.app \
|
||||
/Applications/AutoDMG.app \
|
||||
/Applications/CreateUserPkg.app \
|
||||
"$(OSX)" \
|
||||
$(PWD)/custompkg/custom.pkg \
|
||||
$(PWD)/pkgs/*.pkg && \
|
||||
cp /tmp/output.dmg $(PWD)/$@
|
||||
"$(PWD)"/custompkg/custom.pkg \
|
||||
"$(PWD)"/pkgs/*.pkg && \
|
||||
cp /tmp/output.dmg "$(PWD)"/$@
|
||||
|
||||
clean:
|
||||
rm -f *.dmg /tmp/output.dmg custompkg/*.pkg
|
||||
|
2
custompkg/root/etc/skel/Library/profile.d/900.gpg-agent.sh
Normal file → Executable file
2
custompkg/root/etc/skel/Library/profile.d/900.gpg-agent.sh
Normal file → Executable file
@ -13,8 +13,6 @@ if [[ ! -e $HOME/.gpg-agent-info ]]; then
|
||||
gpg-agent \
|
||||
--enable-ssh-support \
|
||||
--daemon \
|
||||
--write-env-file \
|
||||
--use-standard-socket \
|
||||
--pinentry-program $(brew --prefix)/bin/pinentry-mac \
|
||||
2>&1 >/dev/null
|
||||
fi
|
||||
|
4
custompkg/root/etc/skel/Library/user-setup/099.add-python-path.sh
Executable file
4
custompkg/root/etc/skel/Library/user-setup/099.add-python-path.sh
Executable 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
|
1
custompkg/root/etc/skel/Library/user-setup/100.install-caskroom-apps.sh
Normal file → Executable file
1
custompkg/root/etc/skel/Library/user-setup/100.install-caskroom-apps.sh
Normal file → Executable file
@ -21,6 +21,7 @@ CASKS="
|
||||
google-drive
|
||||
iterm2
|
||||
keepassx
|
||||
keybase
|
||||
lastpass
|
||||
little-snitch
|
||||
slack
|
||||
|
1
custompkg/root/etc/skel/Library/user-setup/100.install-homebrew-apps.sh
Normal file → Executable file
1
custompkg/root/etc/skel/Library/user-setup/100.install-homebrew-apps.sh
Normal file → Executable file
@ -34,7 +34,6 @@ HOMEBREW_PKGS="
|
||||
homebrew/dupes/rsync
|
||||
irssi
|
||||
jq
|
||||
keybase
|
||||
lame
|
||||
mobile-shell
|
||||
mtr
|
||||
|
Loading…
Reference in New Issue
Block a user