Familiar Dev Environment in any Linux server
sudo apt install build-essential
make ub20
- Enter working directory and run:
make all
Open vim and run following (Install any Coc extetion you like)
:PlugInstall
:CocInstall coc-powershell coc-python coc-svg coc-yaml coc-xml coc-json
apt install build-essential cmake vim python3-dev
cd ~/.vim/plugged/YouCompleteMe && python3 install.py
That is all you need to make any linux server your own.
Feel free to fork and modify this repo in any way or shape you want!!
🕐 ✅