This repo manages my dotfiles and works nicely with the vscode dev container extension. It handles the installation and configuration of:
The installation process is handled by the install.sh
script. It has 2 install modes:
./install.sh
- without any arguments, it performs a minimal installation intended for devcontainers, skipping:.gitconfig
tmux
vim
./install.sh full
- with thefull
argument, it will perform a full installation intended for a jump server/workstation.
Note
You should fork this repo and adjust it to your needs before running the script.