This is a simple script in bash, that will install and configure some useful tools that i use everyday.
The script now supports only debian-based/ubunti linux distributions
Vim become filled with plugins:
- Hit `CTRL-n` to open NerdTree and navigate through files
- Hit `CTRL-h` to open HexMode and redact hex of the file
- Hit `TAB` to use autocomplition
- Hit `F3` to turn off highlited text after searching and stuff
- Hit `F7` to run pylint over your python script
- You can now use digraphs by pressing CTRL-k in insert mod (for all LYAPAS programmers out there)