aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-09-22 01:15:13 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-09-22 01:15:13 +0300
commit026f422a11c67def46f4bb5f3dc42d4a8bbb34d9 (patch)
tree2e96fda45ed927f12f9d860083c6865c89a99727
parentinitial commit (diff)
downloadwindows-home-026f422a11c67def46f4bb5f3dc42d4a8bbb34d9.tar.gz
windows-home-026f422a11c67def46f4bb5f3dc42d4a8bbb34d9.zip
add settings for stack, cabal, KeePass, KDiff3
-rw-r--r--%APPDATA%/KeePass/KeePass.config.xml165
-rw-r--r--%APPDATA%/cabal/config189
-rw-r--r--%APPDATA%/stack/config.yaml10
-rw-r--r--%USERPROFILE%/.kdiff3rc93
4 files changed, 457 insertions, 0 deletions
diff --git a/%APPDATA%/KeePass/KeePass.config.xml b/%APPDATA%/KeePass/KeePass.config.xml
new file mode 100644
index 0000000..61ec82f
--- /dev/null
+++ b/%APPDATA%/KeePass/KeePass.config.xml
@@ -0,0 +1,165 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <Meta>
+ <PreferUserConfiguration>false</PreferUserConfiguration>
+ <OmitItemsWithDefaultValues>true</OmitItemsWithDefaultValues>
+ </Meta>
+ <Application>
+ <LastUpdateCheck>2016-09-21T21:53:07Z</LastUpdateCheck>
+ <LastUsedFile>
+ <Path>D:\workspace\personal\shadow\shadow.kdbx</Path>
+ <CredProtMode>Obf</CredProtMode>
+ <CredSaveMode>NoSave</CredSaveMode>
+ </LastUsedFile>
+ <MostRecentlyUsed>
+ <MaxItemCount>12</MaxItemCount>
+ <Items>
+ <ConnectionInfo>
+ <Path>D:\workspace\personal\shadow\shadow.kdbx</Path>
+ <CredProtMode>Obf</CredProtMode>
+ <CredSaveMode>NoSave</CredSaveMode>
+ </ConnectionInfo>
+ </Items>
+ </MostRecentlyUsed>
+ <WorkingDirectories>
+ <Item>Database@D:\workspace\personal\shadow</Item>
+ </WorkingDirectories>
+ <Start>
+ <CheckForUpdate>true</CheckForUpdate>
+ <CheckForUpdateConfigured>true</CheckForUpdateConfigured>
+ </Start>
+ <FileOpening />
+ <FileClosing />
+ <TriggerSystem>
+ <Triggers />
+ </TriggerSystem>
+ </Application>
+ <Logging />
+ <MainWindow>
+ <X>348</X>
+ <Y>106</Y>
+ <Width>670</Width>
+ <Height>525</Height>
+ <Maximized>true</Maximized>
+ <SplitterHorizontalFrac>0.8333</SplitterHorizontalFrac>
+ <SplitterVerticalFrac>0.25</SplitterVerticalFrac>
+ <Layout>Default</Layout>
+ <ShowFullPathInTitle>true</ShowFullPathInTitle>
+ <DisableSaveIfNotModified>true</DisableSaveIfNotModified>
+ <ToolBar />
+ <EntryView />
+ <TanView />
+ <EntryListColumnCollection>
+ <Column>
+ <Type>Title</Type>
+ <Width>254</Width>
+ </Column>
+ <Column>
+ <Type>UserName</Type>
+ <Width>90</Width>
+ </Column>
+ <Column>
+ <Type>Password</Type>
+ <Width>90</Width>
+ <HideWithAsterisks>true</HideWithAsterisks>
+ </Column>
+ <Column>
+ <Type>Url</Type>
+ <Width>90</Width>
+ </Column>
+ <Column>
+ <Type>Notes</Type>
+ <Width>90</Width>
+ </Column>
+ </EntryListColumnCollection>
+ <EntryListColumnDisplayOrder>0 1 2 3 4</EntryListColumnDisplayOrder>
+ <EntryListAlternatingBgColors>false</EntryListAlternatingBgColors>
+ <ListSorting>
+ <Column>0</Column>
+ <Order>Ascending</Order>
+ </ListSorting>
+ <ShowEntriesOfSubGroups>true</ShowEntriesOfSubGroups>
+ </MainWindow>
+ <UI>
+ <TrayIcon>
+ <SingleClickDefault>true</SingleClickDefault>
+ </TrayIcon>
+ <Hiding />
+ <StandardFont>
+ <Family>Microsoft Sans Serif</Family>
+ <Size>8.25</Size>
+ <GraphicsUnit>Point</GraphicsUnit>
+ <Style>Regular</Style>
+ <OverrideUIDefault>false</OverrideUIDefault>
+ </StandardFont>
+ <PasswordFont>
+ <Family>Courier New</Family>
+ <Size>8.25</Size>
+ <GraphicsUnit>Point</GraphicsUnit>
+ <Style>Regular</Style>
+ <OverrideUIDefault>false</OverrideUIDefault>
+ </PasswordFont>
+ <BannerStyle>WinVistaBlack</BannerStyle>
+ <DataEditorFont>
+ <Family>Microsoft Sans Serif</Family>
+ <Size>8.25</Size>
+ <GraphicsUnit>Point</GraphicsUnit>
+ <Style>Regular</Style>
+ <OverrideUIDefault>false</OverrideUIDefault>
+ </DataEditorFont>
+ <UIFlags>0</UIFlags>
+ <KeyCreationFlags>0</KeyCreationFlags>
+ <KeyPromptFlags>0</KeyPromptFlags>
+ <SecureDesktopPlaySound>false</SecureDesktopPlaySound>
+ </UI>
+ <Security>
+ <WorkspaceLocking>
+ <LockOnWindowMinimizeToTray>true</LockOnWindowMinimizeToTray>
+ <LockOnSessionSwitch>true</LockOnSessionSwitch>
+ <LockOnSuspend>true</LockOnSuspend>
+ <LockAfterTime>300</LockAfterTime>
+ <LockAfterGlobalTime>240</LockAfterGlobalTime>
+ </WorkspaceLocking>
+ <Policy />
+ <MasterPassword>
+ <MinimumLength>0</MinimumLength>
+ <MinimumQuality>0</MinimumQuality>
+ </MasterPassword>
+ <MasterKeyOnSecureDesktop>true</MasterKeyOnSecureDesktop>
+ <ClipboardClearAfterSeconds>15</ClipboardClearAfterSeconds>
+ </Security>
+ <Native />
+ <PasswordGenerator>
+ <AutoGeneratedPasswordsProfile>
+ <GeneratorType>CharSet</GeneratorType>
+ <Length>20</Length>
+ <CharSetRanges>ULD_______</CharSetRanges>
+ </AutoGeneratedPasswordsProfile>
+ <LastUsedProfile>
+ <GeneratorType>CharSet</GeneratorType>
+ <Length>20</Length>
+ <CharSetRanges>ULD_______</CharSetRanges>
+ </LastUsedProfile>
+ <UserProfiles />
+ </PasswordGenerator>
+ <Defaults>
+ <OptionsTabIndex>2</OptionsTabIndex>
+ <SearchParameters>
+ <ComparisonMode>InvariantCultureIgnoreCase</ComparisonMode>
+ </SearchParameters>
+ <KeySources />
+ </Defaults>
+ <Integration>
+ <HotKeyGlobalAutoType>393281</HotKeyGlobalAutoType>
+ <HotKeySelectedAutoType>0</HotKeySelectedAutoType>
+ <HotKeyShowWindow>393291</HotKeyShowWindow>
+ <HotKeyEntryMenu>0</HotKeyEntryMenu>
+ <UrlSchemeOverrides>
+ <BuiltInOverridesEnabled>1</BuiltInOverridesEnabled>
+ <CustomOverrides />
+ </UrlSchemeOverrides>
+ <ProxyType>System</ProxyType>
+ <ProxyAuthType>Auto</ProxyAuthType>
+ </Integration>
+ <Custom />
+</Configuration> \ No newline at end of file
diff --git a/%APPDATA%/cabal/config b/%APPDATA%/cabal/config
new file mode 100644
index 0000000..c190d05
--- /dev/null
+++ b/%APPDATA%/cabal/config
@@ -0,0 +1,189 @@
+-- This is the configuration file for the 'cabal' command line tool.
+
+-- The available configuration options are listed below.
+-- Some of them have default values listed.
+
+-- Lines (like this one) beginning with '--' are comments.
+-- Be careful with spaces and indentation because they are
+-- used to indicate layout for nested sections.
+
+-- Cabal library version: 1.24.0.0
+-- cabal-install version: 1.24.0.0
+
+
+repository hackage.haskell.org
+ url: http://hackage.haskell.org/
+ -- secure: False
+ -- root-keys:
+ -- key-threshold:
+
+-- default-user-config:
+-- require-sandbox: False
+-- ignore-sandbox: False
+-- ignore-expiry: False
+-- http-transport:
+remote-repo-cache: C:\Users\Egor\AppData\Roaming\cabal\packages
+-- local-repo:
+-- logs-dir:
+world-file: C:\Users\Egor\AppData\Roaming\cabal\world
+-- verbose: 1
+-- compiler: ghc
+-- with-compiler:
+-- with-hc-pkg:
+-- program-prefix:
+-- program-suffix:
+-- library-vanilla: True
+-- library-profiling:
+-- shared:
+-- executable-dynamic: False
+-- profiling:
+-- executable-profiling:
+-- profiling-detail:
+-- library-profiling-detail:
+-- optimization: True
+-- debug-info: False
+-- library-for-ghci: True
+-- split-objs: False
+-- executable-stripping: True
+-- library-stripping: True
+-- configure-option:
+user-install: False
+-- package-db:
+-- flags:
+extra-include-dirs: C:\Program Files\Haskell Platform\8.0.1\mingw\include
+extra-lib-dirs: C:\Program Files\Haskell Platform\8.0.1\mingw\lib
+-- extra-framework-dirs:
+extra-prog-path: C:\Users\Egor\AppData\Roaming\cabal\bin;C:\Program Files\Haskell Platform\8.0.1\msys\usr\bin
+-- tests: False
+-- coverage: False
+-- library-coverage:
+-- allow-newer: False
+-- exact-configuration: False
+-- benchmarks: False
+-- relocatable: False
+-- cabal-lib-version:
+-- constraint:
+-- preference:
+-- solver: choose
+-- documentation: False
+-- doc-index-file: $datadir\doc\$arch-$os-$compiler\index.html
+-- max-backjumps: 2000
+-- reorder-goals: False
+-- shadow-installed-packages: False
+-- strong-flags: False
+-- reinstall: False
+-- avoid-reinstalls: False
+-- force-reinstalls: False
+-- upgrade-dependencies: False
+-- root-cmd:
+-- symlink-bindir:
+build-summary: C:\Users\Egor\AppData\Roaming\cabal\logs\build.log
+-- build-log:
+remote-build-reporting: anonymous
+-- report-planning-failure: False
+-- one-shot: False
+-- run-tests:
+jobs: $ncpus
+-- offline: False
+-- username:
+-- password:
+-- password-command:
+-- builddir:
+
+haddock
+ -- keep-temp-files: False
+ -- hoogle: False
+ -- html: False
+ -- html-location:
+ -- for-hackage: False
+ -- executables: False
+ -- tests: False
+ -- benchmarks: False
+ -- all:
+ -- internal: False
+ -- css:
+ -- hyperlink-source: False
+ -- hscolour-css:
+ -- contents-location:
+
+install-dirs user
+ -- prefix: C:\Users\Egor\AppData\Roaming\cabal
+ -- bindir: $prefix\bin
+ -- libdir: $prefix
+ -- libsubdir: $abi\$libname
+ -- libexecdir: $prefix\$libname
+ -- datadir: $prefix
+ -- datasubdir: $abi\$pkgid
+ -- docdir: $datadir\doc\$abi\$pkgid
+ -- htmldir: $docdir\html
+ -- haddockdir: $htmldir
+ -- sysconfdir: $prefix\etc
+
+install-dirs global
+ -- prefix: C:\Program Files\Haskell
+ -- bindir: $prefix\bin
+ -- libdir: $prefix
+ -- libsubdir: $abi\$libname
+ -- libexecdir: $prefix\$libname
+ -- datadir: $prefix
+ -- datasubdir: $abi\$pkgid
+ -- docdir: $datadir\doc\$abi\$pkgid
+ -- htmldir: $docdir\html
+ -- haddockdir: $htmldir
+ -- sysconfdir: $prefix\etc
+
+program-locations
+ -- alex-location:
+ -- ar-location:
+ -- c2hs-location:
+ -- cpphs-location:
+ -- gcc-location:
+ -- ghc-location:
+ -- ghc-pkg-location:
+ -- ghcjs-location:
+ -- ghcjs-pkg-location:
+ -- greencard-location:
+ -- haddock-location:
+ -- happy-location:
+ -- haskell-suite-location:
+ -- haskell-suite-pkg-location:
+ -- hmake-location:
+ -- hpc-location:
+ -- hsc2hs-location:
+ -- hscolour-location:
+ -- jhc-location:
+ -- ld-location:
+ -- lhc-location:
+ -- lhc-pkg-location:
+ -- pkg-config-location:
+ -- strip-location:
+ -- tar-location:
+ -- uhc-location:
+
+program-default-options
+ -- alex-options:
+ -- ar-options:
+ -- c2hs-options:
+ -- cpphs-options:
+ -- gcc-options:
+ -- ghc-options:
+ -- ghc-pkg-options:
+ -- ghcjs-options:
+ -- ghcjs-pkg-options:
+ -- greencard-options:
+ -- haddock-options:
+ -- happy-options:
+ -- haskell-suite-options:
+ -- haskell-suite-pkg-options:
+ -- hmake-options:
+ -- hpc-options:
+ -- hsc2hs-options:
+ -- hscolour-options:
+ -- jhc-options:
+ -- ld-options:
+ -- lhc-options:
+ -- lhc-pkg-options:
+ -- pkg-config-options:
+ -- strip-options:
+ -- tar-options:
+ -- uhc-options:
diff --git a/%APPDATA%/stack/config.yaml b/%APPDATA%/stack/config.yaml
new file mode 100644
index 0000000..446f1bc
--- /dev/null
+++ b/%APPDATA%/stack/config.yaml
@@ -0,0 +1,10 @@
+# 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
diff --git a/%USERPROFILE%/.kdiff3rc b/%USERPROFILE%/.kdiff3rc
new file mode 100644
index 0000000..15c8548
--- /dev/null
+++ b/%USERPROFILE%/.kdiff3rc
@@ -0,0 +1,93 @@
+AutoAdvance=0
+AutoAdvanceDelay=500
+AutoCopySelection=0
+AutoDetectUnicodeA=1
+AutoDetectUnicodeB=1
+AutoDetectUnicodeC=1
+AutoIndentation=1
+AutoMergeRegExp=.*\\$(Version\|Header\|Date\|Author).*\\$.*
+AutoSaveAndQuitOnMergeWithoutConflicts=0
+AutoSelectOutEncoding=1
+BgColor=255,255,255
+BinaryComparison=1
+CaseSensitiveFilenameComparison=0
+ColorA=0,0,200
+ColorB=0,150,0
+ColorC=150,0,150
+ColorForConflict=255,0,0
+CopyNewer=0
+CreateBakFiles=0
+CurrentRangeBgColor=220,220,100
+CurrentRangeDiffBgColor=255,255,150
+Diff3AlignBC=0
+DiffBgColor=224,224,224
+DirAntiPattern=CVS;.deps;.svn;.hg;.git
+EncodingForA=System
+EncodingForB=System
+EncodingForC=System
+EncodingForOutput=System
+EncodingForPP=System
+EscapeKeyQuits=0
+FgColor=0,0,0
+FileAntiPattern=*.orig;*.o;*.obj;*.rej;*.bak
+FilePattern=*
+FindHidden=1
+FollowDirLinks=0
+FollowFileLinks=0
+Font=Consolas,11,normal
+FullAnalysis=0
+Geometry=600,400
+HistoryEntryStartRegExp=\\s*\\\\main\\\\(\\S+)\\s+([0-9]+) (Jan\|Feb\|Mar\|Apr\|May\|Jun\|Jul\|Aug\|Sep\|Oct\|Nov\|Dec) ([0-9][0-9][0-9][0-9]) ([0-9][0-9]:[0-9][0-9]:[0-9][0-9])\\s+(.*)
+HistoryEntryStartSortKeyOrder=4,3,2,5,1,6
+HistoryMergeSorting=0
+HistoryStartRegExp=.*\\$Log.*\\$.*
+HorizDiffWindowSplitting=1
+IgnorableCmdLineOptions=-u;-query;-html;-abort
+IgnoreCase=0
+IgnoreComments=0
+IgnoreNumbers=0
+IrrelevantMergeCmd=
+ItalicForDeltas=0
+Language=Auto
+LineEndStyle=2
+LineMatchingPreProcessorCmd=
+ManualAlignmentRangeColor=255,208,128
+MaxNofHistoryEntries=-1
+MidAgeFileColor=192,192,0
+MissingFileColor=0,0,0
+NewestFileColor=0,208,0
+OldestFileColor=240,0,0
+Position=0,22
+PreProcessorCmd=
+RecentAFiles=C:/Program Files/KDiff3/COPYING.txt
+RecentBFiles=C:/Program Files/KDiff3/ChangeLog.txt
+RecentCFiles=
+RecentEncodings=
+RecentOutputFiles=
+RecursiveDirs=1
+ReplaceTabs=1
+RightToLeftLanguage=0
+RunHistoryAutoMergeOnMergeStart=0
+RunRegExpAutoMergeOnMergeStart=0
+SameEncoding=1
+Show Statusbar=1
+Show Toolbar=1
+ShowIdenticalFiles=1
+ShowInfoDialogs=1
+ShowLineNumbers=0
+ShowWhiteSpace=1
+ShowWhiteSpaceCharacters=1
+SkipDirStatus=0
+SyncMode=0
+TabSize=4
+TrustDate=0
+TrustDateFallbackToBinary=0
+TrustSize=0
+TryHard=1
+UnfoldSubdirs=0
+UseCvsIgnore=0
+WhiteSpace2FileMergeDefault=0
+WhiteSpace3FileMergeDefault=0
+WhiteSpaceEqual=1
+WindowStateMaximised=1
+WordWrap=0