Skip to content

Instantly share code, notes, and snippets.

View pierot's full-sized avatar
🏠
Working from home

Pieter Michels pierot

🏠
Working from home
View GitHub Profile
sudo apt-get install zsh tmux
bash <( curl -s https://raw.github.com/pierot/termieter/master/install )
sudo chsh -s /bin/zsh
git clone git://github.com/proximitybbdo/vim.git ~/.vim
cd ~/.vim
bash <( curl https://gist.github.com/pierot/5636319/raw/21acb455afbf471f5937682ffa2a8cf4bdfea06b/termieter-vim.sh )
@pierot
pierot / termieter-vim.sh
Last active December 17, 2015 16:09
termieter + vim
wget -N --quiet https://raw.github.com/pierot/termieter/master/install -O termieter-install.sh
chmod +x termieter-install.sh
source ./termieter-install.sh
source ~/.bash_profile
chsh -s /bin/zsh
# VIM
assets/
js/
main.js
main.js.map
main.map
main.min.js
$ grunt watch:sass
$ grunt watch:app
$ grunt
$ npm install
assets/
js/
*.js
coffee/
**/*.coffee
img/
fonts/
css/
*.sass
*.css
@pierot
pierot / gist:4999922
Created February 20, 2013 21:47
send_ir.pde
// This sketch will send out a Nikon D50 trigger signal (probably works with most Nikons)
// See the full tutorial at http://www.ladyada.net/learn/sensors/ir.html
// this code is public domain, please enjoy!
int IRledPin = 13; // LED connected to digital pin 13
// The setup() method runs once, when the sketch starts
void setup() {
// initialize the IR digital pin as an output: