Skip to content

Commit

Permalink
git: Add modeline for various configs
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed May 13, 2024
1 parent e9a92c4 commit 72beb1c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/git/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# vim: set filetype=gitconfig

[core]
autocrlf = false
excludesfile = ~/.config/git/ignore
Expand Down
2 changes: 2 additions & 0 deletions base/git/ignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# vim: set filetype=gitignore

# Compiled files
*.sass-cache
*.cache
Expand Down
2 changes: 2 additions & 0 deletions base/git/user
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# vim: set filetype=gitconfig

[user]
name = Evan Purkhiser
email = [email protected]
Expand Down
2 changes: 2 additions & 0 deletions base/ssh/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# vim: set filetype=sshconfig

Host *
ServerAliveInterval 60
TCPKeepAlive yes
Expand Down
2 changes: 2 additions & 0 deletions base/tmux/bindings.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# vim: set filetype=tmux

set -g prefix C-b

# Clear all default bindings
Expand Down
2 changes: 2 additions & 0 deletions common/platform-osx/ssh/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# vim: set filetype=sshconfig

Host *
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"

0 comments on commit 72beb1c

Please sign in to comment.