From f385f03823d0743a1a2fb91022473a6f05fc0874 Mon Sep 17 00:00:00 2001 From: TheFlyingFool Date: Sat, 18 May 2024 06:01:17 -0500 Subject: [PATCH] TODO pulled out of readme and given it's own file --- README.md | 10 ---------- TODO.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 10 deletions(-) create mode 100644 TODO.md diff --git a/README.md b/README.md index f62b68e..6e27300 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,4 @@ PowerShell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System. You'll get 5 menu options. Use the ones that make sense. -## Planned Features ## -* Install NFS Client features -* Map my typical network driver? -* Create SSH KEY -* Start SSH Agent -* Open notepad with instructions to where to put ssh key, possibly log as well? -* .alias file created and filled with some things? - * Syu - * Touch - * Other Linux type mappings? diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..7074e4d --- /dev/null +++ b/TODO.md @@ -0,0 +1,11 @@ +# TO-DO # + +* Install NFS Client features +* Map my typical network driver? +* Create SSH KEY +* Start SSH Agent +* Open notepad with instructions to where to put ssh key, possibly log as well? +* .alias file created and filled with some things? + * Syu + * Touch + * Other Linux type mappings? \ No newline at end of file