This file contains hidden or 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 | |
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 |
This file contains hidden or 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
function tuvieja(){ | |
console.log("Soy tu mama. GIL."); | |
} |