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