Repository containing the configuration for my Fedora Linux.
Prerequisites to the installation:
- GNU Stow is used to symlink the directory into the correct location.
Install with the following commmand:
sudo dnf install -y stow
Clone the repository in the Home ~ directory. Then use Stow to symlink to the files:
cd ~
git clone github.com/BlagoGunev/dotfiles.git
cd dotfiles
stow .
Use the files in the .install directory to install essential programs, such as programming environments, compilers, ZSH and set up services like Docker or the fix for the double-typing keyboard. Please read the files before executing them.