From 6266c5d32f9ff651fcfc3a4cc0c68e89da56ca65 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 11 Apr 2021 17:53:27 -0400 Subject: [PATCH] refactor(users/glittershark): Rename to grfn Rename my //users directory and all places that refer to glittershark to grfn, including nix references and documentation. This may require some extra attention inside of gerrit's database after it lands to allow me to actually push things. Change-Id: I4728b7ec2c60024392c1c1fa6e0d4a59b3e266fa Reviewed-on: https://cl.tvl.fyi/c/depot/+/2933 Tested-by: BuildkiteCI Reviewed-by: tazjin Reviewed-by: lukegb Reviewed-by: glittershark --- README.md | 2 +- ops/machines/all-systems.nix | 2 +- ops/machines/whitby/default.nix | 6 +++--- ops/modules/www/wigglydonke.rs.nix | 2 +- ops/users/default.nix | 2 +- third_party/alsi/OWNERS | 2 +- third_party/lisp/OWNERS | 2 +- third_party/nix/OWNERS | 2 +- tools/emacs-pkgs/tvl/OWNERS | 2 +- users/{glittershark => grfn}/OWNERS | 2 +- users/{glittershark => grfn}/achilles/.envrc | 0 users/{glittershark => grfn}/achilles/.gitignore | 0 users/{glittershark => grfn}/achilles/Cargo.lock | 0 users/{glittershark => grfn}/achilles/Cargo.toml | 0 .../{glittershark => grfn}/achilles/ach/.gitignore | 0 users/{glittershark => grfn}/achilles/ach/Makefile | 0 .../{glittershark => grfn}/achilles/ach/externs.ach | 0 .../achilles/ach/functions.ach | 0 .../{glittershark => grfn}/achilles/ach/simple.ach | 0 users/{glittershark => grfn}/achilles/ach/units.ach | 0 users/{glittershark => grfn}/achilles/default.nix | 0 users/{glittershark => grfn}/achilles/shell.nix | 0 .../{glittershark => grfn}/achilles/src/ast/hir.rs | 0 .../{glittershark => grfn}/achilles/src/ast/mod.rs | 0 .../achilles/src/codegen/llvm.rs | 0 .../achilles/src/codegen/mod.rs | 0 .../achilles/src/commands/check.rs | 0 .../achilles/src/commands/compile.rs | 0 .../achilles/src/commands/eval.rs | 0 .../achilles/src/commands/mod.rs | 0 .../achilles/src/common/env.rs | 0 .../achilles/src/common/error.rs | 0 .../achilles/src/common/mod.rs | 0 .../achilles/src/common/namer.rs | 0 .../{glittershark => grfn}/achilles/src/compiler.rs | 0 .../achilles/src/interpreter/error.rs | 0 .../achilles/src/interpreter/mod.rs | 0 .../achilles/src/interpreter/value.rs | 0 users/{glittershark => grfn}/achilles/src/main.rs | 0 .../achilles/src/parser/expr.rs | 0 .../achilles/src/parser/macros.rs | 0 .../achilles/src/parser/mod.rs | 0 .../achilles/src/parser/type_.rs | 0 .../achilles/src/passes/hir/mod.rs | 0 .../achilles/src/passes/hir/monomorphize.rs | 0 .../achilles/src/passes/hir/strip_positive_units.rs | 0 .../achilles/src/passes/mod.rs | 0 users/{glittershark => grfn}/achilles/src/tc/mod.rs | 0 .../achilles/tests/compile.rs | 0 users/{glittershark => grfn}/emacs.d/+bindings.el | 2 +- users/{glittershark => grfn}/emacs.d/+commands.el | 2 +- .../{glittershark => grfn}/emacs.d/+private.el.gpg | Bin users/{glittershark => grfn}/emacs.d/.gitignore | 0 .../{glittershark => grfn}/emacs.d/autoload/evil.el | 0 .../emacs.d/autoload/hlissner.el | 0 .../emacs.d/clocked-in-elt.el | 3 +-- users/{glittershark => grfn}/emacs.d/clojure.el | 2 +- users/{glittershark => grfn}/emacs.d/company-sql.el | 2 -- users/{glittershark => grfn}/emacs.d/config.el | 2 +- users/{glittershark => grfn}/emacs.d/cpp.el | 4 ++-- users/{glittershark => grfn}/emacs.d/email.el | 2 +- users/{glittershark => grfn}/emacs.d/github-org.el | 2 +- .../emacs.d/google-c-style.el | 0 users/{glittershark => grfn}/emacs.d/grid.el | 2 +- users/{glittershark => grfn}/emacs.d/init.el | 2 +- users/{glittershark => grfn}/emacs.d/irc.el | 8 ++++---- users/{glittershark => grfn}/emacs.d/lisp.el | 2 +- users/{glittershark => grfn}/emacs.d/nix-clangd.sh | 0 users/{glittershark => grfn}/emacs.d/nix.el | 2 +- users/{glittershark => grfn}/emacs.d/org-alerts.el | 2 +- users/{glittershark => grfn}/emacs.d/org-config.el | 3 +-- users/{glittershark => grfn}/emacs.d/org-gcal.el | 2 +- users/{glittershark => grfn}/emacs.d/org-query.el | 2 +- users/{glittershark => grfn}/emacs.d/packages.el | 0 users/{glittershark => grfn}/emacs.d/rust.el | 2 +- .../emacs.d/show-matching-paren.el | 2 +- .../emacs.d/slack-snippets.el | 2 +- users/{glittershark => grfn}/emacs.d/slack.el | 2 +- .../emacs.d/snippets/haskell-mode/annotation | 0 .../emacs.d/snippets/haskell-mode/benchmark-module | 0 .../emacs.d/snippets/haskell-mode/header | 0 .../snippets/haskell-mode/hedgehog-generator | 0 .../emacs.d/snippets/haskell-mode/hedgehog-property | 0 .../emacs.d/snippets/haskell-mode/hlint | 0 .../emacs.d/snippets/haskell-mode/import-i | 0 .../emacs.d/snippets/haskell-mode/inl | 0 .../emacs.d/snippets/haskell-mode/inline | 0 .../emacs.d/snippets/haskell-mode/language pragma | 0 .../emacs.d/snippets/haskell-mode/lens.field | 0 .../emacs.d/snippets/haskell-mode/module | 0 .../emacs.d/snippets/haskell-mode/shut up, hlint | 0 .../emacs.d/snippets/haskell-mode/test-module | 0 .../emacs.d/snippets/haskell-mode/undefined | 0 .../emacs.d/snippets/js2-mode/action-type | 0 .../emacs.d/snippets/js2-mode/before | 0 .../emacs.d/snippets/js2-mode/context | 0 .../emacs.d/snippets/js2-mode/describe | 0 .../emacs.d/snippets/js2-mode/expect | 0 .../emacs.d/snippets/js2-mode/function | 0 .../emacs.d/snippets/js2-mode/header | 0 .../emacs.d/snippets/js2-mode/it | 0 .../emacs.d/snippets/js2-mode/it-pending | 0 .../emacs.d/snippets/js2-mode/module | 0 .../emacs.d/snippets/js2-mode/record | 0 .../emacs.d/snippets/js2-mode/test | 0 .../emacs.d/snippets/nix-mode/fetchFromGitHub | 0 .../emacs.d/snippets/nix-mode/pythonPackage | 0 .../emacs.d/snippets/nix-mode/sha256 | 0 .../emacs.d/snippets/org-mode/SQL source block | 0 .../emacs.d/snippets/org-mode/combat | 0 .../emacs.d/snippets/org-mode/date | 0 .../emacs.d/snippets/org-mode/date-time | 0 .../emacs.d/snippets/org-mode/description | 0 .../emacs.d/snippets/org-mode/nologdone | 0 .../emacs.d/snippets/org-mode/python source block | 0 .../emacs.d/snippets/org-mode/reveal | 0 .../emacs.d/snippets/org-mode/transaction | 0 .../emacs.d/snippets/python-mode/add_column | 0 .../emacs.d/snippets/python-mode/decorate | 0 .../emacs.d/snippets/python-mode/dunder | 0 .../emacs.d/snippets/python-mode/name | 0 .../snippets/python-mode/op.get_bind.execute | 0 .../emacs.d/snippets/python-mode/pdb | 0 .../emacs.d/snippets/rust-mode/#[macro_use] | 0 .../emacs.d/snippets/rust-mode/async test | 0 .../emacs.d/snippets/rust-mode/benchmark | 0 .../emacs.d/snippets/rust-mode/proptest | 0 .../emacs.d/snippets/rust-mode/tests | 0 .../emacs.d/snippets/snippet-mode/indent | 0 .../emacs.d/snippets/sql-mode/count(*) group by | 0 .../emacs.d/snippets/terraform-mode/variable | 0 .../emacs.d/snippets/text-mode/date | 0 users/{glittershark => grfn}/emacs.d/splitjoin.el | 2 +- users/{glittershark => grfn}/emacs.d/sql-strings.el | 2 +- users/{glittershark => grfn}/emacs.d/terraform.el | 2 +- .../emacs.d/tests/splitjoin_test.el | 0 .../emacs.d/themes/grfn-solarized-light-theme.el | 0 users/{glittershark => grfn}/emacs.d/utils.el | 2 +- users/{glittershark => grfn}/emacs.d/vterm.el | 2 +- users/{glittershark => grfn}/gws.fyi/.envrc | 0 users/{glittershark => grfn}/gws.fyi/.gitignore | 0 users/{glittershark => grfn}/gws.fyi/Makefile | 2 +- users/{glittershark => grfn}/gws.fyi/config.el | 0 users/{glittershark => grfn}/gws.fyi/default.nix | 0 users/{glittershark => grfn}/gws.fyi/index.org | 0 users/{glittershark => grfn}/gws.fyi/main.css | 0 .../gws.fyi/orgExportHTML.nix | 0 users/{glittershark => grfn}/gws.fyi/shell.nix | 0 users/{glittershark => grfn}/gws.fyi/site.nix | 0 users/{glittershark => grfn}/keyboard/.gitignore | 0 users/{glittershark => grfn}/keyboard/README.org | 0 users/{glittershark => grfn}/keyboard/default.nix | 0 users/{glittershark => grfn}/keyboard/flash | 0 .../keyboard/increase-tapping-delay.patch | 0 users/{glittershark => grfn}/keyboard/keymap.c | 0 users/{glittershark => grfn}/keys.nix | 0 .../{glittershark => grfn}/org-clubhouse/.gitignore | 0 .../org-clubhouse/CODE_OF_CONDUCT.org | 0 users/{glittershark => grfn}/org-clubhouse/LICENSE | 0 .../{glittershark => grfn}/org-clubhouse/README.org | 0 .../org-clubhouse/org-clubhouse.el | 0 users/{glittershark => grfn}/owothia/.envrc | 0 users/{glittershark => grfn}/owothia/.gitignore | 0 users/{glittershark => grfn}/owothia/chatter.patch | 0 users/{glittershark => grfn}/owothia/default.nix | 0 users/{glittershark => grfn}/owothia/hie.yaml | 0 users/{glittershark => grfn}/owothia/owothia.cabal | 0 .../owothia/regex-tdfa-text.patch | 0 users/{glittershark => grfn}/owothia/shell.nix | 0 users/{glittershark => grfn}/owothia/src/Main.hs | 0 users/{glittershark => grfn}/resume/chimera.png | Bin users/{glittershark => grfn}/resume/collection.sty | 0 users/{glittershark => grfn}/resume/default.nix | 0 users/{glittershark => grfn}/resume/helvetica.sty | 0 users/{glittershark => grfn}/resume/moderncv.cls | 0 .../resume/moderncvcolorblack.sty | 0 .../resume/moderncvcolorblue.sty | 0 .../resume/moderncvcolorgreen.sty | 0 .../resume/moderncvcolorgrey.sty | 0 .../resume/moderncvcolororange.sty | 0 .../resume/moderncvcolorpurple.sty | 0 .../resume/moderncvcolorred.sty | 0 .../resume/moderncvcompatibility.sty | 0 .../resume/moderncviconsletters.sty | 0 .../resume/moderncviconsmarvosym.sty | 0 .../resume/moderncvstylebanking.sty | 0 .../resume/moderncvstylecasual.sty | 0 .../resume/moderncvstyleclassic.sty | 0 .../resume/moderncvstyleempty.sty | 0 .../resume/moderncvstyleoldstyle.sty | 0 users/{glittershark => grfn}/resume/picture.png | Bin users/{glittershark => grfn}/resume/resume.tex | 0 users/{glittershark => grfn}/resume/tweaklist.sty | 0 users/{glittershark => grfn}/system/.gitignore | 0 .../system/home/.skip-subtree | 0 .../system/home/common/legacy-dotfiles.nix | 0 .../system/home/common/solarized.nix | 0 .../{glittershark => grfn}/system/home/default.nix | 0 users/{glittershark => grfn}/system/home/home.nix | 0 .../system/home/machines/chupacabra.nix | 0 .../system/home/machines/dobharchu.nix | 0 .../system/home/machines/roswell.nix | 0 .../system/home/machines/yeren.nix | 0 .../system/home/modules/alacritty.nix | 0 .../system/home/modules/alsi.nix | 0 .../system/home/modules/common.nix | 4 ++-- .../system/home/modules/development.nix | 0 .../system/home/modules/development/agda.nix | 0 .../system/home/modules/development/kube.nix | 0 .../system/home/modules/development/rust.nix | 0 .../system/home/modules/emacs.nix | 0 .../system/home/modules/email.nix | 0 .../system/home/modules/firefox.nix | 0 .../system/home/modules/games.nix | 0 .../system/home/modules/i3.nix | 0 .../system/home/modules/lib/cloneRepo.nix | 0 .../system/home/modules/lib/zshFunctions.nix | 0 .../system/home/modules/nixos-logo.txt | 0 .../system/home/modules/obs.nix | 0 .../system/home/modules/ptt.nix | 0 .../system/home/modules/pure.zsh-theme | 0 .../system/home/modules/rtlsdr.nix | 0 .../system/home/modules/shell.nix | 0 .../system/home/modules/tarsnap.nix | 0 .../system/home/modules/twitter.nix | 0 .../system/home/modules/vim.nix | 0 .../system/home/modules/vimrc | 0 .../system/home/modules/zshrc | 0 .../system/home/platforms/darwin.nix | 0 .../system/home/platforms/linux.nix | 0 users/{glittershark => grfn}/system/install | 0 .../system/system/.skip-subtree | 0 .../system/system/configuration.nix | 0 .../system/system/default.nix | 4 ++-- users/{glittershark => grfn}/system/system/iso.nix | 0 .../system/system/machines/bumblebee.nix | 0 .../system/system/machines/chupacabra.nix | 0 .../system/system/machines/mugwump.nix | 0 .../system/system/machines/roswell.nix | 2 +- .../system/system/machines/yeren.nix | 0 .../system/system/modules/common.nix | 2 +- .../system/system/modules/desktop.nix | 0 .../system/system/modules/development.nix | 0 .../system/system/modules/fcitx.nix | 0 .../system/system/modules/fonts.nix | 0 .../system/system/modules/kernel.nix | 0 .../system/system/modules/laptop.nix | 0 .../system/system/modules/reusable/README.org | 0 .../system/system/modules/reusable/battery.nix | 0 .../system/system/modules/rtlsdr.nix | 0 .../system/system/modules/sound.nix | 0 .../system/system/modules/tvl.nix | 0 .../system/system/modules/work/kolide.deb | Bin .../system/system/modules/work/kolide.nix | 0 .../system/system/modules/xserver.nix | 0 .../wigglydonke.rs/index.html | 0 users/{glittershark => grfn}/wigglydonke.rs/wd.png | Bin users/{glittershark => grfn}/xanthous/.envrc | 0 .../xanthous/.github/actions/nix-build/Dockerfile | 0 .../.github/actions/nix-build/entrypoint.sh | 0 .../xanthous/.github/workflows/haskell.yml | 0 users/{glittershark => grfn}/xanthous/.gitignore | 0 users/{glittershark => grfn}/xanthous/LICENSE | 0 users/{glittershark => grfn}/xanthous/README.org | 0 users/{glittershark => grfn}/xanthous/Setup.hs | 0 .../{glittershark => grfn}/xanthous/bench/Bench.hs | 0 .../xanthous/bench/Bench/Prelude.hs | 0 .../xanthous/bench/Xanthous/Generators/UtilBench.hs | 0 .../xanthous/bench/Xanthous/RandomBench.hs | 0 .../build/generic-arbitrary-export-garbitrary.patch | 0 .../xanthous/build/hgeometry-fix-haddock.patch | 0 .../xanthous/build/update-comonad-extras.patch | 0 users/{glittershark => grfn}/xanthous/default.nix | 0 users/{glittershark => grfn}/xanthous/hie.yaml | 0 users/{glittershark => grfn}/xanthous/nixpkgs.nix | 0 users/{glittershark => grfn}/xanthous/package.yaml | 0 users/{glittershark => grfn}/xanthous/pkg.nix | 0 users/{glittershark => grfn}/xanthous/shell.nix | 0 .../xanthous/src/Data/Aeson/Generic/DerivingVia.hs | 0 users/{glittershark => grfn}/xanthous/src/Main.hs | 0 .../xanthous/src/Xanthous/AI/Gormlak.hs | 0 .../xanthous/src/Xanthous/App.hs | 0 .../xanthous/src/Xanthous/App/Autocommands.hs | 0 .../xanthous/src/Xanthous/App/Common.hs | 0 .../xanthous/src/Xanthous/App/Prompt.hs | 0 .../xanthous/src/Xanthous/App/Time.hs | 0 .../xanthous/src/Xanthous/Command.hs | 0 .../xanthous/src/Xanthous/Data.hs | 0 .../xanthous/src/Xanthous/Data/App.hs | 0 .../xanthous/src/Xanthous/Data/Entities.hs | 0 .../xanthous/src/Xanthous/Data/EntityChar.hs | 0 .../xanthous/src/Xanthous/Data/EntityMap.hs | 0 .../src/Xanthous/Data/EntityMap/Graphics.hs | 0 .../xanthous/src/Xanthous/Data/Levels.hs | 0 .../xanthous/src/Xanthous/Data/NestedMap.hs | 0 .../xanthous/src/Xanthous/Data/VectorBag.hs | 0 .../xanthous/src/Xanthous/Entities/Character.hs | 0 .../xanthous/src/Xanthous/Entities/Creature.hs | 0 .../src/Xanthous/Entities/Creature/Hippocampus.hs | 0 .../xanthous/src/Xanthous/Entities/Draw/Util.hs | 0 .../xanthous/src/Xanthous/Entities/Entities.hs | 0 .../xanthous/src/Xanthous/Entities/Entities.hs-boot | 0 .../xanthous/src/Xanthous/Entities/Environment.hs | 0 .../xanthous/src/Xanthous/Entities/Item.hs | 0 .../xanthous/src/Xanthous/Entities/Marker.hs | 0 .../xanthous/src/Xanthous/Entities/RawTypes.hs | 0 .../xanthous/src/Xanthous/Entities/Raws.hs | 0 .../src/Xanthous/Entities/Raws/gormlak.yaml | 0 .../src/Xanthous/Entities/Raws/noodles.yaml | 0 .../xanthous/src/Xanthous/Entities/Raws/stick.yaml | 0 .../xanthous/src/Xanthous/Game.hs | 0 .../xanthous/src/Xanthous/Game/Arbitrary.hs | 0 .../xanthous/src/Xanthous/Game/Draw.hs | 0 .../xanthous/src/Xanthous/Game/Env.hs | 0 .../xanthous/src/Xanthous/Game/Lenses.hs | 0 .../xanthous/src/Xanthous/Game/Prompt.hs | 0 .../xanthous/src/Xanthous/Game/State.hs | 0 .../xanthous/src/Xanthous/Generators.hs | 0 .../src/Xanthous/Generators/CaveAutomata.hs | 0 .../xanthous/src/Xanthous/Generators/Dungeon.hs | 0 .../src/Xanthous/Generators/LevelContents.hs | 0 .../xanthous/src/Xanthous/Generators/Util.hs | 0 .../xanthous/src/Xanthous/Generators/Village.hs | 0 .../xanthous/src/Xanthous/Messages.hs | 0 .../xanthous/src/Xanthous/Messages/Template.hs | 0 .../xanthous/src/Xanthous/Monad.hs | 0 .../xanthous/src/Xanthous/Orphans.hs | 0 .../xanthous/src/Xanthous/Prelude.hs | 0 .../xanthous/src/Xanthous/Random.hs | 0 .../xanthous/src/Xanthous/Util.hs | 0 .../xanthous/src/Xanthous/Util/Comonad.hs | 0 .../xanthous/src/Xanthous/Util/Graph.hs | 0 .../xanthous/src/Xanthous/Util/Graphics.hs | 0 .../xanthous/src/Xanthous/Util/Inflection.hs | 0 .../xanthous/src/Xanthous/Util/JSON.hs | 0 .../xanthous/src/Xanthous/Util/Optparse.hs | 0 .../xanthous/src/Xanthous/Util/QuickCheck.hs | 0 .../xanthous/src/Xanthous/messages.yaml | 0 users/{glittershark => grfn}/xanthous/test/Spec.hs | 0 .../xanthous/test/Test/Prelude.hs | 0 .../xanthous/test/Xanthous/Data/EntitiesSpec.hs | 0 .../xanthous/test/Xanthous/Data/EntityCharSpec.hs | 0 .../test/Xanthous/Data/EntityMap/GraphicsSpec.hs | 0 .../xanthous/test/Xanthous/Data/EntityMapSpec.hs | 0 .../xanthous/test/Xanthous/Data/LevelsSpec.hs | 0 .../xanthous/test/Xanthous/Data/NestedMapSpec.hs | 0 .../xanthous/test/Xanthous/DataSpec.hs | 0 .../xanthous/test/Xanthous/Entities/RawsSpec.hs | 0 .../xanthous/test/Xanthous/GameSpec.hs | 0 .../xanthous/test/Xanthous/Generators/UtilSpec.hs | 0 .../xanthous/test/Xanthous/MessageSpec.hs | 0 .../xanthous/test/Xanthous/Messages/TemplateSpec.hs | 0 .../xanthous/test/Xanthous/OrphansSpec.hs | 0 .../xanthous/test/Xanthous/RandomSpec.hs | 0 .../xanthous/test/Xanthous/Util/GraphSpec.hs | 0 .../xanthous/test/Xanthous/Util/GraphicsSpec.hs | 0 .../xanthous/test/Xanthous/Util/InflectionSpec.hs | 0 .../xanthous/test/Xanthous/UtilSpec.hs | 0 .../{glittershark => grfn}/xanthous/xanthous.cabal | 0 web/panettone/OWNERS | 2 +- web/panettone/src/authentication.lisp | 2 +- web/panettone/src/model.lisp | 2 +- 362 files changed, 52 insertions(+), 56 deletions(-) rename users/{glittershark => grfn}/OWNERS (59%) rename users/{glittershark => grfn}/achilles/.envrc (100%) rename users/{glittershark => grfn}/achilles/.gitignore (100%) rename users/{glittershark => grfn}/achilles/Cargo.lock (100%) rename users/{glittershark => grfn}/achilles/Cargo.toml (100%) rename users/{glittershark => grfn}/achilles/ach/.gitignore (100%) rename users/{glittershark => grfn}/achilles/ach/Makefile (100%) rename users/{glittershark => grfn}/achilles/ach/externs.ach (100%) rename users/{glittershark => grfn}/achilles/ach/functions.ach (100%) rename users/{glittershark => grfn}/achilles/ach/simple.ach (100%) rename users/{glittershark => grfn}/achilles/ach/units.ach (100%) rename users/{glittershark => grfn}/achilles/default.nix (100%) rename users/{glittershark => grfn}/achilles/shell.nix (100%) rename users/{glittershark => grfn}/achilles/src/ast/hir.rs (100%) rename users/{glittershark => grfn}/achilles/src/ast/mod.rs (100%) rename users/{glittershark => grfn}/achilles/src/codegen/llvm.rs (100%) rename users/{glittershark => grfn}/achilles/src/codegen/mod.rs (100%) rename users/{glittershark => grfn}/achilles/src/commands/check.rs (100%) rename users/{glittershark => grfn}/achilles/src/commands/compile.rs (100%) rename users/{glittershark => grfn}/achilles/src/commands/eval.rs (100%) rename users/{glittershark => grfn}/achilles/src/commands/mod.rs (100%) rename users/{glittershark => grfn}/achilles/src/common/env.rs (100%) rename users/{glittershark => grfn}/achilles/src/common/error.rs (100%) rename users/{glittershark => grfn}/achilles/src/common/mod.rs (100%) rename users/{glittershark => grfn}/achilles/src/common/namer.rs (100%) rename users/{glittershark => grfn}/achilles/src/compiler.rs (100%) rename users/{glittershark => grfn}/achilles/src/interpreter/error.rs (100%) rename users/{glittershark => grfn}/achilles/src/interpreter/mod.rs (100%) rename users/{glittershark => grfn}/achilles/src/interpreter/value.rs (100%) rename users/{glittershark => grfn}/achilles/src/main.rs (100%) rename users/{glittershark => grfn}/achilles/src/parser/expr.rs (100%) rename users/{glittershark => grfn}/achilles/src/parser/macros.rs (100%) rename users/{glittershark => grfn}/achilles/src/parser/mod.rs (100%) rename users/{glittershark => grfn}/achilles/src/parser/type_.rs (100%) rename users/{glittershark => grfn}/achilles/src/passes/hir/mod.rs (100%) rename users/{glittershark => grfn}/achilles/src/passes/hir/monomorphize.rs (100%) rename users/{glittershark => grfn}/achilles/src/passes/hir/strip_positive_units.rs (100%) rename users/{glittershark => grfn}/achilles/src/passes/mod.rs (100%) rename users/{glittershark => grfn}/achilles/src/tc/mod.rs (100%) rename users/{glittershark => grfn}/achilles/tests/compile.rs (100%) rename users/{glittershark => grfn}/emacs.d/+bindings.el (99%) rename users/{glittershark => grfn}/emacs.d/+commands.el (99%) rename users/{glittershark => grfn}/emacs.d/+private.el.gpg (100%) rename users/{glittershark => grfn}/emacs.d/.gitignore (100%) rename users/{glittershark => grfn}/emacs.d/autoload/evil.el (100%) rename users/{glittershark => grfn}/emacs.d/autoload/hlissner.el (100%) rename users/{glittershark => grfn}/emacs.d/clocked-in-elt.el (89%) rename users/{glittershark => grfn}/emacs.d/clojure.el (94%) rename users/{glittershark => grfn}/emacs.d/company-sql.el (99%) rename users/{glittershark => grfn}/emacs.d/config.el (99%) rename users/{glittershark => grfn}/emacs.d/cpp.el (88%) rename users/{glittershark => grfn}/emacs.d/email.el (93%) rename users/{glittershark => grfn}/emacs.d/github-org.el (98%) rename users/{glittershark => grfn}/emacs.d/google-c-style.el (100%) rename users/{glittershark => grfn}/emacs.d/grid.el (98%) rename users/{glittershark => grfn}/emacs.d/init.el (99%) rename users/{glittershark => grfn}/emacs.d/irc.el (94%) rename users/{glittershark => grfn}/emacs.d/lisp.el (92%) rename users/{glittershark => grfn}/emacs.d/nix-clangd.sh (100%) rename users/{glittershark => grfn}/emacs.d/nix.el (91%) rename users/{glittershark => grfn}/emacs.d/org-alerts.el (98%) rename users/{glittershark => grfn}/emacs.d/org-config.el (98%) rename users/{glittershark => grfn}/emacs.d/org-gcal.el (98%) rename users/{glittershark => grfn}/emacs.d/org-query.el (98%) rename users/{glittershark => grfn}/emacs.d/packages.el (100%) rename users/{glittershark => grfn}/emacs.d/rust.el (92%) rename users/{glittershark => grfn}/emacs.d/show-matching-paren.el (97%) rename users/{glittershark => grfn}/emacs.d/slack-snippets.el (99%) rename users/{glittershark => grfn}/emacs.d/slack.el (88%) rename users/{glittershark => grfn}/emacs.d/snippets/haskell-mode/annotation (100%) rename users/{glittershark => grfn}/emacs.d/snippets/haskell-mode/benchmark-module (100%) rename users/{glittershark => grfn}/emacs.d/snippets/haskell-mode/header (100%) rename users/{glittershark => grfn}/emacs.d/snippets/haskell-mode/hedgehog-generator (100%) rename users/{glittershark => grfn}/emacs.d/snippets/haskell-mode/hedgehog-property (100%) rename users/{glittershark => grfn}/emacs.d/snippets/haskell-mode/hlint (100%) rename users/{glittershark => grfn}/emacs.d/snippets/haskell-mode/import-i (100%) rename users/{glittershark => grfn}/emacs.d/snippets/haskell-mode/inl (100%) rename users/{glittershark => grfn}/emacs.d/snippets/haskell-mode/inline (100%) rename users/{glittershark => grfn}/emacs.d/snippets/haskell-mode/language pragma (100%) rename users/{glittershark => grfn}/emacs.d/snippets/haskell-mode/lens.field (100%) rename users/{glittershark => grfn}/emacs.d/snippets/haskell-mode/module (100%) rename users/{glittershark => grfn}/emacs.d/snippets/haskell-mode/shut up, hlint (100%) rename users/{glittershark => grfn}/emacs.d/snippets/haskell-mode/test-module (100%) rename users/{glittershark => grfn}/emacs.d/snippets/haskell-mode/undefined (100%) rename users/{glittershark => grfn}/emacs.d/snippets/js2-mode/action-type (100%) rename users/{glittershark => grfn}/emacs.d/snippets/js2-mode/before (100%) rename users/{glittershark => grfn}/emacs.d/snippets/js2-mode/context (100%) rename users/{glittershark => grfn}/emacs.d/snippets/js2-mode/describe (100%) rename users/{glittershark => grfn}/emacs.d/snippets/js2-mode/expect (100%) rename users/{glittershark => grfn}/emacs.d/snippets/js2-mode/function (100%) rename users/{glittershark => grfn}/emacs.d/snippets/js2-mode/header (100%) rename users/{glittershark => grfn}/emacs.d/snippets/js2-mode/it (100%) rename users/{glittershark => grfn}/emacs.d/snippets/js2-mode/it-pending (100%) rename users/{glittershark => grfn}/emacs.d/snippets/js2-mode/module (100%) rename users/{glittershark => grfn}/emacs.d/snippets/js2-mode/record (100%) rename users/{glittershark => grfn}/emacs.d/snippets/js2-mode/test (100%) rename users/{glittershark => grfn}/emacs.d/snippets/nix-mode/fetchFromGitHub (100%) rename users/{glittershark => grfn}/emacs.d/snippets/nix-mode/pythonPackage (100%) rename users/{glittershark => grfn}/emacs.d/snippets/nix-mode/sha256 (100%) rename users/{glittershark => grfn}/emacs.d/snippets/org-mode/SQL source block (100%) rename users/{glittershark => grfn}/emacs.d/snippets/org-mode/combat (100%) rename users/{glittershark => grfn}/emacs.d/snippets/org-mode/date (100%) rename users/{glittershark => grfn}/emacs.d/snippets/org-mode/date-time (100%) rename users/{glittershark => grfn}/emacs.d/snippets/org-mode/description (100%) rename users/{glittershark => grfn}/emacs.d/snippets/org-mode/nologdone (100%) rename users/{glittershark => grfn}/emacs.d/snippets/org-mode/python source block (100%) rename users/{glittershark => grfn}/emacs.d/snippets/org-mode/reveal (100%) rename users/{glittershark => grfn}/emacs.d/snippets/org-mode/transaction (100%) rename users/{glittershark => grfn}/emacs.d/snippets/python-mode/add_column (100%) rename users/{glittershark => grfn}/emacs.d/snippets/python-mode/decorate (100%) rename users/{glittershark => grfn}/emacs.d/snippets/python-mode/dunder (100%) rename users/{glittershark => grfn}/emacs.d/snippets/python-mode/name (100%) rename users/{glittershark => grfn}/emacs.d/snippets/python-mode/op.get_bind.execute (100%) rename users/{glittershark => grfn}/emacs.d/snippets/python-mode/pdb (100%) rename users/{glittershark => grfn}/emacs.d/snippets/rust-mode/#[macro_use] (100%) rename users/{glittershark => grfn}/emacs.d/snippets/rust-mode/async test (100%) rename users/{glittershark => grfn}/emacs.d/snippets/rust-mode/benchmark (100%) rename users/{glittershark => grfn}/emacs.d/snippets/rust-mode/proptest (100%) rename users/{glittershark => grfn}/emacs.d/snippets/rust-mode/tests (100%) rename users/{glittershark => grfn}/emacs.d/snippets/snippet-mode/indent (100%) rename users/{glittershark => grfn}/emacs.d/snippets/sql-mode/count(*) group by (100%) rename users/{glittershark => grfn}/emacs.d/snippets/terraform-mode/variable (100%) rename users/{glittershark => grfn}/emacs.d/snippets/text-mode/date (100%) rename users/{glittershark => grfn}/emacs.d/splitjoin.el (98%) rename users/{glittershark => grfn}/emacs.d/sql-strings.el (97%) rename users/{glittershark => grfn}/emacs.d/terraform.el (90%) rename users/{glittershark => grfn}/emacs.d/tests/splitjoin_test.el (100%) rename users/{glittershark => grfn}/emacs.d/themes/grfn-solarized-light-theme.el (100%) rename users/{glittershark => grfn}/emacs.d/utils.el (98%) rename users/{glittershark => grfn}/emacs.d/vterm.el (86%) rename users/{glittershark => grfn}/gws.fyi/.envrc (100%) rename users/{glittershark => grfn}/gws.fyi/.gitignore (100%) rename users/{glittershark => grfn}/gws.fyi/Makefile (91%) rename users/{glittershark => grfn}/gws.fyi/config.el (100%) rename users/{glittershark => grfn}/gws.fyi/default.nix (100%) rename users/{glittershark => grfn}/gws.fyi/index.org (100%) rename users/{glittershark => grfn}/gws.fyi/main.css (100%) rename users/{glittershark => grfn}/gws.fyi/orgExportHTML.nix (100%) rename users/{glittershark => grfn}/gws.fyi/shell.nix (100%) rename users/{glittershark => grfn}/gws.fyi/site.nix (100%) rename users/{glittershark => grfn}/keyboard/.gitignore (100%) rename users/{glittershark => grfn}/keyboard/README.org (100%) rename users/{glittershark => grfn}/keyboard/default.nix (100%) rename users/{glittershark => grfn}/keyboard/flash (100%) rename users/{glittershark => grfn}/keyboard/increase-tapping-delay.patch (100%) rename users/{glittershark => grfn}/keyboard/keymap.c (100%) rename users/{glittershark => grfn}/keys.nix (100%) rename users/{glittershark => grfn}/org-clubhouse/.gitignore (100%) rename users/{glittershark => grfn}/org-clubhouse/CODE_OF_CONDUCT.org (100%) rename users/{glittershark => grfn}/org-clubhouse/LICENSE (100%) rename users/{glittershark => grfn}/org-clubhouse/README.org (100%) rename users/{glittershark => grfn}/org-clubhouse/org-clubhouse.el (100%) rename users/{glittershark => grfn}/owothia/.envrc (100%) rename users/{glittershark => grfn}/owothia/.gitignore (100%) rename users/{glittershark => grfn}/owothia/chatter.patch (100%) rename users/{glittershark => grfn}/owothia/default.nix (100%) rename users/{glittershark => grfn}/owothia/hie.yaml (100%) rename users/{glittershark => grfn}/owothia/owothia.cabal (100%) rename users/{glittershark => grfn}/owothia/regex-tdfa-text.patch (100%) rename users/{glittershark => grfn}/owothia/shell.nix (100%) rename users/{glittershark => grfn}/owothia/src/Main.hs (100%) rename users/{glittershark => grfn}/resume/chimera.png (100%) rename users/{glittershark => grfn}/resume/collection.sty (100%) rename users/{glittershark => grfn}/resume/default.nix (100%) rename users/{glittershark => grfn}/resume/helvetica.sty (100%) rename users/{glittershark => grfn}/resume/moderncv.cls (100%) rename users/{glittershark => grfn}/resume/moderncvcolorblack.sty (100%) rename users/{glittershark => grfn}/resume/moderncvcolorblue.sty (100%) rename users/{glittershark => grfn}/resume/moderncvcolorgreen.sty (100%) rename users/{glittershark => grfn}/resume/moderncvcolorgrey.sty (100%) rename users/{glittershark => grfn}/resume/moderncvcolororange.sty (100%) rename users/{glittershark => grfn}/resume/moderncvcolorpurple.sty (100%) rename users/{glittershark => grfn}/resume/moderncvcolorred.sty (100%) rename users/{glittershark => grfn}/resume/moderncvcompatibility.sty (100%) rename users/{glittershark => grfn}/resume/moderncviconsletters.sty (100%) rename users/{glittershark => grfn}/resume/moderncviconsmarvosym.sty (100%) rename users/{glittershark => grfn}/resume/moderncvstylebanking.sty (100%) rename users/{glittershark => grfn}/resume/moderncvstylecasual.sty (100%) rename users/{glittershark => grfn}/resume/moderncvstyleclassic.sty (100%) rename users/{glittershark => grfn}/resume/moderncvstyleempty.sty (100%) rename users/{glittershark => grfn}/resume/moderncvstyleoldstyle.sty (100%) rename users/{glittershark => grfn}/resume/picture.png (100%) rename users/{glittershark => grfn}/resume/resume.tex (100%) rename users/{glittershark => grfn}/resume/tweaklist.sty (100%) rename users/{glittershark => grfn}/system/.gitignore (100%) rename users/{glittershark => grfn}/system/home/.skip-subtree (100%) rename users/{glittershark => grfn}/system/home/common/legacy-dotfiles.nix (100%) rename users/{glittershark => grfn}/system/home/common/solarized.nix (100%) rename users/{glittershark => grfn}/system/home/default.nix (100%) rename users/{glittershark => grfn}/system/home/home.nix (100%) rename users/{glittershark => grfn}/system/home/machines/chupacabra.nix (100%) rename users/{glittershark => grfn}/system/home/machines/dobharchu.nix (100%) rename users/{glittershark => grfn}/system/home/machines/roswell.nix (100%) rename users/{glittershark => grfn}/system/home/machines/yeren.nix (100%) rename users/{glittershark => grfn}/system/home/modules/alacritty.nix (100%) rename users/{glittershark => grfn}/system/home/modules/alsi.nix (100%) rename users/{glittershark => grfn}/system/home/modules/common.nix (92%) rename users/{glittershark => grfn}/system/home/modules/development.nix (100%) rename users/{glittershark => grfn}/system/home/modules/development/agda.nix (100%) rename users/{glittershark => grfn}/system/home/modules/development/kube.nix (100%) rename users/{glittershark => grfn}/system/home/modules/development/rust.nix (100%) rename users/{glittershark => grfn}/system/home/modules/emacs.nix (100%) rename users/{glittershark => grfn}/system/home/modules/email.nix (100%) rename users/{glittershark => grfn}/system/home/modules/firefox.nix (100%) rename users/{glittershark => grfn}/system/home/modules/games.nix (100%) rename users/{glittershark => grfn}/system/home/modules/i3.nix (100%) rename users/{glittershark => grfn}/system/home/modules/lib/cloneRepo.nix (100%) rename users/{glittershark => grfn}/system/home/modules/lib/zshFunctions.nix (100%) rename users/{glittershark => grfn}/system/home/modules/nixos-logo.txt (100%) rename users/{glittershark => grfn}/system/home/modules/obs.nix (100%) rename users/{glittershark => grfn}/system/home/modules/ptt.nix (100%) rename users/{glittershark => grfn}/system/home/modules/pure.zsh-theme (100%) rename users/{glittershark => grfn}/system/home/modules/rtlsdr.nix (100%) rename users/{glittershark => grfn}/system/home/modules/shell.nix (100%) rename users/{glittershark => grfn}/system/home/modules/tarsnap.nix (100%) rename users/{glittershark => grfn}/system/home/modules/twitter.nix (100%) rename users/{glittershark => grfn}/system/home/modules/vim.nix (100%) rename users/{glittershark => grfn}/system/home/modules/vimrc (100%) rename users/{glittershark => grfn}/system/home/modules/zshrc (100%) rename users/{glittershark => grfn}/system/home/platforms/darwin.nix (100%) rename users/{glittershark => grfn}/system/home/platforms/linux.nix (100%) rename users/{glittershark => grfn}/system/install (100%) rename users/{glittershark => grfn}/system/system/.skip-subtree (100%) rename users/{glittershark => grfn}/system/system/configuration.nix (100%) rename users/{glittershark => grfn}/system/system/default.nix (92%) rename users/{glittershark => grfn}/system/system/iso.nix (100%) rename users/{glittershark => grfn}/system/system/machines/bumblebee.nix (100%) rename users/{glittershark => grfn}/system/system/machines/chupacabra.nix (100%) rename users/{glittershark => grfn}/system/system/machines/mugwump.nix (100%) rename users/{glittershark => grfn}/system/system/machines/roswell.nix (89%) rename users/{glittershark => grfn}/system/system/machines/yeren.nix (100%) rename users/{glittershark => grfn}/system/system/modules/common.nix (96%) rename users/{glittershark => grfn}/system/system/modules/desktop.nix (100%) rename users/{glittershark => grfn}/system/system/modules/development.nix (100%) rename users/{glittershark => grfn}/system/system/modules/fcitx.nix (100%) rename users/{glittershark => grfn}/system/system/modules/fonts.nix (100%) rename users/{glittershark => grfn}/system/system/modules/kernel.nix (100%) rename users/{glittershark => grfn}/system/system/modules/laptop.nix (100%) rename users/{glittershark => grfn}/system/system/modules/reusable/README.org (100%) rename users/{glittershark => grfn}/system/system/modules/reusable/battery.nix (100%) rename users/{glittershark => grfn}/system/system/modules/rtlsdr.nix (100%) rename users/{glittershark => grfn}/system/system/modules/sound.nix (100%) rename users/{glittershark => grfn}/system/system/modules/tvl.nix (100%) rename users/{glittershark => grfn}/system/system/modules/work/kolide.deb (100%) rename users/{glittershark => grfn}/system/system/modules/work/kolide.nix (100%) rename users/{glittershark => grfn}/system/system/modules/xserver.nix (100%) rename users/{glittershark => grfn}/wigglydonke.rs/index.html (100%) rename users/{glittershark => grfn}/wigglydonke.rs/wd.png (100%) rename users/{glittershark => grfn}/xanthous/.envrc (100%) rename users/{glittershark => grfn}/xanthous/.github/actions/nix-build/Dockerfile (100%) rename users/{glittershark => grfn}/xanthous/.github/actions/nix-build/entrypoint.sh (100%) rename users/{glittershark => grfn}/xanthous/.github/workflows/haskell.yml (100%) rename users/{glittershark => grfn}/xanthous/.gitignore (100%) rename users/{glittershark => grfn}/xanthous/LICENSE (100%) rename users/{glittershark => grfn}/xanthous/README.org (100%) rename users/{glittershark => grfn}/xanthous/Setup.hs (100%) rename users/{glittershark => grfn}/xanthous/bench/Bench.hs (100%) rename users/{glittershark => grfn}/xanthous/bench/Bench/Prelude.hs (100%) rename users/{glittershark => grfn}/xanthous/bench/Xanthous/Generators/UtilBench.hs (100%) rename users/{glittershark => grfn}/xanthous/bench/Xanthous/RandomBench.hs (100%) rename users/{glittershark => grfn}/xanthous/build/generic-arbitrary-export-garbitrary.patch (100%) rename users/{glittershark => grfn}/xanthous/build/hgeometry-fix-haddock.patch (100%) rename users/{glittershark => grfn}/xanthous/build/update-comonad-extras.patch (100%) rename users/{glittershark => grfn}/xanthous/default.nix (100%) rename users/{glittershark => grfn}/xanthous/hie.yaml (100%) rename users/{glittershark => grfn}/xanthous/nixpkgs.nix (100%) rename users/{glittershark => grfn}/xanthous/package.yaml (100%) rename users/{glittershark => grfn}/xanthous/pkg.nix (100%) rename users/{glittershark => grfn}/xanthous/shell.nix (100%) rename users/{glittershark => grfn}/xanthous/src/Data/Aeson/Generic/DerivingVia.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Main.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/AI/Gormlak.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/App.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/App/Autocommands.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/App/Common.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/App/Prompt.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/App/Time.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Command.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Data.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Data/App.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Data/Entities.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Data/EntityChar.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Data/EntityMap.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Data/EntityMap/Graphics.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Data/Levels.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Data/NestedMap.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Data/VectorBag.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Entities/Character.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Entities/Creature.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Entities/Creature/Hippocampus.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Entities/Draw/Util.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Entities/Entities.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Entities/Entities.hs-boot (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Entities/Environment.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Entities/Item.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Entities/Marker.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Entities/RawTypes.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Entities/Raws.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Entities/Raws/gormlak.yaml (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Entities/Raws/noodles.yaml (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Entities/Raws/stick.yaml (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Game.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Game/Arbitrary.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Game/Draw.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Game/Env.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Game/Lenses.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Game/Prompt.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Game/State.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Generators.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Generators/CaveAutomata.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Generators/Dungeon.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Generators/LevelContents.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Generators/Util.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Generators/Village.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Messages.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Messages/Template.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Monad.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Orphans.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Prelude.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Random.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Util.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Util/Comonad.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Util/Graph.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Util/Graphics.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Util/Inflection.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Util/JSON.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Util/Optparse.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/Util/QuickCheck.hs (100%) rename users/{glittershark => grfn}/xanthous/src/Xanthous/messages.yaml (100%) rename users/{glittershark => grfn}/xanthous/test/Spec.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Test/Prelude.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Xanthous/Data/EntitiesSpec.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Xanthous/Data/EntityCharSpec.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Xanthous/Data/EntityMap/GraphicsSpec.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Xanthous/Data/EntityMapSpec.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Xanthous/Data/LevelsSpec.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Xanthous/Data/NestedMapSpec.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Xanthous/DataSpec.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Xanthous/Entities/RawsSpec.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Xanthous/GameSpec.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Xanthous/Generators/UtilSpec.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Xanthous/MessageSpec.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Xanthous/Messages/TemplateSpec.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Xanthous/OrphansSpec.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Xanthous/RandomSpec.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Xanthous/Util/GraphSpec.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Xanthous/Util/GraphicsSpec.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Xanthous/Util/InflectionSpec.hs (100%) rename users/{glittershark => grfn}/xanthous/test/Xanthous/UtilSpec.hs (100%) rename users/{glittershark => grfn}/xanthous/xanthous.cabal (100%) diff --git a/README.md b/README.md index 0f618bf21..bd27ae351 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Some examples: generator which generates the web page and Atom feed for [tazj.in](https://tazj.in) * `//users/tazjin/finito`: A persistent finite-state machine library for Rust. -* `//users/glittershark/xanthous`: A (WIP) TUI RPG, written in Haskell. +* `//users/grfn/xanthous`: A (WIP) TUI RPG, written in Haskell. * `//users/tazjin/emacs`: tazjin's Emacs & EXWM configuration # Licensing diff --git a/ops/machines/all-systems.nix b/ops/machines/all-systems.nix index 493d39e06..4b1d1457a 100644 --- a/ops/machines/all-systems.nix +++ b/ops/machines/all-systems.nix @@ -10,7 +10,7 @@ tverskoy ]) ++ -(with depot.users.glittershark.system.system; [ +(with depot.users.grfn.system.system; [ chupacabra yeren ]) diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index eb5ee4ed6..eb93aef69 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -54,7 +54,7 @@ in lib.fix(self: { authorizedKeys = depot.users.tazjin.keys.all ++ depot.users.lukegb.keys.all - ++ [ depot.users.glittershark.keys.whitby ]; + ++ [ depot.users.grfn.keys.whitby ]; hostKeys = [ /etc/secrets/initrd_host_ed25519_key @@ -172,7 +172,7 @@ in lib.fix(self: { keys = with depot.users; tazjin.keys.all ++ lukegb.keys.all - ++ [ glittershark.keys.whitby ] + ++ [ grfn.keys.whitby ] ++ sterni.keys.all ; }; @@ -382,7 +382,7 @@ in lib.fix(self: { isNormalUser = true; extraGroups = [ "git" "wheel" ]; openssh.authorizedKeys.keys = [ - depot.users.glittershark.keys.whitby + depot.users.grfn.keys.whitby ]; }; diff --git a/ops/modules/www/wigglydonke.rs.nix b/ops/modules/www/wigglydonke.rs.nix index 0bc67898c..4643b3431 100644 --- a/ops/modules/www/wigglydonke.rs.nix +++ b/ops/modules/www/wigglydonke.rs.nix @@ -9,7 +9,7 @@ services.nginx.virtualHosts."wigglydonke.rs" = { enableACME = true; forceSSL = true; - root = "${depot.depotPath}/users/glittershark/wigglydonke.rs"; + root = "${depot.depotPath}/users/grfn/wigglydonke.rs"; }; }; } diff --git a/ops/users/default.nix b/ops/users/default.nix index 7a59128c6..cb53cc0a3 100644 --- a/ops/users/default.nix +++ b/ops/users/default.nix @@ -47,7 +47,7 @@ password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$TrezbwIY5TKLnJiii0wafQ$K0S2p9I8tiqP907nkgoK6IbG9ia4IuDiylTcIs5pesw"; } { - username = "glittershark"; + username = "grfn"; email = "grfn@gws.fyi"; password = "{SSHA}i7PSAsXwJT3jjmmvU77aar/tU/YPDCEO"; } diff --git a/third_party/alsi/OWNERS b/third_party/alsi/OWNERS index 6f0b5a3ea..79a422fcd 100644 --- a/third_party/alsi/OWNERS +++ b/third_party/alsi/OWNERS @@ -1,3 +1,3 @@ inherit: true owners: - - glittershark + - grfn diff --git a/third_party/lisp/OWNERS b/third_party/lisp/OWNERS index 3f06a5376..2d7f7e237 100644 --- a/third_party/lisp/OWNERS +++ b/third_party/lisp/OWNERS @@ -2,4 +2,4 @@ inherited: true owners: - eta - - glittershark + - grfn diff --git a/third_party/nix/OWNERS b/third_party/nix/OWNERS index 326136be7..886f766d0 100644 --- a/third_party/nix/OWNERS +++ b/third_party/nix/OWNERS @@ -1,5 +1,5 @@ inherited: true owners: - - glittershark + - grfn - tazjin - kanepyork diff --git a/tools/emacs-pkgs/tvl/OWNERS b/tools/emacs-pkgs/tvl/OWNERS index 9473d17bd..ce7e0e37e 100644 --- a/tools/emacs-pkgs/tvl/OWNERS +++ b/tools/emacs-pkgs/tvl/OWNERS @@ -1,3 +1,3 @@ inherited: true owners: - - glittershark + - grfn diff --git a/users/glittershark/OWNERS b/users/grfn/OWNERS similarity index 59% rename from users/glittershark/OWNERS rename to users/grfn/OWNERS index 67e9015c8..da7ac5cb9 100644 --- a/users/glittershark/OWNERS +++ b/users/grfn/OWNERS @@ -1,3 +1,3 @@ inherited: false owners: - - glittershark + - grfn diff --git a/users/glittershark/achilles/.envrc b/users/grfn/achilles/.envrc similarity index 100% rename from users/glittershark/achilles/.envrc rename to users/grfn/achilles/.envrc diff --git a/users/glittershark/achilles/.gitignore b/users/grfn/achilles/.gitignore similarity index 100% rename from users/glittershark/achilles/.gitignore rename to users/grfn/achilles/.gitignore diff --git a/users/glittershark/achilles/Cargo.lock b/users/grfn/achilles/Cargo.lock similarity index 100% rename from users/glittershark/achilles/Cargo.lock rename to users/grfn/achilles/Cargo.lock diff --git a/users/glittershark/achilles/Cargo.toml b/users/grfn/achilles/Cargo.toml similarity index 100% rename from users/glittershark/achilles/Cargo.toml rename to users/grfn/achilles/Cargo.toml diff --git a/users/glittershark/achilles/ach/.gitignore b/users/grfn/achilles/ach/.gitignore similarity index 100% rename from users/glittershark/achilles/ach/.gitignore rename to users/grfn/achilles/ach/.gitignore diff --git a/users/glittershark/achilles/ach/Makefile b/users/grfn/achilles/ach/Makefile similarity index 100% rename from users/glittershark/achilles/ach/Makefile rename to users/grfn/achilles/ach/Makefile diff --git a/users/glittershark/achilles/ach/externs.ach b/users/grfn/achilles/ach/externs.ach similarity index 100% rename from users/glittershark/achilles/ach/externs.ach rename to users/grfn/achilles/ach/externs.ach diff --git a/users/glittershark/achilles/ach/functions.ach b/users/grfn/achilles/ach/functions.ach similarity index 100% rename from users/glittershark/achilles/ach/functions.ach rename to users/grfn/achilles/ach/functions.ach diff --git a/users/glittershark/achilles/ach/simple.ach b/users/grfn/achilles/ach/simple.ach similarity index 100% rename from users/glittershark/achilles/ach/simple.ach rename to users/grfn/achilles/ach/simple.ach diff --git a/users/glittershark/achilles/ach/units.ach b/users/grfn/achilles/ach/units.ach similarity index 100% rename from users/glittershark/achilles/ach/units.ach rename to users/grfn/achilles/ach/units.ach diff --git a/users/glittershark/achilles/default.nix b/users/grfn/achilles/default.nix similarity index 100% rename from users/glittershark/achilles/default.nix rename to users/grfn/achilles/default.nix diff --git a/users/glittershark/achilles/shell.nix b/users/grfn/achilles/shell.nix similarity index 100% rename from users/glittershark/achilles/shell.nix rename to users/grfn/achilles/shell.nix diff --git a/users/glittershark/achilles/src/ast/hir.rs b/users/grfn/achilles/src/ast/hir.rs similarity index 100% rename from users/glittershark/achilles/src/ast/hir.rs rename to users/grfn/achilles/src/ast/hir.rs diff --git a/users/glittershark/achilles/src/ast/mod.rs b/users/grfn/achilles/src/ast/mod.rs similarity index 100% rename from users/glittershark/achilles/src/ast/mod.rs rename to users/grfn/achilles/src/ast/mod.rs diff --git a/users/glittershark/achilles/src/codegen/llvm.rs b/users/grfn/achilles/src/codegen/llvm.rs similarity index 100% rename from users/glittershark/achilles/src/codegen/llvm.rs rename to users/grfn/achilles/src/codegen/llvm.rs diff --git a/users/glittershark/achilles/src/codegen/mod.rs b/users/grfn/achilles/src/codegen/mod.rs similarity index 100% rename from users/glittershark/achilles/src/codegen/mod.rs rename to users/grfn/achilles/src/codegen/mod.rs diff --git a/users/glittershark/achilles/src/commands/check.rs b/users/grfn/achilles/src/commands/check.rs similarity index 100% rename from users/glittershark/achilles/src/commands/check.rs rename to users/grfn/achilles/src/commands/check.rs diff --git a/users/glittershark/achilles/src/commands/compile.rs b/users/grfn/achilles/src/commands/compile.rs similarity index 100% rename from users/glittershark/achilles/src/commands/compile.rs rename to users/grfn/achilles/src/commands/compile.rs diff --git a/users/glittershark/achilles/src/commands/eval.rs b/users/grfn/achilles/src/commands/eval.rs similarity index 100% rename from users/glittershark/achilles/src/commands/eval.rs rename to users/grfn/achilles/src/commands/eval.rs diff --git a/users/glittershark/achilles/src/commands/mod.rs b/users/grfn/achilles/src/commands/mod.rs similarity index 100% rename from users/glittershark/achilles/src/commands/mod.rs rename to users/grfn/achilles/src/commands/mod.rs diff --git a/users/glittershark/achilles/src/common/env.rs b/users/grfn/achilles/src/common/env.rs similarity index 100% rename from users/glittershark/achilles/src/common/env.rs rename to users/grfn/achilles/src/common/env.rs diff --git a/users/glittershark/achilles/src/common/error.rs b/users/grfn/achilles/src/common/error.rs similarity index 100% rename from users/glittershark/achilles/src/common/error.rs rename to users/grfn/achilles/src/common/error.rs diff --git a/users/glittershark/achilles/src/common/mod.rs b/users/grfn/achilles/src/common/mod.rs similarity index 100% rename from users/glittershark/achilles/src/common/mod.rs rename to users/grfn/achilles/src/common/mod.rs diff --git a/users/glittershark/achilles/src/common/namer.rs b/users/grfn/achilles/src/common/namer.rs similarity index 100% rename from users/glittershark/achilles/src/common/namer.rs rename to users/grfn/achilles/src/common/namer.rs diff --git a/users/glittershark/achilles/src/compiler.rs b/users/grfn/achilles/src/compiler.rs similarity index 100% rename from users/glittershark/achilles/src/compiler.rs rename to users/grfn/achilles/src/compiler.rs diff --git a/users/glittershark/achilles/src/interpreter/error.rs b/users/grfn/achilles/src/interpreter/error.rs similarity index 100% rename from users/glittershark/achilles/src/interpreter/error.rs rename to users/grfn/achilles/src/interpreter/error.rs diff --git a/users/glittershark/achilles/src/interpreter/mod.rs b/users/grfn/achilles/src/interpreter/mod.rs similarity index 100% rename from users/glittershark/achilles/src/interpreter/mod.rs rename to users/grfn/achilles/src/interpreter/mod.rs diff --git a/users/glittershark/achilles/src/interpreter/value.rs b/users/grfn/achilles/src/interpreter/value.rs similarity index 100% rename from users/glittershark/achilles/src/interpreter/value.rs rename to users/grfn/achilles/src/interpreter/value.rs diff --git a/users/glittershark/achilles/src/main.rs b/users/grfn/achilles/src/main.rs similarity index 100% rename from users/glittershark/achilles/src/main.rs rename to users/grfn/achilles/src/main.rs diff --git a/users/glittershark/achilles/src/parser/expr.rs b/users/grfn/achilles/src/parser/expr.rs similarity index 100% rename from users/glittershark/achilles/src/parser/expr.rs rename to users/grfn/achilles/src/parser/expr.rs diff --git a/users/glittershark/achilles/src/parser/macros.rs b/users/grfn/achilles/src/parser/macros.rs similarity index 100% rename from users/glittershark/achilles/src/parser/macros.rs rename to users/grfn/achilles/src/parser/macros.rs diff --git a/users/glittershark/achilles/src/parser/mod.rs b/users/grfn/achilles/src/parser/mod.rs similarity index 100% rename from users/glittershark/achilles/src/parser/mod.rs rename to users/grfn/achilles/src/parser/mod.rs diff --git a/users/glittershark/achilles/src/parser/type_.rs b/users/grfn/achilles/src/parser/type_.rs similarity index 100% rename from users/glittershark/achilles/src/parser/type_.rs rename to users/grfn/achilles/src/parser/type_.rs diff --git a/users/glittershark/achilles/src/passes/hir/mod.rs b/users/grfn/achilles/src/passes/hir/mod.rs similarity index 100% rename from users/glittershark/achilles/src/passes/hir/mod.rs rename to users/grfn/achilles/src/passes/hir/mod.rs diff --git a/users/glittershark/achilles/src/passes/hir/monomorphize.rs b/users/grfn/achilles/src/passes/hir/monomorphize.rs similarity index 100% rename from users/glittershark/achilles/src/passes/hir/monomorphize.rs rename to users/grfn/achilles/src/passes/hir/monomorphize.rs diff --git a/users/glittershark/achilles/src/passes/hir/strip_positive_units.rs b/users/grfn/achilles/src/passes/hir/strip_positive_units.rs similarity index 100% rename from users/glittershark/achilles/src/passes/hir/strip_positive_units.rs rename to users/grfn/achilles/src/passes/hir/strip_positive_units.rs diff --git a/users/glittershark/achilles/src/passes/mod.rs b/users/grfn/achilles/src/passes/mod.rs similarity index 100% rename from users/glittershark/achilles/src/passes/mod.rs rename to users/grfn/achilles/src/passes/mod.rs diff --git a/users/glittershark/achilles/src/tc/mod.rs b/users/grfn/achilles/src/tc/mod.rs similarity index 100% rename from users/glittershark/achilles/src/tc/mod.rs rename to users/grfn/achilles/src/tc/mod.rs diff --git a/users/glittershark/achilles/tests/compile.rs b/users/grfn/achilles/tests/compile.rs similarity index 100% rename from users/glittershark/achilles/tests/compile.rs rename to users/grfn/achilles/tests/compile.rs diff --git a/users/glittershark/emacs.d/+bindings.el b/users/grfn/emacs.d/+bindings.el similarity index 99% rename from users/glittershark/emacs.d/+bindings.el rename to users/grfn/emacs.d/+bindings.el index 81ffde367..91040eb71 100644 --- a/users/glittershark/emacs.d/+bindings.el +++ b/users/grfn/emacs.d/+bindings.el @@ -1,4 +1,4 @@ -;; /+bindings.el -*- lexical-binding: t; -*- +;; -*- lexical-binding: t; -*- (load! "utils") (require 'f) diff --git a/users/glittershark/emacs.d/+commands.el b/users/grfn/emacs.d/+commands.el similarity index 99% rename from users/glittershark/emacs.d/+commands.el rename to users/grfn/emacs.d/+commands.el index a5753c8e9..518f185cb 100644 --- a/users/glittershark/emacs.d/+commands.el +++ b/users/grfn/emacs.d/+commands.el @@ -1,4 +1,4 @@ - +;; -*- lexical-binding: t; -*- (defalias 'ex! 'evil-ex-define-cmd) diff --git a/users/glittershark/emacs.d/+private.el.gpg b/users/grfn/emacs.d/+private.el.gpg similarity index 100% rename from users/glittershark/emacs.d/+private.el.gpg rename to users/grfn/emacs.d/+private.el.gpg diff --git a/users/glittershark/emacs.d/.gitignore b/users/grfn/emacs.d/.gitignore similarity index 100% rename from users/glittershark/emacs.d/.gitignore rename to users/grfn/emacs.d/.gitignore diff --git a/users/glittershark/emacs.d/autoload/evil.el b/users/grfn/emacs.d/autoload/evil.el similarity index 100% rename from users/glittershark/emacs.d/autoload/evil.el rename to users/grfn/emacs.d/autoload/evil.el diff --git a/users/glittershark/emacs.d/autoload/hlissner.el b/users/grfn/emacs.d/autoload/hlissner.el similarity index 100% rename from users/glittershark/emacs.d/autoload/hlissner.el rename to users/grfn/emacs.d/autoload/hlissner.el diff --git a/users/glittershark/emacs.d/clocked-in-elt.el b/users/grfn/emacs.d/clocked-in-elt.el similarity index 89% rename from users/glittershark/emacs.d/clocked-in-elt.el rename to users/grfn/emacs.d/clocked-in-elt.el index 00fda047e..be4161441 100644 --- a/users/glittershark/emacs.d/clocked-in-elt.el +++ b/users/grfn/emacs.d/clocked-in-elt.el @@ -1,5 +1,4 @@ -;;; ~/.doom.d/clocked-in-elt.el -*- lexical-binding: t; -*- -;;; +;;; -*- lexical-binding: t; -*- (load (expand-file-name "init" (or (getenv "EMACSDIR") (expand-file-name "../.emacs.d" diff --git a/users/glittershark/emacs.d/clojure.el b/users/grfn/emacs.d/clojure.el similarity index 94% rename from users/glittershark/emacs.d/clojure.el rename to users/grfn/emacs.d/clojure.el index 07f1a4e21..9dc1a6832 100644 --- a/users/glittershark/emacs.d/clojure.el +++ b/users/grfn/emacs.d/clojure.el @@ -1,4 +1,4 @@ -;;; ~/code/depot/users/glittershark/emacs.d/clojure.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- (defun clojure-thing-at-point-setup () (interactive) diff --git a/users/glittershark/emacs.d/company-sql.el b/users/grfn/emacs.d/company-sql.el similarity index 99% rename from users/glittershark/emacs.d/company-sql.el rename to users/grfn/emacs.d/company-sql.el index 2408347ce..e623aa2de 100644 --- a/users/glittershark/emacs.d/company-sql.el +++ b/users/grfn/emacs.d/company-sql.el @@ -1,5 +1,3 @@ -;;; ~/.doom.d/company-sql.el - ;;; Commentary: ;;; TODO diff --git a/users/glittershark/emacs.d/config.el b/users/grfn/emacs.d/config.el similarity index 99% rename from users/glittershark/emacs.d/config.el rename to users/grfn/emacs.d/config.el index fd6eced21..230211ea2 100644 --- a/users/glittershark/emacs.d/config.el +++ b/users/grfn/emacs.d/config.el @@ -1,4 +1,4 @@ -;;; private/grfn/config.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- ;; I've swapped these keys on my keyboard (setq x-super-keysym 'alt diff --git a/users/glittershark/emacs.d/cpp.el b/users/grfn/emacs.d/cpp.el similarity index 88% rename from users/glittershark/emacs.d/cpp.el rename to users/grfn/emacs.d/cpp.el index 3f118ec37..5b5dc8ead 100644 --- a/users/glittershark/emacs.d/cpp.el +++ b/users/grfn/emacs.d/cpp.el @@ -1,4 +1,4 @@ -;;; ~/code/depot/users/glittershark/emacs.d/cpp.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- (load! "google-c-style") @@ -11,7 +11,7 @@ (when (s-starts-with? "/home/grfn/code/depot/third_party/nix" (buffer-file-name)) - (setq lsp-clients-clangd-executable "/home/grfn/code/depot/users/glittershark/emacs.d/nix-clangd.sh" + (setq lsp-clients-clangd-executable "/home/grfn/code/depot/users/grfn/emacs.d/nix-clangd.sh" lsp-clients-clangd-args nil) (google-set-c-style) (lsp) diff --git a/users/glittershark/emacs.d/email.el b/users/grfn/emacs.d/email.el similarity index 93% rename from users/glittershark/emacs.d/email.el rename to users/grfn/emacs.d/email.el index 240fcfc53..b6e51f686 100644 --- a/users/glittershark/emacs.d/email.el +++ b/users/grfn/emacs.d/email.el @@ -1,4 +1,4 @@ -;;; ~/code/depot/users/glittershark/emacs.d/email.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- (after! notmuch (setq notmuch-saved-searches diff --git a/users/glittershark/emacs.d/github-org.el b/users/grfn/emacs.d/github-org.el similarity index 98% rename from users/glittershark/emacs.d/github-org.el rename to users/grfn/emacs.d/github-org.el index be8af3f39..f4f9d2e37 100644 --- a/users/glittershark/emacs.d/github-org.el +++ b/users/grfn/emacs.d/github-org.el @@ -1,4 +1,4 @@ -;;; ~/.doom.d/github-org.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- (require 'ghub) diff --git a/users/glittershark/emacs.d/google-c-style.el b/users/grfn/emacs.d/google-c-style.el similarity index 100% rename from users/glittershark/emacs.d/google-c-style.el rename to users/grfn/emacs.d/google-c-style.el diff --git a/users/glittershark/emacs.d/grid.el b/users/grfn/emacs.d/grid.el similarity index 98% rename from users/glittershark/emacs.d/grid.el rename to users/grfn/emacs.d/grid.el index ad524504e..75776a38c 100644 --- a/users/glittershark/emacs.d/grid.el +++ b/users/grfn/emacs.d/grid.el @@ -1,4 +1,4 @@ -;;; ~/.doom.d/grid.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- (require 's) diff --git a/users/glittershark/emacs.d/init.el b/users/grfn/emacs.d/init.el similarity index 99% rename from users/glittershark/emacs.d/init.el rename to users/grfn/emacs.d/init.el index 99a6ad749..4ffa33ca6 100644 --- a/users/glittershark/emacs.d/init.el +++ b/users/grfn/emacs.d/init.el @@ -1,4 +1,4 @@ -;;; private/grfn/init.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- (doom! :completion company ; the ultimate code completion backend diff --git a/users/glittershark/emacs.d/irc.el b/users/grfn/emacs.d/irc.el similarity index 94% rename from users/glittershark/emacs.d/irc.el rename to users/grfn/emacs.d/irc.el index 6d378fe20..7a3ff23c3 100644 --- a/users/glittershark/emacs.d/irc.el +++ b/users/grfn/emacs.d/irc.el @@ -1,4 +1,4 @@ -;;; ~/.doom.d/irc.el +;;; -*- lexical-binding: t; -*- (require 'erc) (require 'alert) @@ -46,7 +46,7 @@ message))) (or (and tvl-enabled? (string-equal erc-channel "##tvl")) - (string-match "glittershark" message))))) + (string-match "grfn" message))))) (comment last-info @@ -61,7 +61,7 @@ If the buffer is currently not visible, makes it sticky." (if (or (null match-type) (not (eq match-type 'fool))) (let (alert-log-messages) (alert (or message (buffer-string)) - :severity (if (string-match "glittershark" (or message "")) + :severity (if (string-match "grfn" (or message "")) 'high 'low) :title (or nick (buffer-name)) :data `(:message ,(or message (buffer-string)) @@ -79,7 +79,7 @@ If the buffer is currently not visible, makes it sticky." :predicate #'(lambda (info) (and (not (eq (current-buffer) (plist-get info :buffer))) - (string-match "glittershark:" (plist-get info :message)))) + (string-match "grfn:" (plist-get info :message)))) :persistent #'(lambda (info) ;; If the buffer is buried, or the user has been idle for diff --git a/users/glittershark/emacs.d/lisp.el b/users/grfn/emacs.d/lisp.el similarity index 92% rename from users/glittershark/emacs.d/lisp.el rename to users/grfn/emacs.d/lisp.el index e18a1609b..c45cc7e6e 100644 --- a/users/glittershark/emacs.d/lisp.el +++ b/users/grfn/emacs.d/lisp.el @@ -1,4 +1,4 @@ -;;; ~/code/depot/users/glittershark/emacs.d/lisp.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- (defun grfn/sly-panettone () (interactive) diff --git a/users/glittershark/emacs.d/nix-clangd.sh b/users/grfn/emacs.d/nix-clangd.sh similarity index 100% rename from users/glittershark/emacs.d/nix-clangd.sh rename to users/grfn/emacs.d/nix-clangd.sh diff --git a/users/glittershark/emacs.d/nix.el b/users/grfn/emacs.d/nix.el similarity index 91% rename from users/glittershark/emacs.d/nix.el rename to users/grfn/emacs.d/nix.el index a5d09f825..ec5b474af 100644 --- a/users/glittershark/emacs.d/nix.el +++ b/users/grfn/emacs.d/nix.el @@ -1,4 +1,4 @@ -;;; ~/code/depot/users/glittershark/emacs.d/nix.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- (defun nix-buffer-type () "Returns: diff --git a/users/glittershark/emacs.d/org-alerts.el b/users/grfn/emacs.d/org-alerts.el similarity index 98% rename from users/glittershark/emacs.d/org-alerts.el rename to users/grfn/emacs.d/org-alerts.el index 993791f36..8e6c3e041 100644 --- a/users/glittershark/emacs.d/org-alerts.el +++ b/users/grfn/emacs.d/org-alerts.el @@ -1,4 +1,4 @@ -;;; ~/.doom.d/org-alerts.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- ;;; Commentary: diff --git a/users/glittershark/emacs.d/org-config.el b/users/grfn/emacs.d/org-config.el similarity index 98% rename from users/glittershark/emacs.d/org-config.el rename to users/grfn/emacs.d/org-config.el index 59953dfea..f2a60d0dc 100644 --- a/users/glittershark/emacs.d/org-config.el +++ b/users/grfn/emacs.d/org-config.el @@ -1,5 +1,4 @@ -;;; ~/.doom.d/org-config.el -*- lexical-binding: t; -*- -;;; +;;; -*- lexical-binding: t; -*- (defun notes-file (f) (concat org-directory (if (string-prefix-p "/" f) "" "/") f)) diff --git a/users/glittershark/emacs.d/org-gcal.el b/users/grfn/emacs.d/org-gcal.el similarity index 98% rename from users/glittershark/emacs.d/org-gcal.el rename to users/grfn/emacs.d/org-gcal.el index 361daaac4..3e315c5e6 100644 --- a/users/glittershark/emacs.d/org-gcal.el +++ b/users/grfn/emacs.d/org-gcal.el @@ -1,4 +1,4 @@ -;;; ~/.doom.d/org-gcal.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- (require 'aio) (require 'parse-time) diff --git a/users/glittershark/emacs.d/org-query.el b/users/grfn/emacs.d/org-query.el similarity index 98% rename from users/glittershark/emacs.d/org-query.el rename to users/grfn/emacs.d/org-query.el index 3ed4b086a..e659e02c8 100644 --- a/users/glittershark/emacs.d/org-query.el +++ b/users/grfn/emacs.d/org-query.el @@ -1,4 +1,4 @@ -;;; ~/.doom.d/org-query.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- (require 'org) (require 'org-agenda) diff --git a/users/glittershark/emacs.d/packages.el b/users/grfn/emacs.d/packages.el similarity index 100% rename from users/glittershark/emacs.d/packages.el rename to users/grfn/emacs.d/packages.el diff --git a/users/glittershark/emacs.d/rust.el b/users/grfn/emacs.d/rust.el similarity index 92% rename from users/glittershark/emacs.d/rust.el rename to users/grfn/emacs.d/rust.el index 44c3552f6..91d1f16a1 100644 --- a/users/glittershark/emacs.d/rust.el +++ b/users/grfn/emacs.d/rust.el @@ -1,4 +1,4 @@ -;;; ../code/depot/users/glittershark/emacs.d/rust.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- (add-to-list 'auto-mode-alist '("\\.rs$" . rust-mode)) diff --git a/users/glittershark/emacs.d/show-matching-paren.el b/users/grfn/emacs.d/show-matching-paren.el similarity index 97% rename from users/glittershark/emacs.d/show-matching-paren.el rename to users/grfn/emacs.d/show-matching-paren.el index d10751a63..ab65a912a 100644 --- a/users/glittershark/emacs.d/show-matching-paren.el +++ b/users/grfn/emacs.d/show-matching-paren.el @@ -1,4 +1,4 @@ -;;; ~/.doom.d/show-matching-paren.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- ;;; https://with-emacs.com/posts/ui-hacks/show-matching-lines-when-parentheses-go-off-screen/ diff --git a/users/glittershark/emacs.d/slack-snippets.el b/users/grfn/emacs.d/slack-snippets.el similarity index 99% rename from users/glittershark/emacs.d/slack-snippets.el rename to users/grfn/emacs.d/slack-snippets.el index 9e05382ee..b5bd4db74 100644 --- a/users/glittershark/emacs.d/slack-snippets.el +++ b/users/grfn/emacs.d/slack-snippets.el @@ -1,4 +1,4 @@ -;;; private/grfn/slack-snippets.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- (require 'dash) (require 'dash-functional) diff --git a/users/glittershark/emacs.d/slack.el b/users/grfn/emacs.d/slack.el similarity index 88% rename from users/glittershark/emacs.d/slack.el rename to users/grfn/emacs.d/slack.el index ac81067bb..54d3b40b0 100644 --- a/users/glittershark/emacs.d/slack.el +++ b/users/grfn/emacs.d/slack.el @@ -1,4 +1,4 @@ -;;; ~/code/depot/users/glittershark/emacs.d/slack.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- (after! slack (set-face-foreground 'slack-message-output-header +solarized-s-base01) diff --git a/users/glittershark/emacs.d/snippets/haskell-mode/annotation b/users/grfn/emacs.d/snippets/haskell-mode/annotation similarity index 100% rename from users/glittershark/emacs.d/snippets/haskell-mode/annotation rename to users/grfn/emacs.d/snippets/haskell-mode/annotation diff --git a/users/glittershark/emacs.d/snippets/haskell-mode/benchmark-module b/users/grfn/emacs.d/snippets/haskell-mode/benchmark-module similarity index 100% rename from users/glittershark/emacs.d/snippets/haskell-mode/benchmark-module rename to users/grfn/emacs.d/snippets/haskell-mode/benchmark-module diff --git a/users/glittershark/emacs.d/snippets/haskell-mode/header b/users/grfn/emacs.d/snippets/haskell-mode/header similarity index 100% rename from users/glittershark/emacs.d/snippets/haskell-mode/header rename to users/grfn/emacs.d/snippets/haskell-mode/header diff --git a/users/glittershark/emacs.d/snippets/haskell-mode/hedgehog-generator b/users/grfn/emacs.d/snippets/haskell-mode/hedgehog-generator similarity index 100% rename from users/glittershark/emacs.d/snippets/haskell-mode/hedgehog-generator rename to users/grfn/emacs.d/snippets/haskell-mode/hedgehog-generator diff --git a/users/glittershark/emacs.d/snippets/haskell-mode/hedgehog-property b/users/grfn/emacs.d/snippets/haskell-mode/hedgehog-property similarity index 100% rename from users/glittershark/emacs.d/snippets/haskell-mode/hedgehog-property rename to users/grfn/emacs.d/snippets/haskell-mode/hedgehog-property diff --git a/users/glittershark/emacs.d/snippets/haskell-mode/hlint b/users/grfn/emacs.d/snippets/haskell-mode/hlint similarity index 100% rename from users/glittershark/emacs.d/snippets/haskell-mode/hlint rename to users/grfn/emacs.d/snippets/haskell-mode/hlint diff --git a/users/glittershark/emacs.d/snippets/haskell-mode/import-i b/users/grfn/emacs.d/snippets/haskell-mode/import-i similarity index 100% rename from users/glittershark/emacs.d/snippets/haskell-mode/import-i rename to users/grfn/emacs.d/snippets/haskell-mode/import-i diff --git a/users/glittershark/emacs.d/snippets/haskell-mode/inl b/users/grfn/emacs.d/snippets/haskell-mode/inl similarity index 100% rename from users/glittershark/emacs.d/snippets/haskell-mode/inl rename to users/grfn/emacs.d/snippets/haskell-mode/inl diff --git a/users/glittershark/emacs.d/snippets/haskell-mode/inline b/users/grfn/emacs.d/snippets/haskell-mode/inline similarity index 100% rename from users/glittershark/emacs.d/snippets/haskell-mode/inline rename to users/grfn/emacs.d/snippets/haskell-mode/inline diff --git a/users/glittershark/emacs.d/snippets/haskell-mode/language pragma b/users/grfn/emacs.d/snippets/haskell-mode/language pragma similarity index 100% rename from users/glittershark/emacs.d/snippets/haskell-mode/language pragma rename to users/grfn/emacs.d/snippets/haskell-mode/language pragma diff --git a/users/glittershark/emacs.d/snippets/haskell-mode/lens.field b/users/grfn/emacs.d/snippets/haskell-mode/lens.field similarity index 100% rename from users/glittershark/emacs.d/snippets/haskell-mode/lens.field rename to users/grfn/emacs.d/snippets/haskell-mode/lens.field diff --git a/users/glittershark/emacs.d/snippets/haskell-mode/module b/users/grfn/emacs.d/snippets/haskell-mode/module similarity index 100% rename from users/glittershark/emacs.d/snippets/haskell-mode/module rename to users/grfn/emacs.d/snippets/haskell-mode/module diff --git a/users/glittershark/emacs.d/snippets/haskell-mode/shut up, hlint b/users/grfn/emacs.d/snippets/haskell-mode/shut up, hlint similarity index 100% rename from users/glittershark/emacs.d/snippets/haskell-mode/shut up, hlint rename to users/grfn/emacs.d/snippets/haskell-mode/shut up, hlint diff --git a/users/glittershark/emacs.d/snippets/haskell-mode/test-module b/users/grfn/emacs.d/snippets/haskell-mode/test-module similarity index 100% rename from users/glittershark/emacs.d/snippets/haskell-mode/test-module rename to users/grfn/emacs.d/snippets/haskell-mode/test-module diff --git a/users/glittershark/emacs.d/snippets/haskell-mode/undefined b/users/grfn/emacs.d/snippets/haskell-mode/undefined similarity index 100% rename from users/glittershark/emacs.d/snippets/haskell-mode/undefined rename to users/grfn/emacs.d/snippets/haskell-mode/undefined diff --git a/users/glittershark/emacs.d/snippets/js2-mode/action-type b/users/grfn/emacs.d/snippets/js2-mode/action-type similarity index 100% rename from users/glittershark/emacs.d/snippets/js2-mode/action-type rename to users/grfn/emacs.d/snippets/js2-mode/action-type diff --git a/users/glittershark/emacs.d/snippets/js2-mode/before b/users/grfn/emacs.d/snippets/js2-mode/before similarity index 100% rename from users/glittershark/emacs.d/snippets/js2-mode/before rename to users/grfn/emacs.d/snippets/js2-mode/before diff --git a/users/glittershark/emacs.d/snippets/js2-mode/context b/users/grfn/emacs.d/snippets/js2-mode/context similarity index 100% rename from users/glittershark/emacs.d/snippets/js2-mode/context rename to users/grfn/emacs.d/snippets/js2-mode/context diff --git a/users/glittershark/emacs.d/snippets/js2-mode/describe b/users/grfn/emacs.d/snippets/js2-mode/describe similarity index 100% rename from users/glittershark/emacs.d/snippets/js2-mode/describe rename to users/grfn/emacs.d/snippets/js2-mode/describe diff --git a/users/glittershark/emacs.d/snippets/js2-mode/expect b/users/grfn/emacs.d/snippets/js2-mode/expect similarity index 100% rename from users/glittershark/emacs.d/snippets/js2-mode/expect rename to users/grfn/emacs.d/snippets/js2-mode/expect diff --git a/users/glittershark/emacs.d/snippets/js2-mode/function b/users/grfn/emacs.d/snippets/js2-mode/function similarity index 100% rename from users/glittershark/emacs.d/snippets/js2-mode/function rename to users/grfn/emacs.d/snippets/js2-mode/function diff --git a/users/glittershark/emacs.d/snippets/js2-mode/header b/users/grfn/emacs.d/snippets/js2-mode/header similarity index 100% rename from users/glittershark/emacs.d/snippets/js2-mode/header rename to users/grfn/emacs.d/snippets/js2-mode/header diff --git a/users/glittershark/emacs.d/snippets/js2-mode/it b/users/grfn/emacs.d/snippets/js2-mode/it similarity index 100% rename from users/glittershark/emacs.d/snippets/js2-mode/it rename to users/grfn/emacs.d/snippets/js2-mode/it diff --git a/users/glittershark/emacs.d/snippets/js2-mode/it-pending b/users/grfn/emacs.d/snippets/js2-mode/it-pending similarity index 100% rename from users/glittershark/emacs.d/snippets/js2-mode/it-pending rename to users/grfn/emacs.d/snippets/js2-mode/it-pending diff --git a/users/glittershark/emacs.d/snippets/js2-mode/module b/users/grfn/emacs.d/snippets/js2-mode/module similarity index 100% rename from users/glittershark/emacs.d/snippets/js2-mode/module rename to users/grfn/emacs.d/snippets/js2-mode/module diff --git a/users/glittershark/emacs.d/snippets/js2-mode/record b/users/grfn/emacs.d/snippets/js2-mode/record similarity index 100% rename from users/glittershark/emacs.d/snippets/js2-mode/record rename to users/grfn/emacs.d/snippets/js2-mode/record diff --git a/users/glittershark/emacs.d/snippets/js2-mode/test b/users/grfn/emacs.d/snippets/js2-mode/test similarity index 100% rename from users/glittershark/emacs.d/snippets/js2-mode/test rename to users/grfn/emacs.d/snippets/js2-mode/test diff --git a/users/glittershark/emacs.d/snippets/nix-mode/fetchFromGitHub b/users/grfn/emacs.d/snippets/nix-mode/fetchFromGitHub similarity index 100% rename from users/glittershark/emacs.d/snippets/nix-mode/fetchFromGitHub rename to users/grfn/emacs.d/snippets/nix-mode/fetchFromGitHub diff --git a/users/glittershark/emacs.d/snippets/nix-mode/pythonPackage b/users/grfn/emacs.d/snippets/nix-mode/pythonPackage similarity index 100% rename from users/glittershark/emacs.d/snippets/nix-mode/pythonPackage rename to users/grfn/emacs.d/snippets/nix-mode/pythonPackage diff --git a/users/glittershark/emacs.d/snippets/nix-mode/sha256 b/users/grfn/emacs.d/snippets/nix-mode/sha256 similarity index 100% rename from users/glittershark/emacs.d/snippets/nix-mode/sha256 rename to users/grfn/emacs.d/snippets/nix-mode/sha256 diff --git a/users/glittershark/emacs.d/snippets/org-mode/SQL source block b/users/grfn/emacs.d/snippets/org-mode/SQL source block similarity index 100% rename from users/glittershark/emacs.d/snippets/org-mode/SQL source block rename to users/grfn/emacs.d/snippets/org-mode/SQL source block diff --git a/users/glittershark/emacs.d/snippets/org-mode/combat b/users/grfn/emacs.d/snippets/org-mode/combat similarity index 100% rename from users/glittershark/emacs.d/snippets/org-mode/combat rename to users/grfn/emacs.d/snippets/org-mode/combat diff --git a/users/glittershark/emacs.d/snippets/org-mode/date b/users/grfn/emacs.d/snippets/org-mode/date similarity index 100% rename from users/glittershark/emacs.d/snippets/org-mode/date rename to users/grfn/emacs.d/snippets/org-mode/date diff --git a/users/glittershark/emacs.d/snippets/org-mode/date-time b/users/grfn/emacs.d/snippets/org-mode/date-time similarity index 100% rename from users/glittershark/emacs.d/snippets/org-mode/date-time rename to users/grfn/emacs.d/snippets/org-mode/date-time diff --git a/users/glittershark/emacs.d/snippets/org-mode/description b/users/grfn/emacs.d/snippets/org-mode/description similarity index 100% rename from users/glittershark/emacs.d/snippets/org-mode/description rename to users/grfn/emacs.d/snippets/org-mode/description diff --git a/users/glittershark/emacs.d/snippets/org-mode/nologdone b/users/grfn/emacs.d/snippets/org-mode/nologdone similarity index 100% rename from users/glittershark/emacs.d/snippets/org-mode/nologdone rename to users/grfn/emacs.d/snippets/org-mode/nologdone diff --git a/users/glittershark/emacs.d/snippets/org-mode/python source block b/users/grfn/emacs.d/snippets/org-mode/python source block similarity index 100% rename from users/glittershark/emacs.d/snippets/org-mode/python source block rename to users/grfn/emacs.d/snippets/org-mode/python source block diff --git a/users/glittershark/emacs.d/snippets/org-mode/reveal b/users/grfn/emacs.d/snippets/org-mode/reveal similarity index 100% rename from users/glittershark/emacs.d/snippets/org-mode/reveal rename to users/grfn/emacs.d/snippets/org-mode/reveal diff --git a/users/glittershark/emacs.d/snippets/org-mode/transaction b/users/grfn/emacs.d/snippets/org-mode/transaction similarity index 100% rename from users/glittershark/emacs.d/snippets/org-mode/transaction rename to users/grfn/emacs.d/snippets/org-mode/transaction diff --git a/users/glittershark/emacs.d/snippets/python-mode/add_column b/users/grfn/emacs.d/snippets/python-mode/add_column similarity index 100% rename from users/glittershark/emacs.d/snippets/python-mode/add_column rename to users/grfn/emacs.d/snippets/python-mode/add_column diff --git a/users/glittershark/emacs.d/snippets/python-mode/decorate b/users/grfn/emacs.d/snippets/python-mode/decorate similarity index 100% rename from users/glittershark/emacs.d/snippets/python-mode/decorate rename to users/grfn/emacs.d/snippets/python-mode/decorate diff --git a/users/glittershark/emacs.d/snippets/python-mode/dunder b/users/grfn/emacs.d/snippets/python-mode/dunder similarity index 100% rename from users/glittershark/emacs.d/snippets/python-mode/dunder rename to users/grfn/emacs.d/snippets/python-mode/dunder diff --git a/users/glittershark/emacs.d/snippets/python-mode/name b/users/grfn/emacs.d/snippets/python-mode/name similarity index 100% rename from users/glittershark/emacs.d/snippets/python-mode/name rename to users/grfn/emacs.d/snippets/python-mode/name diff --git a/users/glittershark/emacs.d/snippets/python-mode/op.get_bind.execute b/users/grfn/emacs.d/snippets/python-mode/op.get_bind.execute similarity index 100% rename from users/glittershark/emacs.d/snippets/python-mode/op.get_bind.execute rename to users/grfn/emacs.d/snippets/python-mode/op.get_bind.execute diff --git a/users/glittershark/emacs.d/snippets/python-mode/pdb b/users/grfn/emacs.d/snippets/python-mode/pdb similarity index 100% rename from users/glittershark/emacs.d/snippets/python-mode/pdb rename to users/grfn/emacs.d/snippets/python-mode/pdb diff --git a/users/glittershark/emacs.d/snippets/rust-mode/#[macro_use] b/users/grfn/emacs.d/snippets/rust-mode/#[macro_use] similarity index 100% rename from users/glittershark/emacs.d/snippets/rust-mode/#[macro_use] rename to users/grfn/emacs.d/snippets/rust-mode/#[macro_use] diff --git a/users/glittershark/emacs.d/snippets/rust-mode/async test b/users/grfn/emacs.d/snippets/rust-mode/async test similarity index 100% rename from users/glittershark/emacs.d/snippets/rust-mode/async test rename to users/grfn/emacs.d/snippets/rust-mode/async test diff --git a/users/glittershark/emacs.d/snippets/rust-mode/benchmark b/users/grfn/emacs.d/snippets/rust-mode/benchmark similarity index 100% rename from users/glittershark/emacs.d/snippets/rust-mode/benchmark rename to users/grfn/emacs.d/snippets/rust-mode/benchmark diff --git a/users/glittershark/emacs.d/snippets/rust-mode/proptest b/users/grfn/emacs.d/snippets/rust-mode/proptest similarity index 100% rename from users/glittershark/emacs.d/snippets/rust-mode/proptest rename to users/grfn/emacs.d/snippets/rust-mode/proptest diff --git a/users/glittershark/emacs.d/snippets/rust-mode/tests b/users/grfn/emacs.d/snippets/rust-mode/tests similarity index 100% rename from users/glittershark/emacs.d/snippets/rust-mode/tests rename to users/grfn/emacs.d/snippets/rust-mode/tests diff --git a/users/glittershark/emacs.d/snippets/snippet-mode/indent b/users/grfn/emacs.d/snippets/snippet-mode/indent similarity index 100% rename from users/glittershark/emacs.d/snippets/snippet-mode/indent rename to users/grfn/emacs.d/snippets/snippet-mode/indent diff --git a/users/glittershark/emacs.d/snippets/sql-mode/count(*) group by b/users/grfn/emacs.d/snippets/sql-mode/count(*) group by similarity index 100% rename from users/glittershark/emacs.d/snippets/sql-mode/count(*) group by rename to users/grfn/emacs.d/snippets/sql-mode/count(*) group by diff --git a/users/glittershark/emacs.d/snippets/terraform-mode/variable b/users/grfn/emacs.d/snippets/terraform-mode/variable similarity index 100% rename from users/glittershark/emacs.d/snippets/terraform-mode/variable rename to users/grfn/emacs.d/snippets/terraform-mode/variable diff --git a/users/glittershark/emacs.d/snippets/text-mode/date b/users/grfn/emacs.d/snippets/text-mode/date similarity index 100% rename from users/glittershark/emacs.d/snippets/text-mode/date rename to users/grfn/emacs.d/snippets/text-mode/date diff --git a/users/glittershark/emacs.d/splitjoin.el b/users/grfn/emacs.d/splitjoin.el similarity index 98% rename from users/glittershark/emacs.d/splitjoin.el rename to users/grfn/emacs.d/splitjoin.el index ea4dcfc39..dbc9704d7 100644 --- a/users/glittershark/emacs.d/splitjoin.el +++ b/users/grfn/emacs.d/splitjoin.el @@ -1,4 +1,4 @@ -;;; private/grfn/splitjoin.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- (require 'dash) (load! "utils") diff --git a/users/glittershark/emacs.d/sql-strings.el b/users/grfn/emacs.d/sql-strings.el similarity index 97% rename from users/glittershark/emacs.d/sql-strings.el rename to users/grfn/emacs.d/sql-strings.el index 37e22af42..eef397a24 100644 --- a/users/glittershark/emacs.d/sql-strings.el +++ b/users/grfn/emacs.d/sql-strings.el @@ -1,4 +1,4 @@ -;;; ~/.doom.d/sql-strings.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- ;;; https://www.emacswiki.org/emacs/StringAtPoint (defun ourcomments-string-or-comment-bounds-1 (what) diff --git a/users/glittershark/emacs.d/terraform.el b/users/grfn/emacs.d/terraform.el similarity index 90% rename from users/glittershark/emacs.d/terraform.el rename to users/grfn/emacs.d/terraform.el index 6a1dc4ba4..28e7ce09a 100644 --- a/users/glittershark/emacs.d/terraform.el +++ b/users/grfn/emacs.d/terraform.el @@ -1,4 +1,4 @@ -;;; ../code/depot/users/glittershark/emacs.d/terraform.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- (add-hook 'terraform-mode-hook #'terraform-format-on-save-mode) diff --git a/users/glittershark/emacs.d/tests/splitjoin_test.el b/users/grfn/emacs.d/tests/splitjoin_test.el similarity index 100% rename from users/glittershark/emacs.d/tests/splitjoin_test.el rename to users/grfn/emacs.d/tests/splitjoin_test.el diff --git a/users/glittershark/emacs.d/themes/grfn-solarized-light-theme.el b/users/grfn/emacs.d/themes/grfn-solarized-light-theme.el similarity index 100% rename from users/glittershark/emacs.d/themes/grfn-solarized-light-theme.el rename to users/grfn/emacs.d/themes/grfn-solarized-light-theme.el diff --git a/users/glittershark/emacs.d/utils.el b/users/grfn/emacs.d/utils.el similarity index 98% rename from users/glittershark/emacs.d/utils.el rename to users/grfn/emacs.d/utils.el index 1bfac3ca8..21192753a 100644 --- a/users/glittershark/emacs.d/utils.el +++ b/users/grfn/emacs.d/utils.el @@ -1,4 +1,4 @@ -;;; private/grfn/utils.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- ;; Elisp Extras diff --git a/users/glittershark/emacs.d/vterm.el b/users/grfn/emacs.d/vterm.el similarity index 86% rename from users/glittershark/emacs.d/vterm.el rename to users/grfn/emacs.d/vterm.el index 02d6223a4..a7fdea46d 100644 --- a/users/glittershark/emacs.d/vterm.el +++ b/users/grfn/emacs.d/vterm.el @@ -1,4 +1,4 @@ -;;; ../code/depot/users/glittershark/emacs.d/vterm.el -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- (defun require-vterm () (add-to-list diff --git a/users/glittershark/gws.fyi/.envrc b/users/grfn/gws.fyi/.envrc similarity index 100% rename from users/glittershark/gws.fyi/.envrc rename to users/grfn/gws.fyi/.envrc diff --git a/users/glittershark/gws.fyi/.gitignore b/users/grfn/gws.fyi/.gitignore similarity index 100% rename from users/glittershark/gws.fyi/.gitignore rename to users/grfn/gws.fyi/.gitignore diff --git a/users/glittershark/gws.fyi/Makefile b/users/grfn/gws.fyi/Makefile similarity index 91% rename from users/glittershark/gws.fyi/Makefile rename to users/grfn/gws.fyi/Makefile index a21bfe7b8..d6c9f40c9 100644 --- a/users/glittershark/gws.fyi/Makefile +++ b/users/grfn/gws.fyi/Makefile @@ -1,7 +1,7 @@ .PHONY: deploy deploy: - @$(shell nix-build `git rev-parse --show-toplevel` -A 'users.glittershark."gws.fyi"') + @$(shell nix-build `git rev-parse --show-toplevel` -A 'users.grfn."gws.fyi"') renew: @echo Renewing... diff --git a/users/glittershark/gws.fyi/config.el b/users/grfn/gws.fyi/config.el similarity index 100% rename from users/glittershark/gws.fyi/config.el rename to users/grfn/gws.fyi/config.el diff --git a/users/glittershark/gws.fyi/default.nix b/users/grfn/gws.fyi/default.nix similarity index 100% rename from users/glittershark/gws.fyi/default.nix rename to users/grfn/gws.fyi/default.nix diff --git a/users/glittershark/gws.fyi/index.org b/users/grfn/gws.fyi/index.org similarity index 100% rename from users/glittershark/gws.fyi/index.org rename to users/grfn/gws.fyi/index.org diff --git a/users/glittershark/gws.fyi/main.css b/users/grfn/gws.fyi/main.css similarity index 100% rename from users/glittershark/gws.fyi/main.css rename to users/grfn/gws.fyi/main.css diff --git a/users/glittershark/gws.fyi/orgExportHTML.nix b/users/grfn/gws.fyi/orgExportHTML.nix similarity index 100% rename from users/glittershark/gws.fyi/orgExportHTML.nix rename to users/grfn/gws.fyi/orgExportHTML.nix diff --git a/users/glittershark/gws.fyi/shell.nix b/users/grfn/gws.fyi/shell.nix similarity index 100% rename from users/glittershark/gws.fyi/shell.nix rename to users/grfn/gws.fyi/shell.nix diff --git a/users/glittershark/gws.fyi/site.nix b/users/grfn/gws.fyi/site.nix similarity index 100% rename from users/glittershark/gws.fyi/site.nix rename to users/grfn/gws.fyi/site.nix diff --git a/users/glittershark/keyboard/.gitignore b/users/grfn/keyboard/.gitignore similarity index 100% rename from users/glittershark/keyboard/.gitignore rename to users/grfn/keyboard/.gitignore diff --git a/users/glittershark/keyboard/README.org b/users/grfn/keyboard/README.org similarity index 100% rename from users/glittershark/keyboard/README.org rename to users/grfn/keyboard/README.org diff --git a/users/glittershark/keyboard/default.nix b/users/grfn/keyboard/default.nix similarity index 100% rename from users/glittershark/keyboard/default.nix rename to users/grfn/keyboard/default.nix diff --git a/users/glittershark/keyboard/flash b/users/grfn/keyboard/flash similarity index 100% rename from users/glittershark/keyboard/flash rename to users/grfn/keyboard/flash diff --git a/users/glittershark/keyboard/increase-tapping-delay.patch b/users/grfn/keyboard/increase-tapping-delay.patch similarity index 100% rename from users/glittershark/keyboard/increase-tapping-delay.patch rename to users/grfn/keyboard/increase-tapping-delay.patch diff --git a/users/glittershark/keyboard/keymap.c b/users/grfn/keyboard/keymap.c similarity index 100% rename from users/glittershark/keyboard/keymap.c rename to users/grfn/keyboard/keymap.c diff --git a/users/glittershark/keys.nix b/users/grfn/keys.nix similarity index 100% rename from users/glittershark/keys.nix rename to users/grfn/keys.nix diff --git a/users/glittershark/org-clubhouse/.gitignore b/users/grfn/org-clubhouse/.gitignore similarity index 100% rename from users/glittershark/org-clubhouse/.gitignore rename to users/grfn/org-clubhouse/.gitignore diff --git a/users/glittershark/org-clubhouse/CODE_OF_CONDUCT.org b/users/grfn/org-clubhouse/CODE_OF_CONDUCT.org similarity index 100% rename from users/glittershark/org-clubhouse/CODE_OF_CONDUCT.org rename to users/grfn/org-clubhouse/CODE_OF_CONDUCT.org diff --git a/users/glittershark/org-clubhouse/LICENSE b/users/grfn/org-clubhouse/LICENSE similarity index 100% rename from users/glittershark/org-clubhouse/LICENSE rename to users/grfn/org-clubhouse/LICENSE diff --git a/users/glittershark/org-clubhouse/README.org b/users/grfn/org-clubhouse/README.org similarity index 100% rename from users/glittershark/org-clubhouse/README.org rename to users/grfn/org-clubhouse/README.org diff --git a/users/glittershark/org-clubhouse/org-clubhouse.el b/users/grfn/org-clubhouse/org-clubhouse.el similarity index 100% rename from users/glittershark/org-clubhouse/org-clubhouse.el rename to users/grfn/org-clubhouse/org-clubhouse.el diff --git a/users/glittershark/owothia/.envrc b/users/grfn/owothia/.envrc similarity index 100% rename from users/glittershark/owothia/.envrc rename to users/grfn/owothia/.envrc diff --git a/users/glittershark/owothia/.gitignore b/users/grfn/owothia/.gitignore similarity index 100% rename from users/glittershark/owothia/.gitignore rename to users/grfn/owothia/.gitignore diff --git a/users/glittershark/owothia/chatter.patch b/users/grfn/owothia/chatter.patch similarity index 100% rename from users/glittershark/owothia/chatter.patch rename to users/grfn/owothia/chatter.patch diff --git a/users/glittershark/owothia/default.nix b/users/grfn/owothia/default.nix similarity index 100% rename from users/glittershark/owothia/default.nix rename to users/grfn/owothia/default.nix diff --git a/users/glittershark/owothia/hie.yaml b/users/grfn/owothia/hie.yaml similarity index 100% rename from users/glittershark/owothia/hie.yaml rename to users/grfn/owothia/hie.yaml diff --git a/users/glittershark/owothia/owothia.cabal b/users/grfn/owothia/owothia.cabal similarity index 100% rename from users/glittershark/owothia/owothia.cabal rename to users/grfn/owothia/owothia.cabal diff --git a/users/glittershark/owothia/regex-tdfa-text.patch b/users/grfn/owothia/regex-tdfa-text.patch similarity index 100% rename from users/glittershark/owothia/regex-tdfa-text.patch rename to users/grfn/owothia/regex-tdfa-text.patch diff --git a/users/glittershark/owothia/shell.nix b/users/grfn/owothia/shell.nix similarity index 100% rename from users/glittershark/owothia/shell.nix rename to users/grfn/owothia/shell.nix diff --git a/users/glittershark/owothia/src/Main.hs b/users/grfn/owothia/src/Main.hs similarity index 100% rename from users/glittershark/owothia/src/Main.hs rename to users/grfn/owothia/src/Main.hs diff --git a/users/glittershark/resume/chimera.png b/users/grfn/resume/chimera.png similarity index 100% rename from users/glittershark/resume/chimera.png rename to users/grfn/resume/chimera.png diff --git a/users/glittershark/resume/collection.sty b/users/grfn/resume/collection.sty similarity index 100% rename from users/glittershark/resume/collection.sty rename to users/grfn/resume/collection.sty diff --git a/users/glittershark/resume/default.nix b/users/grfn/resume/default.nix similarity index 100% rename from users/glittershark/resume/default.nix rename to users/grfn/resume/default.nix diff --git a/users/glittershark/resume/helvetica.sty b/users/grfn/resume/helvetica.sty similarity index 100% rename from users/glittershark/resume/helvetica.sty rename to users/grfn/resume/helvetica.sty diff --git a/users/glittershark/resume/moderncv.cls b/users/grfn/resume/moderncv.cls similarity index 100% rename from users/glittershark/resume/moderncv.cls rename to users/grfn/resume/moderncv.cls diff --git a/users/glittershark/resume/moderncvcolorblack.sty b/users/grfn/resume/moderncvcolorblack.sty similarity index 100% rename from users/glittershark/resume/moderncvcolorblack.sty rename to users/grfn/resume/moderncvcolorblack.sty diff --git a/users/glittershark/resume/moderncvcolorblue.sty b/users/grfn/resume/moderncvcolorblue.sty similarity index 100% rename from users/glittershark/resume/moderncvcolorblue.sty rename to users/grfn/resume/moderncvcolorblue.sty diff --git a/users/glittershark/resume/moderncvcolorgreen.sty b/users/grfn/resume/moderncvcolorgreen.sty similarity index 100% rename from users/glittershark/resume/moderncvcolorgreen.sty rename to users/grfn/resume/moderncvcolorgreen.sty diff --git a/users/glittershark/resume/moderncvcolorgrey.sty b/users/grfn/resume/moderncvcolorgrey.sty similarity index 100% rename from users/glittershark/resume/moderncvcolorgrey.sty rename to users/grfn/resume/moderncvcolorgrey.sty diff --git a/users/glittershark/resume/moderncvcolororange.sty b/users/grfn/resume/moderncvcolororange.sty similarity index 100% rename from users/glittershark/resume/moderncvcolororange.sty rename to users/grfn/resume/moderncvcolororange.sty diff --git a/users/glittershark/resume/moderncvcolorpurple.sty b/users/grfn/resume/moderncvcolorpurple.sty similarity index 100% rename from users/glittershark/resume/moderncvcolorpurple.sty rename to users/grfn/resume/moderncvcolorpurple.sty diff --git a/users/glittershark/resume/moderncvcolorred.sty b/users/grfn/resume/moderncvcolorred.sty similarity index 100% rename from users/glittershark/resume/moderncvcolorred.sty rename to users/grfn/resume/moderncvcolorred.sty diff --git a/users/glittershark/resume/moderncvcompatibility.sty b/users/grfn/resume/moderncvcompatibility.sty similarity index 100% rename from users/glittershark/resume/moderncvcompatibility.sty rename to users/grfn/resume/moderncvcompatibility.sty diff --git a/users/glittershark/resume/moderncviconsletters.sty b/users/grfn/resume/moderncviconsletters.sty similarity index 100% rename from users/glittershark/resume/moderncviconsletters.sty rename to users/grfn/resume/moderncviconsletters.sty diff --git a/users/glittershark/resume/moderncviconsmarvosym.sty b/users/grfn/resume/moderncviconsmarvosym.sty similarity index 100% rename from users/glittershark/resume/moderncviconsmarvosym.sty rename to users/grfn/resume/moderncviconsmarvosym.sty diff --git a/users/glittershark/resume/moderncvstylebanking.sty b/users/grfn/resume/moderncvstylebanking.sty similarity index 100% rename from users/glittershark/resume/moderncvstylebanking.sty rename to users/grfn/resume/moderncvstylebanking.sty diff --git a/users/glittershark/resume/moderncvstylecasual.sty b/users/grfn/resume/moderncvstylecasual.sty similarity index 100% rename from users/glittershark/resume/moderncvstylecasual.sty rename to users/grfn/resume/moderncvstylecasual.sty diff --git a/users/glittershark/resume/moderncvstyleclassic.sty b/users/grfn/resume/moderncvstyleclassic.sty similarity index 100% rename from users/glittershark/resume/moderncvstyleclassic.sty rename to users/grfn/resume/moderncvstyleclassic.sty diff --git a/users/glittershark/resume/moderncvstyleempty.sty b/users/grfn/resume/moderncvstyleempty.sty similarity index 100% rename from users/glittershark/resume/moderncvstyleempty.sty rename to users/grfn/resume/moderncvstyleempty.sty diff --git a/users/glittershark/resume/moderncvstyleoldstyle.sty b/users/grfn/resume/moderncvstyleoldstyle.sty similarity index 100% rename from users/glittershark/resume/moderncvstyleoldstyle.sty rename to users/grfn/resume/moderncvstyleoldstyle.sty diff --git a/users/glittershark/resume/picture.png b/users/grfn/resume/picture.png similarity index 100% rename from users/glittershark/resume/picture.png rename to users/grfn/resume/picture.png diff --git a/users/glittershark/resume/resume.tex b/users/grfn/resume/resume.tex similarity index 100% rename from users/glittershark/resume/resume.tex rename to users/grfn/resume/resume.tex diff --git a/users/glittershark/resume/tweaklist.sty b/users/grfn/resume/tweaklist.sty similarity index 100% rename from users/glittershark/resume/tweaklist.sty rename to users/grfn/resume/tweaklist.sty diff --git a/users/glittershark/system/.gitignore b/users/grfn/system/.gitignore similarity index 100% rename from users/glittershark/system/.gitignore rename to users/grfn/system/.gitignore diff --git a/users/glittershark/system/home/.skip-subtree b/users/grfn/system/home/.skip-subtree similarity index 100% rename from users/glittershark/system/home/.skip-subtree rename to users/grfn/system/home/.skip-subtree diff --git a/users/glittershark/system/home/common/legacy-dotfiles.nix b/users/grfn/system/home/common/legacy-dotfiles.nix similarity index 100% rename from users/glittershark/system/home/common/legacy-dotfiles.nix rename to users/grfn/system/home/common/legacy-dotfiles.nix diff --git a/users/glittershark/system/home/common/solarized.nix b/users/grfn/system/home/common/solarized.nix similarity index 100% rename from users/glittershark/system/home/common/solarized.nix rename to users/grfn/system/home/common/solarized.nix diff --git a/users/glittershark/system/home/default.nix b/users/grfn/system/home/default.nix similarity index 100% rename from users/glittershark/system/home/default.nix rename to users/grfn/system/home/default.nix diff --git a/users/glittershark/system/home/home.nix b/users/grfn/system/home/home.nix similarity index 100% rename from users/glittershark/system/home/home.nix rename to users/grfn/system/home/home.nix diff --git a/users/glittershark/system/home/machines/chupacabra.nix b/users/grfn/system/home/machines/chupacabra.nix similarity index 100% rename from users/glittershark/system/home/machines/chupacabra.nix rename to users/grfn/system/home/machines/chupacabra.nix diff --git a/users/glittershark/system/home/machines/dobharchu.nix b/users/grfn/system/home/machines/dobharchu.nix similarity index 100% rename from users/glittershark/system/home/machines/dobharchu.nix rename to users/grfn/system/home/machines/dobharchu.nix diff --git a/users/glittershark/system/home/machines/roswell.nix b/users/grfn/system/home/machines/roswell.nix similarity index 100% rename from users/glittershark/system/home/machines/roswell.nix rename to users/grfn/system/home/machines/roswell.nix diff --git a/users/glittershark/system/home/machines/yeren.nix b/users/grfn/system/home/machines/yeren.nix similarity index 100% rename from users/glittershark/system/home/machines/yeren.nix rename to users/grfn/system/home/machines/yeren.nix diff --git a/users/glittershark/system/home/modules/alacritty.nix b/users/grfn/system/home/modules/alacritty.nix similarity index 100% rename from users/glittershark/system/home/modules/alacritty.nix rename to users/grfn/system/home/modules/alacritty.nix diff --git a/users/glittershark/system/home/modules/alsi.nix b/users/grfn/system/home/modules/alsi.nix similarity index 100% rename from users/glittershark/system/home/modules/alsi.nix rename to users/grfn/system/home/modules/alsi.nix diff --git a/users/glittershark/system/home/modules/common.nix b/users/grfn/system/home/modules/common.nix similarity index 92% rename from users/glittershark/system/home/modules/common.nix rename to users/grfn/system/home/modules/common.nix index d420595ad..02935aaa5 100644 --- a/users/glittershark/system/home/modules/common.nix +++ b/users/grfn/system/home/modules/common.nix @@ -47,8 +47,8 @@ (writeShellScriptBin "rebuild-mugwump" '' set -eo pipefail cd ~/code/depot - nix build -f . users.glittershark.system.system.mugwumpSystem -o /tmp/mugwump - nix copy -f . users.glittershark.system.system.mugwumpSystem \ + nix build -f . users.grfn.system.system.mugwumpSystem -o /tmp/mugwump + nix copy -f . users.grfn.system.system.mugwumpSystem \ --to ssh://mugwump system=$(readlink -ef /tmp/mugwump) ssh mugwump sudo nix-env -p /nix/var/nix/profiles/system --set $system diff --git a/users/glittershark/system/home/modules/development.nix b/users/grfn/system/home/modules/development.nix similarity index 100% rename from users/glittershark/system/home/modules/development.nix rename to users/grfn/system/home/modules/development.nix diff --git a/users/glittershark/system/home/modules/development/agda.nix b/users/grfn/system/home/modules/development/agda.nix similarity index 100% rename from users/glittershark/system/home/modules/development/agda.nix rename to users/grfn/system/home/modules/development/agda.nix diff --git a/users/glittershark/system/home/modules/development/kube.nix b/users/grfn/system/home/modules/development/kube.nix similarity index 100% rename from users/glittershark/system/home/modules/development/kube.nix rename to users/grfn/system/home/modules/development/kube.nix diff --git a/users/glittershark/system/home/modules/development/rust.nix b/users/grfn/system/home/modules/development/rust.nix similarity index 100% rename from users/glittershark/system/home/modules/development/rust.nix rename to users/grfn/system/home/modules/development/rust.nix diff --git a/users/glittershark/system/home/modules/emacs.nix b/users/grfn/system/home/modules/emacs.nix similarity index 100% rename from users/glittershark/system/home/modules/emacs.nix rename to users/grfn/system/home/modules/emacs.nix diff --git a/users/glittershark/system/home/modules/email.nix b/users/grfn/system/home/modules/email.nix similarity index 100% rename from users/glittershark/system/home/modules/email.nix rename to users/grfn/system/home/modules/email.nix diff --git a/users/glittershark/system/home/modules/firefox.nix b/users/grfn/system/home/modules/firefox.nix similarity index 100% rename from users/glittershark/system/home/modules/firefox.nix rename to users/grfn/system/home/modules/firefox.nix diff --git a/users/glittershark/system/home/modules/games.nix b/users/grfn/system/home/modules/games.nix similarity index 100% rename from users/glittershark/system/home/modules/games.nix rename to users/grfn/system/home/modules/games.nix diff --git a/users/glittershark/system/home/modules/i3.nix b/users/grfn/system/home/modules/i3.nix similarity index 100% rename from users/glittershark/system/home/modules/i3.nix rename to users/grfn/system/home/modules/i3.nix diff --git a/users/glittershark/system/home/modules/lib/cloneRepo.nix b/users/grfn/system/home/modules/lib/cloneRepo.nix similarity index 100% rename from users/glittershark/system/home/modules/lib/cloneRepo.nix rename to users/grfn/system/home/modules/lib/cloneRepo.nix diff --git a/users/glittershark/system/home/modules/lib/zshFunctions.nix b/users/grfn/system/home/modules/lib/zshFunctions.nix similarity index 100% rename from users/glittershark/system/home/modules/lib/zshFunctions.nix rename to users/grfn/system/home/modules/lib/zshFunctions.nix diff --git a/users/glittershark/system/home/modules/nixos-logo.txt b/users/grfn/system/home/modules/nixos-logo.txt similarity index 100% rename from users/glittershark/system/home/modules/nixos-logo.txt rename to users/grfn/system/home/modules/nixos-logo.txt diff --git a/users/glittershark/system/home/modules/obs.nix b/users/grfn/system/home/modules/obs.nix similarity index 100% rename from users/glittershark/system/home/modules/obs.nix rename to users/grfn/system/home/modules/obs.nix diff --git a/users/glittershark/system/home/modules/ptt.nix b/users/grfn/system/home/modules/ptt.nix similarity index 100% rename from users/glittershark/system/home/modules/ptt.nix rename to users/grfn/system/home/modules/ptt.nix diff --git a/users/glittershark/system/home/modules/pure.zsh-theme b/users/grfn/system/home/modules/pure.zsh-theme similarity index 100% rename from users/glittershark/system/home/modules/pure.zsh-theme rename to users/grfn/system/home/modules/pure.zsh-theme diff --git a/users/glittershark/system/home/modules/rtlsdr.nix b/users/grfn/system/home/modules/rtlsdr.nix similarity index 100% rename from users/glittershark/system/home/modules/rtlsdr.nix rename to users/grfn/system/home/modules/rtlsdr.nix diff --git a/users/glittershark/system/home/modules/shell.nix b/users/grfn/system/home/modules/shell.nix similarity index 100% rename from users/glittershark/system/home/modules/shell.nix rename to users/grfn/system/home/modules/shell.nix diff --git a/users/glittershark/system/home/modules/tarsnap.nix b/users/grfn/system/home/modules/tarsnap.nix similarity index 100% rename from users/glittershark/system/home/modules/tarsnap.nix rename to users/grfn/system/home/modules/tarsnap.nix diff --git a/users/glittershark/system/home/modules/twitter.nix b/users/grfn/system/home/modules/twitter.nix similarity index 100% rename from users/glittershark/system/home/modules/twitter.nix rename to users/grfn/system/home/modules/twitter.nix diff --git a/users/glittershark/system/home/modules/vim.nix b/users/grfn/system/home/modules/vim.nix similarity index 100% rename from users/glittershark/system/home/modules/vim.nix rename to users/grfn/system/home/modules/vim.nix diff --git a/users/glittershark/system/home/modules/vimrc b/users/grfn/system/home/modules/vimrc similarity index 100% rename from users/glittershark/system/home/modules/vimrc rename to users/grfn/system/home/modules/vimrc diff --git a/users/glittershark/system/home/modules/zshrc b/users/grfn/system/home/modules/zshrc similarity index 100% rename from users/glittershark/system/home/modules/zshrc rename to users/grfn/system/home/modules/zshrc diff --git a/users/glittershark/system/home/platforms/darwin.nix b/users/grfn/system/home/platforms/darwin.nix similarity index 100% rename from users/glittershark/system/home/platforms/darwin.nix rename to users/grfn/system/home/platforms/darwin.nix diff --git a/users/glittershark/system/home/platforms/linux.nix b/users/grfn/system/home/platforms/linux.nix similarity index 100% rename from users/glittershark/system/home/platforms/linux.nix rename to users/grfn/system/home/platforms/linux.nix diff --git a/users/glittershark/system/install b/users/grfn/system/install similarity index 100% rename from users/glittershark/system/install rename to users/grfn/system/install diff --git a/users/glittershark/system/system/.skip-subtree b/users/grfn/system/system/.skip-subtree similarity index 100% rename from users/glittershark/system/system/.skip-subtree rename to users/grfn/system/system/.skip-subtree diff --git a/users/glittershark/system/system/configuration.nix b/users/grfn/system/system/configuration.nix similarity index 100% rename from users/glittershark/system/system/configuration.nix rename to users/grfn/system/system/configuration.nix diff --git a/users/glittershark/system/system/default.nix b/users/grfn/system/system/default.nix similarity index 92% rename from users/glittershark/system/system/default.nix rename to users/grfn/system/system/default.nix index 6592eddc0..9db9570ea 100644 --- a/users/glittershark/system/system/default.nix +++ b/users/grfn/system/system/default.nix @@ -52,8 +52,8 @@ rec { caseFor = hostname: '' ${hostname}) - echo "Rebuilding NixOS for //users/glittershark/nixos/${hostname}" - system=$(nix-build -E '(import ${depotPath} {}).users.glittershark.system.system.${hostname}' --no-out-link) + echo "Rebuilding NixOS for //users/grfn/nixos/${hostname}" + system=$(nix-build -E '(import ${depotPath} {}).users.grfn.system.system.${hostname}' --no-out-link) ;; ''; in pkgs.writeShellScriptBin "rebuilder" '' diff --git a/users/glittershark/system/system/iso.nix b/users/grfn/system/system/iso.nix similarity index 100% rename from users/glittershark/system/system/iso.nix rename to users/grfn/system/system/iso.nix diff --git a/users/glittershark/system/system/machines/bumblebee.nix b/users/grfn/system/system/machines/bumblebee.nix similarity index 100% rename from users/glittershark/system/system/machines/bumblebee.nix rename to users/grfn/system/system/machines/bumblebee.nix diff --git a/users/glittershark/system/system/machines/chupacabra.nix b/users/grfn/system/system/machines/chupacabra.nix similarity index 100% rename from users/glittershark/system/system/machines/chupacabra.nix rename to users/grfn/system/system/machines/chupacabra.nix diff --git a/users/glittershark/system/system/machines/mugwump.nix b/users/grfn/system/system/machines/mugwump.nix similarity index 100% rename from users/glittershark/system/system/machines/mugwump.nix rename to users/grfn/system/system/machines/mugwump.nix diff --git a/users/glittershark/system/system/machines/roswell.nix b/users/grfn/system/system/machines/roswell.nix similarity index 89% rename from users/glittershark/system/system/machines/roswell.nix rename to users/grfn/system/system/machines/roswell.nix index 4b0cdec95..6eb4a510b 100644 --- a/users/glittershark/system/system/machines/roswell.nix +++ b/users/grfn/system/system/machines/roswell.nix @@ -12,6 +12,6 @@ networking.hostName = "roswell"; users.users.grfn.openssh.authorizedKeys.keys = [ - depot.users.glittershark.keys.main + depot.users.grfn.keys.main ]; } diff --git a/users/glittershark/system/system/machines/yeren.nix b/users/grfn/system/system/machines/yeren.nix similarity index 100% rename from users/glittershark/system/system/machines/yeren.nix rename to users/grfn/system/system/machines/yeren.nix diff --git a/users/glittershark/system/system/modules/common.nix b/users/grfn/system/system/modules/common.nix similarity index 96% rename from users/glittershark/system/system/modules/common.nix rename to users/grfn/system/system/modules/common.nix index 0eab59066..727b45055 100644 --- a/users/glittershark/system/system/modules/common.nix +++ b/users/grfn/system/system/modules/common.nix @@ -31,7 +31,7 @@ with lib; file lm_sensors dnsutils - depot.users.glittershark.system.system.rebuilder + depot.users.grfn.system.system.rebuilder htop ]; diff --git a/users/glittershark/system/system/modules/desktop.nix b/users/grfn/system/system/modules/desktop.nix similarity index 100% rename from users/glittershark/system/system/modules/desktop.nix rename to users/grfn/system/system/modules/desktop.nix diff --git a/users/glittershark/system/system/modules/development.nix b/users/grfn/system/system/modules/development.nix similarity index 100% rename from users/glittershark/system/system/modules/development.nix rename to users/grfn/system/system/modules/development.nix diff --git a/users/glittershark/system/system/modules/fcitx.nix b/users/grfn/system/system/modules/fcitx.nix similarity index 100% rename from users/glittershark/system/system/modules/fcitx.nix rename to users/grfn/system/system/modules/fcitx.nix diff --git a/users/glittershark/system/system/modules/fonts.nix b/users/grfn/system/system/modules/fonts.nix similarity index 100% rename from users/glittershark/system/system/modules/fonts.nix rename to users/grfn/system/system/modules/fonts.nix diff --git a/users/glittershark/system/system/modules/kernel.nix b/users/grfn/system/system/modules/kernel.nix similarity index 100% rename from users/glittershark/system/system/modules/kernel.nix rename to users/grfn/system/system/modules/kernel.nix diff --git a/users/glittershark/system/system/modules/laptop.nix b/users/grfn/system/system/modules/laptop.nix similarity index 100% rename from users/glittershark/system/system/modules/laptop.nix rename to users/grfn/system/system/modules/laptop.nix diff --git a/users/glittershark/system/system/modules/reusable/README.org b/users/grfn/system/system/modules/reusable/README.org similarity index 100% rename from users/glittershark/system/system/modules/reusable/README.org rename to users/grfn/system/system/modules/reusable/README.org diff --git a/users/glittershark/system/system/modules/reusable/battery.nix b/users/grfn/system/system/modules/reusable/battery.nix similarity index 100% rename from users/glittershark/system/system/modules/reusable/battery.nix rename to users/grfn/system/system/modules/reusable/battery.nix diff --git a/users/glittershark/system/system/modules/rtlsdr.nix b/users/grfn/system/system/modules/rtlsdr.nix similarity index 100% rename from users/glittershark/system/system/modules/rtlsdr.nix rename to users/grfn/system/system/modules/rtlsdr.nix diff --git a/users/glittershark/system/system/modules/sound.nix b/users/grfn/system/system/modules/sound.nix similarity index 100% rename from users/glittershark/system/system/modules/sound.nix rename to users/grfn/system/system/modules/sound.nix diff --git a/users/glittershark/system/system/modules/tvl.nix b/users/grfn/system/system/modules/tvl.nix similarity index 100% rename from users/glittershark/system/system/modules/tvl.nix rename to users/grfn/system/system/modules/tvl.nix diff --git a/users/glittershark/system/system/modules/work/kolide.deb b/users/grfn/system/system/modules/work/kolide.deb similarity index 100% rename from users/glittershark/system/system/modules/work/kolide.deb rename to users/grfn/system/system/modules/work/kolide.deb diff --git a/users/glittershark/system/system/modules/work/kolide.nix b/users/grfn/system/system/modules/work/kolide.nix similarity index 100% rename from users/glittershark/system/system/modules/work/kolide.nix rename to users/grfn/system/system/modules/work/kolide.nix diff --git a/users/glittershark/system/system/modules/xserver.nix b/users/grfn/system/system/modules/xserver.nix similarity index 100% rename from users/glittershark/system/system/modules/xserver.nix rename to users/grfn/system/system/modules/xserver.nix diff --git a/users/glittershark/wigglydonke.rs/index.html b/users/grfn/wigglydonke.rs/index.html similarity index 100% rename from users/glittershark/wigglydonke.rs/index.html rename to users/grfn/wigglydonke.rs/index.html diff --git a/users/glittershark/wigglydonke.rs/wd.png b/users/grfn/wigglydonke.rs/wd.png similarity index 100% rename from users/glittershark/wigglydonke.rs/wd.png rename to users/grfn/wigglydonke.rs/wd.png diff --git a/users/glittershark/xanthous/.envrc b/users/grfn/xanthous/.envrc similarity index 100% rename from users/glittershark/xanthous/.envrc rename to users/grfn/xanthous/.envrc diff --git a/users/glittershark/xanthous/.github/actions/nix-build/Dockerfile b/users/grfn/xanthous/.github/actions/nix-build/Dockerfile similarity index 100% rename from users/glittershark/xanthous/.github/actions/nix-build/Dockerfile rename to users/grfn/xanthous/.github/actions/nix-build/Dockerfile diff --git a/users/glittershark/xanthous/.github/actions/nix-build/entrypoint.sh b/users/grfn/xanthous/.github/actions/nix-build/entrypoint.sh similarity index 100% rename from users/glittershark/xanthous/.github/actions/nix-build/entrypoint.sh rename to users/grfn/xanthous/.github/actions/nix-build/entrypoint.sh diff --git a/users/glittershark/xanthous/.github/workflows/haskell.yml b/users/grfn/xanthous/.github/workflows/haskell.yml similarity index 100% rename from users/glittershark/xanthous/.github/workflows/haskell.yml rename to users/grfn/xanthous/.github/workflows/haskell.yml diff --git a/users/glittershark/xanthous/.gitignore b/users/grfn/xanthous/.gitignore similarity index 100% rename from users/glittershark/xanthous/.gitignore rename to users/grfn/xanthous/.gitignore diff --git a/users/glittershark/xanthous/LICENSE b/users/grfn/xanthous/LICENSE similarity index 100% rename from users/glittershark/xanthous/LICENSE rename to users/grfn/xanthous/LICENSE diff --git a/users/glittershark/xanthous/README.org b/users/grfn/xanthous/README.org similarity index 100% rename from users/glittershark/xanthous/README.org rename to users/grfn/xanthous/README.org diff --git a/users/glittershark/xanthous/Setup.hs b/users/grfn/xanthous/Setup.hs similarity index 100% rename from users/glittershark/xanthous/Setup.hs rename to users/grfn/xanthous/Setup.hs diff --git a/users/glittershark/xanthous/bench/Bench.hs b/users/grfn/xanthous/bench/Bench.hs similarity index 100% rename from users/glittershark/xanthous/bench/Bench.hs rename to users/grfn/xanthous/bench/Bench.hs diff --git a/users/glittershark/xanthous/bench/Bench/Prelude.hs b/users/grfn/xanthous/bench/Bench/Prelude.hs similarity index 100% rename from users/glittershark/xanthous/bench/Bench/Prelude.hs rename to users/grfn/xanthous/bench/Bench/Prelude.hs diff --git a/users/glittershark/xanthous/bench/Xanthous/Generators/UtilBench.hs b/users/grfn/xanthous/bench/Xanthous/Generators/UtilBench.hs similarity index 100% rename from users/glittershark/xanthous/bench/Xanthous/Generators/UtilBench.hs rename to users/grfn/xanthous/bench/Xanthous/Generators/UtilBench.hs diff --git a/users/glittershark/xanthous/bench/Xanthous/RandomBench.hs b/users/grfn/xanthous/bench/Xanthous/RandomBench.hs similarity index 100% rename from users/glittershark/xanthous/bench/Xanthous/RandomBench.hs rename to users/grfn/xanthous/bench/Xanthous/RandomBench.hs diff --git a/users/glittershark/xanthous/build/generic-arbitrary-export-garbitrary.patch b/users/grfn/xanthous/build/generic-arbitrary-export-garbitrary.patch similarity index 100% rename from users/glittershark/xanthous/build/generic-arbitrary-export-garbitrary.patch rename to users/grfn/xanthous/build/generic-arbitrary-export-garbitrary.patch diff --git a/users/glittershark/xanthous/build/hgeometry-fix-haddock.patch b/users/grfn/xanthous/build/hgeometry-fix-haddock.patch similarity index 100% rename from users/glittershark/xanthous/build/hgeometry-fix-haddock.patch rename to users/grfn/xanthous/build/hgeometry-fix-haddock.patch diff --git a/users/glittershark/xanthous/build/update-comonad-extras.patch b/users/grfn/xanthous/build/update-comonad-extras.patch similarity index 100% rename from users/glittershark/xanthous/build/update-comonad-extras.patch rename to users/grfn/xanthous/build/update-comonad-extras.patch diff --git a/users/glittershark/xanthous/default.nix b/users/grfn/xanthous/default.nix similarity index 100% rename from users/glittershark/xanthous/default.nix rename to users/grfn/xanthous/default.nix diff --git a/users/glittershark/xanthous/hie.yaml b/users/grfn/xanthous/hie.yaml similarity index 100% rename from users/glittershark/xanthous/hie.yaml rename to users/grfn/xanthous/hie.yaml diff --git a/users/glittershark/xanthous/nixpkgs.nix b/users/grfn/xanthous/nixpkgs.nix similarity index 100% rename from users/glittershark/xanthous/nixpkgs.nix rename to users/grfn/xanthous/nixpkgs.nix diff --git a/users/glittershark/xanthous/package.yaml b/users/grfn/xanthous/package.yaml similarity index 100% rename from users/glittershark/xanthous/package.yaml rename to users/grfn/xanthous/package.yaml diff --git a/users/glittershark/xanthous/pkg.nix b/users/grfn/xanthous/pkg.nix similarity index 100% rename from users/glittershark/xanthous/pkg.nix rename to users/grfn/xanthous/pkg.nix diff --git a/users/glittershark/xanthous/shell.nix b/users/grfn/xanthous/shell.nix similarity index 100% rename from users/glittershark/xanthous/shell.nix rename to users/grfn/xanthous/shell.nix diff --git a/users/glittershark/xanthous/src/Data/Aeson/Generic/DerivingVia.hs b/users/grfn/xanthous/src/Data/Aeson/Generic/DerivingVia.hs similarity index 100% rename from users/glittershark/xanthous/src/Data/Aeson/Generic/DerivingVia.hs rename to users/grfn/xanthous/src/Data/Aeson/Generic/DerivingVia.hs diff --git a/users/glittershark/xanthous/src/Main.hs b/users/grfn/xanthous/src/Main.hs similarity index 100% rename from users/glittershark/xanthous/src/Main.hs rename to users/grfn/xanthous/src/Main.hs diff --git a/users/glittershark/xanthous/src/Xanthous/AI/Gormlak.hs b/users/grfn/xanthous/src/Xanthous/AI/Gormlak.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/AI/Gormlak.hs rename to users/grfn/xanthous/src/Xanthous/AI/Gormlak.hs diff --git a/users/glittershark/xanthous/src/Xanthous/App.hs b/users/grfn/xanthous/src/Xanthous/App.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/App.hs rename to users/grfn/xanthous/src/Xanthous/App.hs diff --git a/users/glittershark/xanthous/src/Xanthous/App/Autocommands.hs b/users/grfn/xanthous/src/Xanthous/App/Autocommands.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/App/Autocommands.hs rename to users/grfn/xanthous/src/Xanthous/App/Autocommands.hs diff --git a/users/glittershark/xanthous/src/Xanthous/App/Common.hs b/users/grfn/xanthous/src/Xanthous/App/Common.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/App/Common.hs rename to users/grfn/xanthous/src/Xanthous/App/Common.hs diff --git a/users/glittershark/xanthous/src/Xanthous/App/Prompt.hs b/users/grfn/xanthous/src/Xanthous/App/Prompt.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/App/Prompt.hs rename to users/grfn/xanthous/src/Xanthous/App/Prompt.hs diff --git a/users/glittershark/xanthous/src/Xanthous/App/Time.hs b/users/grfn/xanthous/src/Xanthous/App/Time.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/App/Time.hs rename to users/grfn/xanthous/src/Xanthous/App/Time.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Command.hs b/users/grfn/xanthous/src/Xanthous/Command.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Command.hs rename to users/grfn/xanthous/src/Xanthous/Command.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Data.hs b/users/grfn/xanthous/src/Xanthous/Data.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Data.hs rename to users/grfn/xanthous/src/Xanthous/Data.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Data/App.hs b/users/grfn/xanthous/src/Xanthous/Data/App.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Data/App.hs rename to users/grfn/xanthous/src/Xanthous/Data/App.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Data/Entities.hs b/users/grfn/xanthous/src/Xanthous/Data/Entities.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Data/Entities.hs rename to users/grfn/xanthous/src/Xanthous/Data/Entities.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Data/EntityChar.hs b/users/grfn/xanthous/src/Xanthous/Data/EntityChar.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Data/EntityChar.hs rename to users/grfn/xanthous/src/Xanthous/Data/EntityChar.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Data/EntityMap.hs b/users/grfn/xanthous/src/Xanthous/Data/EntityMap.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Data/EntityMap.hs rename to users/grfn/xanthous/src/Xanthous/Data/EntityMap.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Data/EntityMap/Graphics.hs b/users/grfn/xanthous/src/Xanthous/Data/EntityMap/Graphics.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Data/EntityMap/Graphics.hs rename to users/grfn/xanthous/src/Xanthous/Data/EntityMap/Graphics.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Data/Levels.hs b/users/grfn/xanthous/src/Xanthous/Data/Levels.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Data/Levels.hs rename to users/grfn/xanthous/src/Xanthous/Data/Levels.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Data/NestedMap.hs b/users/grfn/xanthous/src/Xanthous/Data/NestedMap.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Data/NestedMap.hs rename to users/grfn/xanthous/src/Xanthous/Data/NestedMap.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Data/VectorBag.hs b/users/grfn/xanthous/src/Xanthous/Data/VectorBag.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Data/VectorBag.hs rename to users/grfn/xanthous/src/Xanthous/Data/VectorBag.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Entities/Character.hs b/users/grfn/xanthous/src/Xanthous/Entities/Character.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Entities/Character.hs rename to users/grfn/xanthous/src/Xanthous/Entities/Character.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Entities/Creature.hs b/users/grfn/xanthous/src/Xanthous/Entities/Creature.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Entities/Creature.hs rename to users/grfn/xanthous/src/Xanthous/Entities/Creature.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Entities/Creature/Hippocampus.hs b/users/grfn/xanthous/src/Xanthous/Entities/Creature/Hippocampus.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Entities/Creature/Hippocampus.hs rename to users/grfn/xanthous/src/Xanthous/Entities/Creature/Hippocampus.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Entities/Draw/Util.hs b/users/grfn/xanthous/src/Xanthous/Entities/Draw/Util.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Entities/Draw/Util.hs rename to users/grfn/xanthous/src/Xanthous/Entities/Draw/Util.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Entities/Entities.hs b/users/grfn/xanthous/src/Xanthous/Entities/Entities.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Entities/Entities.hs rename to users/grfn/xanthous/src/Xanthous/Entities/Entities.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Entities/Entities.hs-boot b/users/grfn/xanthous/src/Xanthous/Entities/Entities.hs-boot similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Entities/Entities.hs-boot rename to users/grfn/xanthous/src/Xanthous/Entities/Entities.hs-boot diff --git a/users/glittershark/xanthous/src/Xanthous/Entities/Environment.hs b/users/grfn/xanthous/src/Xanthous/Entities/Environment.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Entities/Environment.hs rename to users/grfn/xanthous/src/Xanthous/Entities/Environment.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Entities/Item.hs b/users/grfn/xanthous/src/Xanthous/Entities/Item.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Entities/Item.hs rename to users/grfn/xanthous/src/Xanthous/Entities/Item.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Entities/Marker.hs b/users/grfn/xanthous/src/Xanthous/Entities/Marker.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Entities/Marker.hs rename to users/grfn/xanthous/src/Xanthous/Entities/Marker.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Entities/RawTypes.hs b/users/grfn/xanthous/src/Xanthous/Entities/RawTypes.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Entities/RawTypes.hs rename to users/grfn/xanthous/src/Xanthous/Entities/RawTypes.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Entities/Raws.hs b/users/grfn/xanthous/src/Xanthous/Entities/Raws.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Entities/Raws.hs rename to users/grfn/xanthous/src/Xanthous/Entities/Raws.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Entities/Raws/gormlak.yaml b/users/grfn/xanthous/src/Xanthous/Entities/Raws/gormlak.yaml similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Entities/Raws/gormlak.yaml rename to users/grfn/xanthous/src/Xanthous/Entities/Raws/gormlak.yaml diff --git a/users/glittershark/xanthous/src/Xanthous/Entities/Raws/noodles.yaml b/users/grfn/xanthous/src/Xanthous/Entities/Raws/noodles.yaml similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Entities/Raws/noodles.yaml rename to users/grfn/xanthous/src/Xanthous/Entities/Raws/noodles.yaml diff --git a/users/glittershark/xanthous/src/Xanthous/Entities/Raws/stick.yaml b/users/grfn/xanthous/src/Xanthous/Entities/Raws/stick.yaml similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Entities/Raws/stick.yaml rename to users/grfn/xanthous/src/Xanthous/Entities/Raws/stick.yaml diff --git a/users/glittershark/xanthous/src/Xanthous/Game.hs b/users/grfn/xanthous/src/Xanthous/Game.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Game.hs rename to users/grfn/xanthous/src/Xanthous/Game.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Game/Arbitrary.hs b/users/grfn/xanthous/src/Xanthous/Game/Arbitrary.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Game/Arbitrary.hs rename to users/grfn/xanthous/src/Xanthous/Game/Arbitrary.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Game/Draw.hs b/users/grfn/xanthous/src/Xanthous/Game/Draw.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Game/Draw.hs rename to users/grfn/xanthous/src/Xanthous/Game/Draw.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Game/Env.hs b/users/grfn/xanthous/src/Xanthous/Game/Env.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Game/Env.hs rename to users/grfn/xanthous/src/Xanthous/Game/Env.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Game/Lenses.hs b/users/grfn/xanthous/src/Xanthous/Game/Lenses.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Game/Lenses.hs rename to users/grfn/xanthous/src/Xanthous/Game/Lenses.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Game/Prompt.hs b/users/grfn/xanthous/src/Xanthous/Game/Prompt.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Game/Prompt.hs rename to users/grfn/xanthous/src/Xanthous/Game/Prompt.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Game/State.hs b/users/grfn/xanthous/src/Xanthous/Game/State.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Game/State.hs rename to users/grfn/xanthous/src/Xanthous/Game/State.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Generators.hs b/users/grfn/xanthous/src/Xanthous/Generators.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Generators.hs rename to users/grfn/xanthous/src/Xanthous/Generators.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Generators/CaveAutomata.hs b/users/grfn/xanthous/src/Xanthous/Generators/CaveAutomata.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Generators/CaveAutomata.hs rename to users/grfn/xanthous/src/Xanthous/Generators/CaveAutomata.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Generators/Dungeon.hs b/users/grfn/xanthous/src/Xanthous/Generators/Dungeon.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Generators/Dungeon.hs rename to users/grfn/xanthous/src/Xanthous/Generators/Dungeon.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Generators/LevelContents.hs b/users/grfn/xanthous/src/Xanthous/Generators/LevelContents.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Generators/LevelContents.hs rename to users/grfn/xanthous/src/Xanthous/Generators/LevelContents.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Generators/Util.hs b/users/grfn/xanthous/src/Xanthous/Generators/Util.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Generators/Util.hs rename to users/grfn/xanthous/src/Xanthous/Generators/Util.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Generators/Village.hs b/users/grfn/xanthous/src/Xanthous/Generators/Village.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Generators/Village.hs rename to users/grfn/xanthous/src/Xanthous/Generators/Village.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Messages.hs b/users/grfn/xanthous/src/Xanthous/Messages.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Messages.hs rename to users/grfn/xanthous/src/Xanthous/Messages.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Messages/Template.hs b/users/grfn/xanthous/src/Xanthous/Messages/Template.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Messages/Template.hs rename to users/grfn/xanthous/src/Xanthous/Messages/Template.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Monad.hs b/users/grfn/xanthous/src/Xanthous/Monad.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Monad.hs rename to users/grfn/xanthous/src/Xanthous/Monad.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Orphans.hs b/users/grfn/xanthous/src/Xanthous/Orphans.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Orphans.hs rename to users/grfn/xanthous/src/Xanthous/Orphans.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Prelude.hs b/users/grfn/xanthous/src/Xanthous/Prelude.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Prelude.hs rename to users/grfn/xanthous/src/Xanthous/Prelude.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Random.hs b/users/grfn/xanthous/src/Xanthous/Random.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Random.hs rename to users/grfn/xanthous/src/Xanthous/Random.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Util.hs b/users/grfn/xanthous/src/Xanthous/Util.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Util.hs rename to users/grfn/xanthous/src/Xanthous/Util.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Util/Comonad.hs b/users/grfn/xanthous/src/Xanthous/Util/Comonad.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Util/Comonad.hs rename to users/grfn/xanthous/src/Xanthous/Util/Comonad.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Util/Graph.hs b/users/grfn/xanthous/src/Xanthous/Util/Graph.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Util/Graph.hs rename to users/grfn/xanthous/src/Xanthous/Util/Graph.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Util/Graphics.hs b/users/grfn/xanthous/src/Xanthous/Util/Graphics.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Util/Graphics.hs rename to users/grfn/xanthous/src/Xanthous/Util/Graphics.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Util/Inflection.hs b/users/grfn/xanthous/src/Xanthous/Util/Inflection.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Util/Inflection.hs rename to users/grfn/xanthous/src/Xanthous/Util/Inflection.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Util/JSON.hs b/users/grfn/xanthous/src/Xanthous/Util/JSON.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Util/JSON.hs rename to users/grfn/xanthous/src/Xanthous/Util/JSON.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Util/Optparse.hs b/users/grfn/xanthous/src/Xanthous/Util/Optparse.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Util/Optparse.hs rename to users/grfn/xanthous/src/Xanthous/Util/Optparse.hs diff --git a/users/glittershark/xanthous/src/Xanthous/Util/QuickCheck.hs b/users/grfn/xanthous/src/Xanthous/Util/QuickCheck.hs similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/Util/QuickCheck.hs rename to users/grfn/xanthous/src/Xanthous/Util/QuickCheck.hs diff --git a/users/glittershark/xanthous/src/Xanthous/messages.yaml b/users/grfn/xanthous/src/Xanthous/messages.yaml similarity index 100% rename from users/glittershark/xanthous/src/Xanthous/messages.yaml rename to users/grfn/xanthous/src/Xanthous/messages.yaml diff --git a/users/glittershark/xanthous/test/Spec.hs b/users/grfn/xanthous/test/Spec.hs similarity index 100% rename from users/glittershark/xanthous/test/Spec.hs rename to users/grfn/xanthous/test/Spec.hs diff --git a/users/glittershark/xanthous/test/Test/Prelude.hs b/users/grfn/xanthous/test/Test/Prelude.hs similarity index 100% rename from users/glittershark/xanthous/test/Test/Prelude.hs rename to users/grfn/xanthous/test/Test/Prelude.hs diff --git a/users/glittershark/xanthous/test/Xanthous/Data/EntitiesSpec.hs b/users/grfn/xanthous/test/Xanthous/Data/EntitiesSpec.hs similarity index 100% rename from users/glittershark/xanthous/test/Xanthous/Data/EntitiesSpec.hs rename to users/grfn/xanthous/test/Xanthous/Data/EntitiesSpec.hs diff --git a/users/glittershark/xanthous/test/Xanthous/Data/EntityCharSpec.hs b/users/grfn/xanthous/test/Xanthous/Data/EntityCharSpec.hs similarity index 100% rename from users/glittershark/xanthous/test/Xanthous/Data/EntityCharSpec.hs rename to users/grfn/xanthous/test/Xanthous/Data/EntityCharSpec.hs diff --git a/users/glittershark/xanthous/test/Xanthous/Data/EntityMap/GraphicsSpec.hs b/users/grfn/xanthous/test/Xanthous/Data/EntityMap/GraphicsSpec.hs similarity index 100% rename from users/glittershark/xanthous/test/Xanthous/Data/EntityMap/GraphicsSpec.hs rename to users/grfn/xanthous/test/Xanthous/Data/EntityMap/GraphicsSpec.hs diff --git a/users/glittershark/xanthous/test/Xanthous/Data/EntityMapSpec.hs b/users/grfn/xanthous/test/Xanthous/Data/EntityMapSpec.hs similarity index 100% rename from users/glittershark/xanthous/test/Xanthous/Data/EntityMapSpec.hs rename to users/grfn/xanthous/test/Xanthous/Data/EntityMapSpec.hs diff --git a/users/glittershark/xanthous/test/Xanthous/Data/LevelsSpec.hs b/users/grfn/xanthous/test/Xanthous/Data/LevelsSpec.hs similarity index 100% rename from users/glittershark/xanthous/test/Xanthous/Data/LevelsSpec.hs rename to users/grfn/xanthous/test/Xanthous/Data/LevelsSpec.hs diff --git a/users/glittershark/xanthous/test/Xanthous/Data/NestedMapSpec.hs b/users/grfn/xanthous/test/Xanthous/Data/NestedMapSpec.hs similarity index 100% rename from users/glittershark/xanthous/test/Xanthous/Data/NestedMapSpec.hs rename to users/grfn/xanthous/test/Xanthous/Data/NestedMapSpec.hs diff --git a/users/glittershark/xanthous/test/Xanthous/DataSpec.hs b/users/grfn/xanthous/test/Xanthous/DataSpec.hs similarity index 100% rename from users/glittershark/xanthous/test/Xanthous/DataSpec.hs rename to users/grfn/xanthous/test/Xanthous/DataSpec.hs diff --git a/users/glittershark/xanthous/test/Xanthous/Entities/RawsSpec.hs b/users/grfn/xanthous/test/Xanthous/Entities/RawsSpec.hs similarity index 100% rename from users/glittershark/xanthous/test/Xanthous/Entities/RawsSpec.hs rename to users/grfn/xanthous/test/Xanthous/Entities/RawsSpec.hs diff --git a/users/glittershark/xanthous/test/Xanthous/GameSpec.hs b/users/grfn/xanthous/test/Xanthous/GameSpec.hs similarity index 100% rename from users/glittershark/xanthous/test/Xanthous/GameSpec.hs rename to users/grfn/xanthous/test/Xanthous/GameSpec.hs diff --git a/users/glittershark/xanthous/test/Xanthous/Generators/UtilSpec.hs b/users/grfn/xanthous/test/Xanthous/Generators/UtilSpec.hs similarity index 100% rename from users/glittershark/xanthous/test/Xanthous/Generators/UtilSpec.hs rename to users/grfn/xanthous/test/Xanthous/Generators/UtilSpec.hs diff --git a/users/glittershark/xanthous/test/Xanthous/MessageSpec.hs b/users/grfn/xanthous/test/Xanthous/MessageSpec.hs similarity index 100% rename from users/glittershark/xanthous/test/Xanthous/MessageSpec.hs rename to users/grfn/xanthous/test/Xanthous/MessageSpec.hs diff --git a/users/glittershark/xanthous/test/Xanthous/Messages/TemplateSpec.hs b/users/grfn/xanthous/test/Xanthous/Messages/TemplateSpec.hs similarity index 100% rename from users/glittershark/xanthous/test/Xanthous/Messages/TemplateSpec.hs rename to users/grfn/xanthous/test/Xanthous/Messages/TemplateSpec.hs diff --git a/users/glittershark/xanthous/test/Xanthous/OrphansSpec.hs b/users/grfn/xanthous/test/Xanthous/OrphansSpec.hs similarity index 100% rename from users/glittershark/xanthous/test/Xanthous/OrphansSpec.hs rename to users/grfn/xanthous/test/Xanthous/OrphansSpec.hs diff --git a/users/glittershark/xanthous/test/Xanthous/RandomSpec.hs b/users/grfn/xanthous/test/Xanthous/RandomSpec.hs similarity index 100% rename from users/glittershark/xanthous/test/Xanthous/RandomSpec.hs rename to users/grfn/xanthous/test/Xanthous/RandomSpec.hs diff --git a/users/glittershark/xanthous/test/Xanthous/Util/GraphSpec.hs b/users/grfn/xanthous/test/Xanthous/Util/GraphSpec.hs similarity index 100% rename from users/glittershark/xanthous/test/Xanthous/Util/GraphSpec.hs rename to users/grfn/xanthous/test/Xanthous/Util/GraphSpec.hs diff --git a/users/glittershark/xanthous/test/Xanthous/Util/GraphicsSpec.hs b/users/grfn/xanthous/test/Xanthous/Util/GraphicsSpec.hs similarity index 100% rename from users/glittershark/xanthous/test/Xanthous/Util/GraphicsSpec.hs rename to users/grfn/xanthous/test/Xanthous/Util/GraphicsSpec.hs diff --git a/users/glittershark/xanthous/test/Xanthous/Util/InflectionSpec.hs b/users/grfn/xanthous/test/Xanthous/Util/InflectionSpec.hs similarity index 100% rename from users/glittershark/xanthous/test/Xanthous/Util/InflectionSpec.hs rename to users/grfn/xanthous/test/Xanthous/Util/InflectionSpec.hs diff --git a/users/glittershark/xanthous/test/Xanthous/UtilSpec.hs b/users/grfn/xanthous/test/Xanthous/UtilSpec.hs similarity index 100% rename from users/glittershark/xanthous/test/Xanthous/UtilSpec.hs rename to users/grfn/xanthous/test/Xanthous/UtilSpec.hs diff --git a/users/glittershark/xanthous/xanthous.cabal b/users/grfn/xanthous/xanthous.cabal similarity index 100% rename from users/glittershark/xanthous/xanthous.cabal rename to users/grfn/xanthous/xanthous.cabal diff --git a/web/panettone/OWNERS b/web/panettone/OWNERS index aedec9ae6..b2b0acc30 100644 --- a/web/panettone/OWNERS +++ b/web/panettone/OWNERS @@ -1,5 +1,5 @@ inherited: true owners: - - glittershark + - grfn - tazjin - sterni diff --git a/web/panettone/src/authentication.lisp b/web/panettone/src/authentication.lisp index 07b9a6a87..c33534502 100644 --- a/web/panettone/src/authentication.lisp +++ b/web/panettone/src/authentication.lisp @@ -95,7 +95,7 @@ instance of `user'" (ldap-entry->user ldap-entry)))))) (comment - (find-user-by-dn "cn=glittershark,ou=users,dc=tvl,dc=fyi") + (find-user-by-dn "cn=grfn,ou=users,dc=tvl,dc=fyi") ) (defun authenticate-user (user-or-username password) diff --git a/web/panettone/src/model.lisp b/web/panettone/src/model.lisp index 4fa51026a..77a7cd6da 100644 --- a/web/panettone/src/model.lisp +++ b/web/panettone/src/model.lisp @@ -413,7 +413,7 @@ explicitly subscribing to / unsubscribing from individual issues." (ddl/init) (make-instance 'issue :subject "test") (create-issue :subject "test" - :author-dn "cn=glittershark,ou=users,dc=tvl,dc=fyi") + :author-dn "cn=grfn,ou=users,dc=tvl,dc=fyi") (issue-commenter-dns 1) (issue-subscribers 1)