My shell and git configuration plus the scripts used to provision a fresh Ubuntu (24.04 LTS) machine.
- Run the following commands on a fresh machine:
sudo apt update && sudo apt install -y git
git clone https://github.com/laplacef/dotfiles.git ~/dotfiles
cd ~/dotfiles
./scripts/bootstrap.sh
./scripts/install-extrepo.sh
./install.sh- Fill in your identity in
~/.gitconfig-personal.
Note
Each script is safe to re-run. install.sh asks before touching any existing file.