diff --git a/homework/readme.md b/homework/readme.md index 7d6b27c..49088c5 100644 --- a/homework/readme.md +++ b/homework/readme.md @@ -24,3 +24,7 @@ This way you can share your findings with your fellow students **and** I can kee * the [cmdchallenge](https://cmdchallenge.com/) is a fun way to get better at pipes and basic commands * you could continue [bandit](https://overthewire.org/wargames/bandit/) for general practice * level [27-28](https://overthewire.org/wargames/bandit/bandit28.html) switches the game up and is all about `git`, you'll need to do some deep diving and I recommend the main [documentation](https://git-scm.com/docs/gittutorial) as a starting point + +## Extra info + +* you could try and set up `vim` with some plugins to make it a proper [IDE](https://en.wikipedia.org/wiki/Integrated_development_environment); my setup can be found [here](https://gitea.86thumbs.net/waldek/linux_course_doc/src/branch/master/modules/qualifying/learning_vim_configuration.md)