A collection of dotfiles and setup scripts for configuring a new development environment.
git clone https://github.com/proleu/dotfiles.git ; cd dotfiles; ./install.sh
Run just --list
to see all available commands. Here are the main ones:
just
: Run all setup and installation tasksjust update-gitconfig
: Configure git settingsjust install-nvim
: Install Neovim editorjust install-pyenv
: Install Python environment
If the automatic installation fails, you can manually install Just and run the tasks:
-
Install Just:
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin/
-
Run specific tasks:
just install-nvim