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 +