-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.sh
More file actions
executable file
·32 lines (25 loc) · 806 Bytes
/
setup.sh
File metadata and controls
executable file
·32 lines (25 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
set -e
for b in `cat brew-list-cask`; do
brew install --cask $b
done
for b in `cat brew-list`; do
brew install $b
done
if ! ps aux | grep -v grep | grep Hammerspoon > /dev/null; then
echo "Hammerspoon is not running. Starting it..."
open -a Hammerspoon
else
echo "Hammerspoon is already running."
fi
wget https://github.com/Hammerspoon/Spoons/raw/master/Spoons/WindowHalfsAndThirds.spoon.zip
unzip WindowHalfsAndThirds.spoon.zip
open WindowHalfsAndThirds.spoon
rm -f WindowHalfsAndThirds.spoon.zip
wget https://github.com/miromannino/miro-windows-manager/raw/master/MiroWindowsManager.spoon.zip
unzip MiroWindowsManager.spoon.zip
open MiroWindowsManager.spoon
rm -f MiroWindowsManager.spoon.zip
rm -rf __MACOSX/
npm install -g neovim
cpanm -n Neovim::Ext
sudo gem install neovim