Scripts to install and configure my development tools on windows :
- wezterm as terminal
- jetbrains mono as font
- neovim as editor
- lazy vim as plugin manager for neovim
- tokyo night as theme
- Download the git repository on you computer
curl -sL https://github.com/mc-lep/dev-config/archive/main.tar.gz | tar xz- Go to the folder
dev-config-main
cd dev-config-main- Install developement tools
./install.cmd- Configure development tools
./configure.cmd