Skip to content
  1. May 08, 2022
  2. May 04, 2022
  3. May 03, 2022
  4. May 02, 2022
    • nimrod's avatar
      A little more SchooLinks config. · d82ae5a2
      nimrod authored
      - Skeleton SSH config (I have a feeling I'm going to populate it soon).
      - Add the repositories sub-directory to CDPATH.
      d82ae5a2
  5. May 01, 2022
    • nimrod's avatar
      wb: Some more small fixes. · cd81484d
      nimrod authored
      - Fix usage message.
      - Better not_in_toolbox function and usage. The function now checks if
        in a Toolbox container and fails accordingly. All of the usage cases
      were like that so now calling the function is a little cleaner.
      - Fixup for the last commit. If the Toolbox container was just created,
        it's not running and then `podman exec` fails. Running a simple
      `toolbox run true` fixes this.
      cd81484d
    • nimrod's avatar
      wb: Interactive rcfiles update. · ad0bb638
      nimrod authored
      Updating rcfiles triggers the Git hook which in turn runs Make to update
      configuration files which runs Passhole. If not interactive (and not
      TTY), Passhole falls back to using Zenity which I don't include in the
      Workbench image (it pulls in a lot of X and Gnome dependencies and I
      feel like it's the wrong tool for this situation). Instead, I would
      prefer to have Passhole ask for password as usual, so interactive (and
      TTY) it is.
      ad0bb638
  6. Apr 30, 2022
  7. Apr 28, 2022
  8. Apr 09, 2022
  9. Apr 01, 2022
    • nimrod's avatar
      Remove my Keybase script. · 63a9b04b
      nimrod authored
      Keybase seems to be unmaintained. I no longer use. The packages are not
      easily buildable.
      63a9b04b
  10. Mar 26, 2022
  11. Mar 16, 2022
  12. Mar 12, 2022
    • nimrod's avatar
      git manage tfinit and a little bit more. · 68d510a8
      nimrod authored
      - Add a new git manage command, tfinit, that initializes a Terraform
        backend managed by GitLab for this repository (based on the GitLab
      remote).
      - Better handling of cases when running in a subdirectory of the repo in
        the git module. Use git to check if a directory is a repository and to
      find the top level of a repository.
      - Use the top level functions' docstring for the CLI help message.
      - Use the sub-parser to output better error messages.
      68d510a8
    • nimrod's avatar
      Reintroduce the Firefox launcher. · 60c51e9f
      nimrod authored
      For whatever reason the StartupWMClass was changed to lower case (in the
      application, not the launcher).
      60c51e9f
  13. Mar 01, 2022
    • nimrod's avatar
      Disable .env files in direnv. · 24033c6b
      nimrod authored
      direnv started using either .envrc or .env files. I've a bunch of .env
      files (mainly for setting the project name in Docker Compose) and I
      don't want to set them in the shell nor have the annoying warning
      everytime I cd to a directory. Set the old behavior back.
      24033c6b
    • nimrod's avatar
      Remove Smile configs. · cfb69058
      nimrod authored
      cfb69058