[install] dropping apple specific stuff

This commit is contained in:
Josh Sherman 2017-10-05 00:56:37 -05:00
parent 4637c737cd
commit a274951e38
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -43,11 +43,6 @@ mkdir -p \
git clone https://github.com/w0rp/ale.git ~/.vim/pack/plugins/start/ale
if [[ `uname` == 'Darwin' ]]; then
defaults write com.apple.dock autohide-delay -float 86400; killall Dock
defaults write -g ApplePressAndHoldEnabled -bool false
fi
cd $HOME
rm -f $HOME/.zcompdump*
exec zsh