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