Skip to content
  1. Apr 30, 2022
  2. Apr 28, 2022
  3. Apr 09, 2022
  4. 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
  5. Mar 26, 2022
  6. Mar 16, 2022
  7. 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
  8. 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
  9. Feb 23, 2022
    • nimrod's avatar
      all-repos alias. · 15249bee
      nimrod authored
      To run git commands on all of the repos in ~/Repositories.
      15249bee
  10. Feb 22, 2022
  11. 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
  12. Feb 09, 2022
  13. Feb 01, 2022
  14. Jan 30, 2022
  15. Jan 27, 2022
  16. Jan 09, 2022
  17. Jan 01, 2022
    • nimrod's avatar
      Fix git-uncomitted. · 665c8d8c
      nimrod authored
      Now it will list modified and staged files, modified and unstaged files
      and entirely new files not yet staged (that aren't in the ignore list).
      665c8d8c