From 026f422a11c67def46f4bb5f3dc42d4a8bbb34d9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 22 Sep 2016 01:15:13 +0300 Subject: add settings for stack, cabal, KeePass, KDiff3 --- %APPDATA%/KeePass/KeePass.config.xml | 165 ++++++++++++++++++++++++++++++ %APPDATA%/cabal/config | 189 +++++++++++++++++++++++++++++++++++ %APPDATA%/stack/config.yaml | 10 ++ 3 files changed, 364 insertions(+) create mode 100644 %APPDATA%/KeePass/KeePass.config.xml create mode 100644 %APPDATA%/cabal/config create mode 100644 %APPDATA%/stack/config.yaml (limited to '%APPDATA%') 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 @@ + + + + false + true + + + 2016-09-21T21:53:07Z + + D:\workspace\personal\shadow\shadow.kdbx + Obf + NoSave + + + 12 + + + D:\workspace\personal\shadow\shadow.kdbx + Obf + NoSave + + + + + Database@D:\workspace\personal\shadow + + + true + true + + + + + + + + + + 348 + 106 + 670 + 525 + true + 0.8333 + 0.25 + Default + true + true + + + + + + Title + 254 + + + UserName + 90 + + + Password + 90 + true + + + Url + 90 + + + Notes + 90 + + + 0 1 2 3 4 + false + + 0 + Ascending + + true + + + + true + + + + Microsoft Sans Serif + 8.25 + Point + + false + + + Courier New + 8.25 + Point + + false + + WinVistaBlack + + Microsoft Sans Serif + 8.25 + Point + + false + + 0 + 0 + 0 + false + + + + true + true + true + 300 + 240 + + + + 0 + 0 + + true + 15 + + + + + CharSet + 20 + ULD_______ + + + CharSet + 20 + ULD_______ + + + + + 2 + + InvariantCultureIgnoreCase + + + + + 393281 + 0 + 393291 + 0 + + 1 + + + System + Auto + + + \ 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 ' + github-username: egor-tensin -- cgit v1.2.3