Using How to set up a fresh Ubuntu desktop using only dotfiles and bash scripts
- Install git
sudo apt install -y git
- Create code directory
mkdir -p /code/dotfiles
- Clone the repository
git clone https://github.com/rafaelveiga/dotfiles.git ./code/dotfiles
- CD into the directory
cd ./code/dotfiles
- Make the scripts executable
find . -name \*.sh -exec chmod 744 {} \;
- Run the setup script
./install.sh