From: David Kerkeslager Date: Sat, 28 May 2016 06:24:55 +0000 (+0000) Subject: Added an installer and used git push simple X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=commitdiff_plain;h=df82403223f1c27f414f27b986c46d3c1063d368;hp=726a41d51d39f36fde56d477c9b7311cef9f5dd9 Added an installer and used git push simple --- diff --git a/.gitconfig b/.gitconfig index 102287a..0bbb85c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -25,3 +25,6 @@ [alias] log = log --oneline --graph + +[push] + default = simple diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..d598236 --- /dev/null +++ b/install.sh @@ -0,0 +1 @@ +cp .bash_profile .bashrc .emacs .gemrc .gitconfig .profile .screenrc .vimrc ..