Skip to content

rafaelveiga/dotfiles

Repository files navigation

Using How to set up a fresh Ubuntu desktop using only dotfiles and bash scripts

Setup

  1. Install git
sudo apt install -y git
  1. Create code directory
mkdir -p /code/dotfiles
  1. Clone the repository
git clone https://github.com/rafaelveiga/dotfiles.git ./code/dotfiles
  1. CD into the directory
cd ./code/dotfiles
  1. Make the scripts executable
find . -name \*.sh -exec chmod 744 {} \;
  1. Run the setup script
./install.sh

About

dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published