summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2022-11-16 22:29:31 +0100
committerAndreas Fankhauser hiddenalpha.ch2022-11-16 22:29:31 +0100
commit9f0617ab605dbfa20dad57f8e4ad48ea6e7057a0 (patch)
tree849cd2ae2defdcdc463a8c51c6162bab120d7297
parenta346471cab83c79d64cd1348d3202e46e85b1ba8 (diff)
downloaddotfiles-9f0617ab605dbfa20dad57f8e4ad48ea6e7057a0.zip
dotfiles-9f0617ab605dbfa20dad57f8e4ad48ea6e7057a0.tar.gz
Add link to UnspecifiedGarbage.git and make vim use LF also on windoof
-rw-r--r--README.txt8
-rw-r--r--src/git/_gitconfig2
-rw-r--r--src/vi/_vimrc2
3 files changed, 8 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 774d58a..2b1cf96 100644
--- a/README.txt
+++ b/README.txt
@@ -1,8 +1,10 @@
-Personal Settings
-=================
+My Dotfiles
+================
-My dotfiles.
+See also
+https://git.hiddenalpha.ch/UnspecifiedGarbage.git/tree
+for more handy nonsense.
Shell pipes error handling:
diff --git a/src/git/_gitconfig b/src/git/_gitconfig
index 9f93798..52402b6 100644
--- a/src/git/_gitconfig
+++ b/src/git/_gitconfig
@@ -1,7 +1,7 @@
[user]
email = 23085769+hiddenalpha@users.noreply.github.com
- name = user@host
+ name = Andreas Fankhauser hiddenalpha.ch
[merge]
ff = no
diff --git a/src/vi/_vimrc b/src/vi/_vimrc
index 5430b5b..cca102a 100644
--- a/src/vi/_vimrc
+++ b/src/vi/_vimrc
@@ -81,6 +81,8 @@ set autoindent
set clipboard=
set backspace=2
set encoding=utf-8
+set fileformat=unix
+set fileformats=unix, dos
set linebreak
set nobackup
set nowritebackup