My development environment dotfiles and configs
Add the following options in your /etc/fstab
to have better lifetime for your SSD
defaults,noatime,discard=async
Scripts work only on fedora Config files should work regardless of the distro you are using
- Clone the repo
git clone --recurse-submodules https://github.com/maths-lover/Dotfiles.git $HOME/Dotfiles
cd
into Dotfiles
cd $HOME/Dotfiles
- Run first initial setup script, do review it once
chmod u+x ./0_system_setup.sh
./0_system_setup.sh
- Run second script which installs packages
chmod u+x ./1_packages_setup.sh
./1_packages_setup.sh