Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jørn Åne de Jong
dotfiles
Commits
a217f8eb
Commit
a217f8eb
authored
Sep 13, 2016
by
Jørn Åne
Committed by
Jørn Åne
Nov 09, 2017
Browse files
Add .vimrc.
parent
c2a23cf6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a217f8eb
...
...
@@ -6,6 +6,7 @@ install: dotfiles
install
-m
0644 dot.tcshrc
$(prefix)
/.tcshrc
install
-m
0644 dot.bash_profile
$(prefix)
/.bash_profile
install
-m
0644 dot.bashrc
$(prefix)
/.bashrc
install
-m
0644 dot.vimrc
$(prefix)
/.vimrc
install
-m
0644 dot.zshenv
$(prefix)
/.zshenv
mkdir
-p
$(prefix)
/.config/fish
install
-m
0644 dot.config/fish/config.fish
$(prefix)
/.config/fish/config.fish
...
...
@@ -14,5 +15,6 @@ diff:
diff dot.tcshrc
$(prefix)
/.tcshrc 2>/dev/null
diff dot.bash_profile
$(prefix)
/.bash_profile 2>/dev/null
diff dot.bashrc
$(prefix)
/.bashrc 2>/dev/null
diff dot.vimrc
$(prefix)
/.vimrc 2>/dev/null
diff dot.zshenv
$(prefix)
/.zshenv 2>/dev/null
diff dot.config/fish/config.fish
$(prefix)
/.config/fish/config.fish 2>/dev/null
dot.vimrc
0 → 100644
View file @
a217f8eb
set mouse=a
set tabstop=4
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment