Compare commits
3 Commits
fcca16ce62
...
a7ecb4cf6c
Author | SHA1 | Date | |
---|---|---|---|
a7ecb4cf6c | |||
c45744c95e | |||
a95e73a68e |
16
.gitignore
vendored
16
.gitignore
vendored
@ -2,9 +2,6 @@
|
||||
*~
|
||||
.tern-port
|
||||
|
||||
# Shepherd
|
||||
user-config/shepherd/.config/shepherd/shepherd.log
|
||||
|
||||
# Emacs litteratae configuration outputs
|
||||
user-config/emacs/.emacs.d/config-standalone.html
|
||||
user-config/emacs/.emacs.d/config.html
|
||||
@ -19,16 +16,3 @@ user-config/emacs/.emacs.d/config.tex
|
||||
user-config/emacs/.emacs.d/var
|
||||
user-config/emacs/.emacs.d/config.el
|
||||
user-config/emacs/.emacs.d/etc/transient/
|
||||
|
||||
# Xmonad
|
||||
user-config/xmonad/.xmonad/build-x86_64-linux/
|
||||
user-config/xmonad/.xmonad/xmonad-x86_64-linux
|
||||
user-config/xmonad/.xmonad/xmonad.errors
|
||||
user-config/xmonad/.xmonad/xmonad.hi
|
||||
user-config/xmonad/.xmonad/xmonad.o
|
||||
|
||||
# Cabal
|
||||
user-config/haskell/.cabal/bin/
|
||||
user-config/haskell/.cabal/logs/
|
||||
user-config/haskell/.cabal/packages/
|
||||
user-config/haskell/.cabal/store/
|
||||
|
@ -463,6 +463,7 @@ single certifcate used for local development with caddy.")
|
||||
("nyxt/init.lisp" ,(local-file "../../../user-config/nyxt/.config/nyxt/init.lisp"))
|
||||
("rofi-pass/config" ,(local-file "../../../user-config/rofi-pass/.config/rofi-pass/config"))
|
||||
("rofi/config.rasi" ,(local-file "../../../user-config/rofi/.config/rofi/config.rasi"))
|
||||
("sway/config" ,(local-file "../../../user-config/sway/.config/sway/config"))
|
||||
("tmux/tmux.conf" ,(local-file "../../../user-config/tmux/.tmux.conf" "tmux.conf"))
|
||||
("wofi/style.css" ,(local-file "../../../user-config/wofi/.config/wofi/style.css"))
|
||||
("zathura/zathurarc" ,(local-file "../../../user-config/zathura/.config/zathura/zathurarc"))))
|
||||
@ -474,9 +475,12 @@ single certifcate used for local development with caddy.")
|
||||
(".racketrc" ,(local-file "../../../user-config/racket/.racketrc" "racketrc"))
|
||||
(".guile" ,(local-file "../../../user-config/guile/.guile" "guilerc"))
|
||||
(".ghci" ,(local-file "../../../user-config/haskell/.ghci" "ghci"))
|
||||
(".bin/start-sway.sh" ,(local-file "../../../user-config/sway/.bin/start-sway.sh" "start-sway.sh" #:recursive? #t))
|
||||
(".xmobarrc" ,(local-file "../../../user-config/xmonad/.xmobarrc" "xmobarrc"))
|
||||
(".xmonad/xmonad.hs" ,(local-file "../../../user-config/xmonad/.xmonad/xmonad.hs" "xmonad.hs"))
|
||||
(".xinitrc" ,(local-file "../../../user-config/xorg/.xinitrc" "xinitrc" #:recursive? #t))
|
||||
(".bin/startx.sh" ,(local-file "../../../user-config/xorg/.bin/startx.sh" "startx.sh" #:recursive? #t))
|
||||
(".bin/keyboard.sh" ,(local-file "../../../user-config/xorg/.bin/keyboard.sh" "keyboard.sh" #:recursive? #t))
|
||||
(".Xresources" ,(local-file "../../../user-config/xorg/.Xresources" "xresources"))))
|
||||
|
||||
(simple-service
|
||||
|
@ -1,211 +0,0 @@
|
||||
-- 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.
|
||||
--
|
||||
-- This config file was generated using the following versions
|
||||
-- of Cabal and cabal-install:
|
||||
-- Cabal library version: 2.0.0.2
|
||||
-- cabal-install version: 2.0.0.0
|
||||
|
||||
|
||||
repository hackage.haskell.org
|
||||
url: http://hackage.haskell.org/
|
||||
-- secure: True
|
||||
-- root-keys:
|
||||
-- key-threshold: 3
|
||||
|
||||
-- default-user-config:
|
||||
-- require-sandbox: False
|
||||
-- ignore-sandbox: False
|
||||
-- ignore-expiry: False
|
||||
-- http-transport:
|
||||
-- nix: False
|
||||
remote-repo-cache: /home/collin/.cabal/packages
|
||||
-- local-repo:
|
||||
-- logs-dir: /home/collin/.cabal/logs
|
||||
world-file: /home/collin/.cabal/world
|
||||
-- verbose: 1
|
||||
-- compiler: ghc
|
||||
-- cabal-file:
|
||||
-- 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:
|
||||
-- split-objs: False
|
||||
-- executable-stripping: True
|
||||
-- library-stripping: True
|
||||
-- configure-option:
|
||||
-- user-install: True
|
||||
-- package-db:
|
||||
-- flags:
|
||||
-- extra-include-dirs:
|
||||
-- deterministic:
|
||||
-- cid:
|
||||
-- extra-lib-dirs:
|
||||
-- extra-framework-dirs:
|
||||
extra-prog-path: /home/collin/.cabal/bin
|
||||
-- instantiate-with:
|
||||
-- tests: False
|
||||
-- coverage: False
|
||||
-- library-coverage:
|
||||
-- allow-older: False
|
||||
-- allow-newer: False
|
||||
-- exact-configuration: False
|
||||
-- benchmarks: False
|
||||
-- relocatable: False
|
||||
-- cabal-lib-version:
|
||||
-- constraint:
|
||||
-- preference:
|
||||
-- solver: modular
|
||||
-- documentation: False
|
||||
-- doc-index-file: $datadir/doc/$arch-$os-$compiler/index.html
|
||||
-- max-backjumps: 2000
|
||||
-- reorder-goals: False
|
||||
-- count-conflicts: True
|
||||
-- shadow-installed-packages: False
|
||||
-- strong-flags: False
|
||||
-- allow-boot-library-installs: False
|
||||
-- reinstall: False
|
||||
-- avoid-reinstalls: False
|
||||
-- force-reinstalls: False
|
||||
-- upgrade-dependencies: False
|
||||
-- index-state:
|
||||
-- root-cmd:
|
||||
-- symlink-bindir:
|
||||
build-summary: /home/collin/.cabal/logs/build.log
|
||||
-- build-log:
|
||||
remote-build-reporting: anonymous
|
||||
-- report-planning-failure: False
|
||||
-- per-component: True
|
||||
-- one-shot: False
|
||||
-- run-tests:
|
||||
jobs: $ncpus
|
||||
-- keep-going: False
|
||||
-- offline: False
|
||||
-- project-file:
|
||||
-- username:
|
||||
-- password:
|
||||
-- password-command:
|
||||
-- builddir:
|
||||
|
||||
haddock
|
||||
-- keep-temp-files: False
|
||||
-- hoogle: False
|
||||
-- html: False
|
||||
-- html-location:
|
||||
-- executables: False
|
||||
-- tests: False
|
||||
-- benchmarks: False
|
||||
-- foreign-libraries: False
|
||||
-- all:
|
||||
-- internal: False
|
||||
-- css:
|
||||
-- hyperlink-source: False
|
||||
-- hscolour-css:
|
||||
-- contents-location:
|
||||
|
||||
install-dirs user
|
||||
-- prefix: /home/collin/.cabal
|
||||
-- bindir: $prefix/bin
|
||||
-- libdir: $prefix/lib
|
||||
-- libsubdir: $abi/$libname
|
||||
-- dynlibdir: $libdir/$abi
|
||||
-- libexecdir: $prefix/libexec
|
||||
-- libexecsubdir: $abi/$pkgid
|
||||
-- datadir: $prefix/share
|
||||
-- datasubdir: $abi/$pkgid
|
||||
-- docdir: $datadir/doc/$abi/$pkgid
|
||||
-- htmldir: $docdir/html
|
||||
-- haddockdir: $htmldir
|
||||
-- sysconfdir: $prefix/etc
|
||||
|
||||
install-dirs global
|
||||
-- prefix: /usr/local
|
||||
-- bindir: $prefix/bin
|
||||
-- libdir: $prefix/lib
|
||||
-- libsubdir: $abi/$libname
|
||||
-- dynlibdir: $libdir/$abi
|
||||
-- libexecdir: $prefix/libexec
|
||||
-- libexecsubdir: $abi/$pkgid
|
||||
-- datadir: $prefix/share
|
||||
-- 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:
|
||||
-- doctest-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:
|
||||
-- runghc-location:
|
||||
-- strip-location:
|
||||
-- tar-location:
|
||||
-- uhc-location:
|
||||
|
||||
program-default-options
|
||||
-- alex-options:
|
||||
-- ar-options:
|
||||
-- c2hs-options:
|
||||
-- cpphs-options:
|
||||
-- doctest-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:
|
||||
-- runghc-options:
|
||||
-- strip-options:
|
||||
-- tar-options:
|
||||
-- uhc-options:
|
Loading…
Reference in New Issue
Block a user