diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index cf823e2..0000000 --- a/.gitconfig +++ /dev/null @@ -1,23 +0,0 @@ -[user] - name = Bodaniel Jeanes - email = me@bjeanes.com -[merge] - summary = true - tool = opendiff -[alias] - co = checkout - put = push origin HEAD - push-all = "!for i in $(git config --list | grep -E ^remote\\..+\\.url | sed -E 's/^remote\\.(.*)\\.url=.*/\\1/'); do git push $i master; done" -[apply] - whitespace = nowarn -[color] - branch = auto - diff = auto - status = auto -[github] - user = bjeanes -[core] - editor = mate -w - excludesfile = ~/.gitignore - whitespace = fix - diff --git a/.autotest b/autotest similarity index 100% rename from .autotest rename to autotest diff --git a/.bash_profile b/bash_profile similarity index 100% rename from .bash_profile rename to bash_profile diff --git a/.bashrc b/bashrc similarity index 100% rename from .bashrc rename to bashrc diff --git a/.git-completion.bash b/git-completion.bash similarity index 100% rename from .git-completion.bash rename to git-completion.bash diff --git a/.gitignore b/gitignore similarity index 100% rename from .gitignore rename to gitignore diff --git a/.profile b/profile similarity index 100% rename from .profile rename to profile diff --git a/.ruby_fail.png b/ruby_fail.png similarity index 100% rename from .ruby_fail.png rename to ruby_fail.png diff --git a/.ruby_ok.png b/ruby_ok.png similarity index 100% rename from .ruby_ok.png rename to ruby_ok.png