This guide will walk you through the process of setting up your dotfiles using the init.sh
script from the dotfiles repository by lkaric.
Before you begin, make sure you have the following prerequisites installed on your system:
- Git: You can download and install Git from the official website: https://git-scm.com/
If you want to set up your dotfiles without cloning the entire repository, you can execute the init.sh
script directly from the web. Use one of the following commands based on your preference:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/lkaric/dotfiles/main/init.sh)"