diff --git a/tag-git/gitconfig b/tag-git/gitconfig
index 14319fb7..c510f033 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 aed52c12..a980d240 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