From 07c0fd09d89ba4f10e7b3953efc25b89adaa1d8a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 27 Jan 2020 14:29:20 +0300 Subject: add linux-home as a submodule Almost all the files are symlinks to linux-home now. --- %USERPROFILE%/.gitconfig | 1 + %USERPROFILE%/.gnupg/gpg.conf | 1 + %USERPROFILE%/.minttyrc | 1 + %USERPROFILE%/.ssh/config | 1 + 4 files changed, 4 insertions(+) create mode 120000 %USERPROFILE%/.gitconfig create mode 120000 %USERPROFILE%/.gnupg/gpg.conf create mode 120000 %USERPROFILE%/.minttyrc create mode 120000 %USERPROFILE%/.ssh/config (limited to '%USERPROFILE%') diff --git a/%USERPROFILE%/.gitconfig b/%USERPROFILE%/.gitconfig new file mode 120000 index 0000000..983e82f --- /dev/null +++ b/%USERPROFILE%/.gitconfig @@ -0,0 +1 @@ +../linux-home/%HOME%/.gitconfig \ No newline at end of file diff --git a/%USERPROFILE%/.gnupg/gpg.conf b/%USERPROFILE%/.gnupg/gpg.conf new file mode 120000 index 0000000..c9bf3fd --- /dev/null +++ b/%USERPROFILE%/.gnupg/gpg.conf @@ -0,0 +1 @@ +../../linux-home/%HOME%/.gnupg/gpg.conf \ No newline at end of file diff --git a/%USERPROFILE%/.minttyrc b/%USERPROFILE%/.minttyrc new file mode 120000 index 0000000..877508a --- /dev/null +++ b/%USERPROFILE%/.minttyrc @@ -0,0 +1 @@ +../linux-home/%HOME%/.minttyrc \ No newline at end of file diff --git a/%USERPROFILE%/.ssh/config b/%USERPROFILE%/.ssh/config new file mode 120000 index 0000000..e8c3b23 --- /dev/null +++ b/%USERPROFILE%/.ssh/config @@ -0,0 +1 @@ +../../linux-home/%HOME%/.ssh/config \ No newline at end of file -- cgit v1.2.3