From fd6cf39e287a686b81d62bdfd9d086715110c5d7 Mon Sep 17 00:00:00 2001 From: "chawley (obrien WSL)" Date: Sun, 21 Feb 2021 10:56:02 -0500 Subject: [PATCH] Created template file and git-ignored working script so this repo can be cloned to multiple machines without commiting changes for specific hosts. --- .gitignore | 1 + tmux-menu.sh => tmux-menu.template.sh | 0 2 files changed, 1 insertion(+) create mode 100644 .gitignore rename tmux-menu.sh => tmux-menu.template.sh (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a0f66f4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +tmux-menu.sh diff --git a/tmux-menu.sh b/tmux-menu.template.sh similarity index 100% rename from tmux-menu.sh rename to tmux-menu.template.sh