From 14944df8a5eb1c415a46550aa56c8e5fb00ef311 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 15 Jan 2020 00:56:41 +0000 Subject: [PATCH] Add lfs filter --- tag-git/gitconfig | 6 ++++++ tag-tmux/tmux.conf | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/tag-git/gitconfig b/tag-git/gitconfig index 14319fb..c510f03 100644 --- a/tag-git/gitconfig +++ b/tag-git/gitconfig @@ -107,3 +107,9 @@ [merge] defaultToUpstream = true ff = false + +[filter "lfs"] + process = git-lfs filter-process + required = true + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f diff --git a/tag-tmux/tmux.conf b/tag-tmux/tmux.conf index aed52c1..a980d24 100644 --- a/tag-tmux/tmux.conf +++ b/tag-tmux/tmux.conf @@ -11,9 +11,6 @@ bind-key -n C-l select-pane -R set-option -g status-keys "emacs" set-option -g default-terminal "screen-256color" -set -g status-fg "#aaaaaa" -set -g status-bg "#666666" - bind-key - split-window -v -c '#{pane_current_path}' bind-key \\ split-window -h -c '#{pane_current_path}' @@ -38,7 +35,6 @@ set -g renumber-windows on # Break a pane into a new window. bind-key b break-pane -d - # Use vim keybindings in copy mode setw -g mode-keys vi