Skip to content

Commit

Permalink
Tinova customization
Browse files Browse the repository at this point in the history
  • Loading branch information
tinova committed Sep 26, 2012
1 parent 4619c8f commit da5f2b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ export BROWSER=chromium

# bash_aliases
safe_load ~/.bash_aliases
alias gsl='git log --oneline --decorate --color'
4 changes: 2 additions & 2 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[user]
name = Jaime Melis
email = jmelis@opennebula.org
name = Tino Vazquez
email = tinova@opennebula.org
[color]
ui = auto
wtf = auto
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ System Bootstrap

Customizes a bash/linux environment with a single command:

curl -sL https://raw.github.com/jmelis/system-bootstrap/master/install.sh | bash -s
curl -sL https://raw.github.com/tinova/system-bootstrap/master/install.sh | bash -s
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

URL=https://github.com/jmelis/system-bootstrap/tarball/master
URL=https://github.com/tinova/system-bootstrap/tarball/master
TMP_DIR=/tmp
TAR=$TMP_DIR/system-bootstrap.tar.gz
TIMESTAMP=$(date '+%Y%m%d%H%M')
Expand Down

0 comments on commit da5f2b9

Please sign in to comment.