# development-env **Repository Path**: lauper/development-env ## Basic Information - **Project Name**: development-env - **Description**: use vagrant to manage development environment - **Primary Language**: 其他 - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-04 - **Last Updated**: 2025-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Development env creation ------------------------- # Usage - modify current dir .gitconfig, ser your user name and email. - download ***[`Vagrant`](https://www.vagrantup.com/)*** and install - download ***[`virtualbox`](https://www.virtualbox.org/wiki/Downloads)*** and install - cd current directory - download ***[`clangd`](https://github.com/clangd/clangd/releases/download/19.1.2/clangd_indexing_tools-linux-19.1.2.zip)*** and save to current directory - excute `vagrant box add --name ubuntu-20 https://mirrors.tuna.tsinghua.edu.cn/ubuntu-cloud-images/focal/20250403/focal-server-cloudimg-amd64-vagrant.box` - excute `vagrant up` - excute `vagrant ssh` to check the ssh connection - download **vscode** and use **remote-ssh** to connect the development environment - enjoy it