Bootstrap: quick look plugins setup script.

This commit is contained in:
Artem Sapegin 2012-11-15 16:31:25 +04:00
parent 8eed53cbaa
commit 461d5deb56
2 changed files with 14 additions and 0 deletions

View File

@ -6,6 +6,7 @@
sudo -v
. stuff.sh
. quicklook.sh
. bash.sh
. consolas.sh
. imgo.sh

13
setup/quicklook.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
# Installs quick look plugins: qlImageSize
# qlImageSize
TMPDIR=`mktemp -d` && {
cd $TMPDIR
curl -o _.zip http://cloud.github.com/downloads/Nyx0uf/qlImageSize/qlImageSize.qlgenerator.zip
unzip -d ~/Library/QuickLook _.zip
rm -rf $TMPDIR
}
qlmanage -r