[install] dropping apple specific stuff
This commit is contained in:
parent
4637c737cd
commit
a274951e38
1 changed files with 0 additions and 5 deletions
5
install
5
install
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue