updates
This commit is contained in:
parent
9f91823fd8
commit
24bf4bb650
7
Makefile
7
Makefile
@ -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
|
||||||
|
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 \
|
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
|
||||||
|
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
|
google-drive
|
||||||
iterm2
|
iterm2
|
||||||
keepassx
|
keepassx
|
||||||
|
keybase
|
||||||
lastpass
|
lastpass
|
||||||
little-snitch
|
little-snitch
|
||||||
slack
|
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
|
homebrew/dupes/rsync
|
||||||
irssi
|
irssi
|
||||||
jq
|
jq
|
||||||
keybase
|
|
||||||
lame
|
lame
|
||||||
mobile-shell
|
mobile-shell
|
||||||
mtr
|
mtr
|
||||||
|
Loading…
Reference in New Issue
Block a user