This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
mkdir -p ~/.vim/autoload | |
mkdir -p ~/.vim/bundle | |
cd ~/.vim/autoload/ | |
curl -LSso pathogen.vim https://tpo.pe/pathogen.vim | |
cd ../ | |
git clone git://github.com/rodjek/vim-puppet.git bundle/puppet | |
git clone git://github.com/godlygeek/tabular.git bundle/tabular | |
git clone git://github.com/scrooloose/syntastic.git bundle/syntastic | |
git clone git://github.com/vim-ruby/vim-ruby.git bundle/vim-ruby |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Turn off unoccupied lightes | |
source_url: https://gist.github.com/accessone67/b736277dd834630743751c846c297262 | |
description: Turn off a light that has been left on with no motion | |
domain: automation | |
input: | |
motion_entity: | |
name: Motion Sensor | |
selector: | |
entity: |