Skip to content
  1. May 03, 2022
  2. 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
  3. 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
  4. Apr 30, 2022
  5. Apr 28, 2022
  6. Apr 09, 2022
  7. 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
  8. Mar 26, 2022
  9. Mar 16, 2022
  10. 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
  11. 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
  12. Feb 23, 2022
    • nimrod's avatar
      all-repos alias. · 15249bee
      nimrod authored
      To run git commands on all of the repos in ~/Repositories.
      15249bee
  13. Feb 22, 2022
  14. Feb 10, 2022
    • nimrod's avatar
      smile-exec fixes. · fc24743c
      nimrod authored
      - Run `bundle show smile-cli` correctly in directories that have a
        Gemfile.
      - The AWS profile for the security is not in the format of
        smile-$ENV-admin (the only one, I might add). Deal with that.
      fc24743c
  15. Feb 09, 2022
  16. Feb 01, 2022
  17. Jan 30, 2022
  18. Jan 27, 2022