diff options
Diffstat (limited to '')
l---------[-rw-r--r--] | %APPDATA%/Sublime Text 3/Packages/User/Default.sublime-theme | 12 | ||||
l---------[-rw-r--r--] | %APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings | 40 | ||||
l---------[-rw-r--r--] | %APPDATA%/ghc/ghci.conf | 10 | ||||
l---------[-rw-r--r--] | %STACK_ROOT%/config.yaml | 11 | ||||
l--------- | %USERPROFILE%/.gitconfig | 1 | ||||
l--------- | %USERPROFILE%/.gnupg/gpg.conf | 1 | ||||
l--------- | %USERPROFILE%/.minttyrc | 1 | ||||
l--------- | %USERPROFILE%/.ssh/config | 1 | ||||
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | linux-home | 0 |
10 files changed, 11 insertions, 69 deletions
diff --git a/%APPDATA%/Sublime Text 3/Packages/User/Default.sublime-theme b/%APPDATA%/Sublime Text 3/Packages/User/Default.sublime-theme index d212123..6e821ab 100644..120000 --- a/%APPDATA%/Sublime Text 3/Packages/User/Default.sublime-theme +++ b/%APPDATA%/Sublime Text 3/Packages/User/Default.sublime-theme @@ -1,11 +1 @@ -[ - { - "class": "sidebar_label", - "font.bold": false, - "font.size": 13, - }, - { - "class": "tab_label", - "font.size": 13, - }, -] +../../../../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 index 84e37e7..18a25dd 100644..120000 --- a/%APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings +++ b/%APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings @@ -1,39 +1 @@ -{ - "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 -} +../../../../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 index 0cb900e..a71f301 100644..120000 --- a/%APPDATA%/ghc/ghci.conf +++ b/%APPDATA%/ghc/ghci.conf @@ -1,9 +1 @@ -:set prompt "> " -:set prompt2 "" - -:seti -w - -:def hoogle \x -> return $ ":!hoogle \"" ++ x ++ "\"" - -:set -XOverloadedStrings -:set -XTupleSections +../../linux-home/%HOME%/.ghci
\ No newline at end of file diff --git a/%STACK_ROOT%/config.yaml b/%STACK_ROOT%/config.yaml index 446f1bc..5f42b8c 100644..120000 --- a/%STACK_ROOT%/config.yaml +++ b/%STACK_ROOT%/config.yaml @@ -1,10 +1 @@ -# 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 <Egor.Tensin@gmail.com>' - github-username: egor-tensin +../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 +Subproject 69ab55ff3f34b40a83dca2b4f8394b5fd0f4261 |