Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 745 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 745 Bytes

dotfiles 💻

Familiar Dev Environment in any Linux server

Prerequisite 🚥

sudo apt install build-essential
make ub20

Install 🔰

  • Enter working directory and run:
make all

VIM Plugin Installs

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

Install YCM Manually (No Longer in Use)

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

🕐 ✅