Compare commits

..

No commits in common. "203365a9fb428c218d45726e21d1f500d8de0978" and "c98db4a373c2cc7a36c034c08d037319ca943027" have entirely different histories.

4 changed files with 0 additions and 10 deletions

View File

@ -28,9 +28,6 @@ function git-config-joshs()
git config --global init.defaultBranch master git config --global init.defaultBranch master
# Only use configured user.name/user.email; do not guess them # Only use configured user.name/user.email; do not guess them
git config --global user.useConfigOnly true git config --global user.useConfigOnly true
# Do not automatically mark my branch as tracking the remote branch that I
# happened to use as the starting point.
git config --global branch.autoSetupMerge false
} }
function git-config-local-personal() function git-config-local-personal()
{ {

View File

@ -1,2 +0,0 @@
source $HOME/.profile
source $HOME/.bashrc

View File

@ -21,9 +21,6 @@ def install_file(src, dst):
files = [ files = [
('bash_aliases', '.bash_aliases'), ('bash_aliases', '.bash_aliases'),
('bash_aliases.d', '.bash_aliases.d'),
('bash_profile', '.bash_profile'),
('profile', '.profile'),
('inputrc', '.inputrc'), ('inputrc', '.inputrc'),
('screenrc', '.screenrc'), ('screenrc', '.screenrc'),
('gitignore', '.gitignore'), ('gitignore', '.gitignore'),

View File

@ -1,2 +0,0 @@
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export PATH="$HOME/bin":"$PATH"