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. --- .../Packages/User/Default.sublime-theme | 12 +------ .../Packages/User/Preferences.sublime-settings | 40 +--------------------- %APPDATA%/ghc/ghci.conf | 10 +----- %STACK_ROOT%/config.yaml | 11 +----- %USERPROFILE%/.gitconfig | 1 + %USERPROFILE%/.gnupg/gpg.conf | 1 + %USERPROFILE%/.minttyrc | 1 + %USERPROFILE%/.ssh/config | 1 + .gitmodules | 3 ++ linux-home | 1 + 10 files changed, 12 insertions(+), 69 deletions(-) mode change 100644 => 120000 %APPDATA%/Sublime Text 3/Packages/User/Default.sublime-theme mode change 100644 => 120000 %APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings mode change 100644 => 120000 %APPDATA%/ghc/ghci.conf mode change 100644 => 120000 %STACK_ROOT%/config.yaml create mode 120000 %USERPROFILE%/.gitconfig create mode 120000 %USERPROFILE%/.gnupg/gpg.conf create mode 120000 %USERPROFILE%/.minttyrc create mode 120000 %USERPROFILE%/.ssh/config create mode 100644 .gitmodules create mode 160000 linux-home diff --git a/%APPDATA%/Sublime Text 3/Packages/User/Default.sublime-theme b/%APPDATA%/Sublime Text 3/Packages/User/Default.sublime-theme deleted file mode 100644 index d212123..0000000 --- a/%APPDATA%/Sublime Text 3/Packages/User/Default.sublime-theme +++ /dev/null @@ -1,11 +0,0 @@ -[ - { - "class": "sidebar_label", - "font.bold": false, - "font.size": 13, - }, - { - "class": "tab_label", - "font.size": 13, - }, -] diff --git a/%APPDATA%/Sublime Text 3/Packages/User/Default.sublime-theme b/%APPDATA%/Sublime Text 3/Packages/User/Default.sublime-theme new file mode 120000 index 0000000..6e821ab --- /dev/null +++ b/%APPDATA%/Sublime Text 3/Packages/User/Default.sublime-theme @@ -0,0 +1 @@ +../../../../linux-home/%HOME%/.config/sublime-text-3/Packages/User/Default.sublime-theme \ No newline at end of file diff --git a/%APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings b/%APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings deleted file mode 100644 index 84e37e7..0000000 --- a/%APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings +++ /dev/null @@ -1,39 +0,0 @@ -{ - "always_show_minimap_viewport": true, - "auto_complete_commit_on_tab": true, - "auto_match_enabled": false, - "color_scheme": "Packages/Color Scheme - Default/Dawn.tmTheme", - "detect_indentation": false, - "draw_indent_guides": false, - "draw_minimap_border": true, - "ensure_newline_at_eof_on_save": true, - "fallback_encoding": "Cyrillic (Windows 1251)", - "folder_exclude_patterns": - [ - ".git", - "__pycache__" - ], - "font_options": - [ - "no_bold", - "no_italic" - ], - "font_size": 11, - "highlight_line": true, - "highlight_modified_tabs": true, - "hot_exit": false, - "remember_open_files": false, - "rulers": - [ - 79 - ], - "scroll_speed": 0, - "show_definitions": false, - "show_encoding": true, - "show_line_endings": true, - "smart_indent": false, - "translate_tabs_to_spaces": true, - "trim_trailing_white_space_on_save": true, - "update_check": false, - "word_wrap": false -} diff --git a/%APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings b/%APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings new file mode 120000 index 0000000..18a25dd --- /dev/null +++ b/%APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings @@ -0,0 +1 @@ +../../../../linux-home/%HOME%/.config/sublime-text-3/Packages/User/Preferences.sublime-settings \ No newline at end of file diff --git a/%APPDATA%/ghc/ghci.conf b/%APPDATA%/ghc/ghci.conf deleted file mode 100644 index 0cb900e..0000000 --- a/%APPDATA%/ghc/ghci.conf +++ /dev/null @@ -1,9 +0,0 @@ -:set prompt "> " -:set prompt2 "" - -:seti -w - -:def hoogle \x -> return $ ":!hoogle \"" ++ x ++ "\"" - -:set -XOverloadedStrings -:set -XTupleSections diff --git a/%APPDATA%/ghc/ghci.conf b/%APPDATA%/ghc/ghci.conf new file mode 120000 index 0000000..a71f301 --- /dev/null +++ b/%APPDATA%/ghc/ghci.conf @@ -0,0 +1 @@ +../../linux-home/%HOME%/.ghci \ No newline at end of file diff --git a/%STACK_ROOT%/config.yaml b/%STACK_ROOT%/config.yaml deleted file mode 100644 index 446f1bc..0000000 --- a/%STACK_ROOT%/config.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# This file contains default non-project-specific settings for 'stack', used -# in all projects. For more information about stack's configuration, see -# http://docs.haskellstack.org/en/stable/yaml_configuration/ -# -templates: - params: - author-name: Egor Tensin - author-email: Egor.Tensin@gmail.com - copyright: '(c) 2016 Egor Tensin ' - github-username: egor-tensin diff --git a/%STACK_ROOT%/config.yaml b/%STACK_ROOT%/config.yaml new file mode 120000 index 0000000..5f42b8c --- /dev/null +++ b/%STACK_ROOT%/config.yaml @@ -0,0 +1 @@ +../linux-home/%HOME%/.stack/config.yaml \ No newline at end of file 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 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..85e8ad4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "linux-home"] + path = linux-home + url = https://github.com/egor-tensin/linux-home.git diff --git a/linux-home b/linux-home new file mode 160000 index 0000000..69ab55f --- /dev/null +++ b/linux-home @@ -0,0 +1 @@ +Subproject commit 69ab55ff3f34b40a83dca2b4f8394b5fd0f42611 -- cgit v1.2.3