This commit is contained in:
Francois Beckers 2019-11-12 12:52:31 +01:00
parent 54c36437b6
commit ba056c9227
2 changed files with 8 additions and 1 deletions

3
.gitignore vendored
View file

@ -3,4 +3,5 @@ backup/*
deb/* deb/*
.remote-sync.json .remote-sync.json
*.sync-conflict-* *.sync-conflict-*
utils/* utils/*
TODO.txt

6
TOOD.txt Normal file
View file

@ -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