From c8ac018f64a1c27b8796fce88f93433a6d9d91e1 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Wed, 8 Nov 2023 05:57:40 +0000 Subject: [PATCH] Latest --- docs/TODO.md | 1 + home/dot_config/shell/docker.sh.tmpl | 7 ++++++- ...le_idea.sh.tmpl => executable_idea-install-plugin.tmpl} | 0 3 files changed, 7 insertions(+), 1 deletion(-) rename home/dot_local/bin/{executable_idea.sh.tmpl => executable_idea-install-plugin.tmpl} (100%) diff --git a/docs/TODO.md b/docs/TODO.md index fcb40f68..3cc525f0 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -5,6 +5,7 @@ Create issue about setting up completions - https://github.com/rsteube/lazycompl This page outlines various projects and tasks that we are currently working on. Creating a GitHub issue for each of these items would be overkill. +- https://community.cloudflare.com/t/allowing-either-cloudflare-ca-pem-or-regular-for-npm/578284 - Integrate Sheldon - Look at Flipper Zero - Consider https://formulae.brew.sh/cask/parallels-client#default diff --git a/home/dot_config/shell/docker.sh.tmpl b/home/dot_config/shell/docker.sh.tmpl index 387a8819..38a3c4c5 100644 --- a/home/dot_config/shell/docker.sh.tmpl +++ b/home/dot_config/shell/docker.sh.tmpl @@ -1,4 +1,9 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh +# @file Docker Aliases +# @brief Contains Docker aliases for running various containers +# @description +# This script contains Docker aliases. It may house more aliases in the future. +# Please consider opening a pull request to populate this file. # https://github.com/ncarlier/webhookd alias webhookd='docker run -d --name=webhookd -v ${PWD}/scripts:/scripts -p 8080:8080 ncarlier/webhookd' \ No newline at end of file diff --git a/home/dot_local/bin/executable_idea.sh.tmpl b/home/dot_local/bin/executable_idea-install-plugin.tmpl similarity index 100% rename from home/dot_local/bin/executable_idea.sh.tmpl rename to home/dot_local/bin/executable_idea-install-plugin.tmpl