Skip to content

Instantly share code, notes, and snippets.

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

Nahuel Ourthe nourthe

🏠
Working from home
View GitHub Profile
#!/bin/bash
set -e
git clone --bare git@github.com:nourthe/dots.git $HOME/.dots
function dots {
/usr/bin/git --git-dir=$HOME/.dots/ --work-tree=$HOME $@
}
echo "alias dots='/usr/bin/git --git-dir=$HOME/.dots/ --work-tree=$HOME'" >> $HOME/.bashrc
function tuvieja(){
console.log("Soy tu mama. GIL.");
}