From ba056c9227fed98f1068c76e68e211c8006e716f Mon Sep 17 00:00:00 2001 From: Francois Beckers Date: Tue, 12 Nov 2019 12:52:31 +0100 Subject: [PATCH] . --- .gitignore | 3 ++- TOOD.txt | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 TOOD.txt diff --git a/.gitignore b/.gitignore index 3f1ab84..7985c5f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ backup/* deb/* .remote-sync.json *.sync-conflict-* -utils/* \ No newline at end of file +utils/* +TODO.txt diff --git a/TOOD.txt b/TOOD.txt new file mode 100644 index 0000000..52ad6c4 --- /dev/null +++ b/TOOD.txt @@ -0,0 +1,6 @@ +- Convert YggInit as a category (pre/post fct + add repo) +- fix npm + npm config set prefix ~/.local + add in .bashrc + PATH=~/.local/bin/:$PATH +