Skip to content

maths-lover/Dotfiles_Fedora

Repository files navigation

Dotfiles

My development environment dotfiles and configs

Notes

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

Procedure to install my dotfiles (Should work universally)

  1. Clone the repo
git clone --recurse-submodules https://github.com/maths-lover/Dotfiles.git $HOME/Dotfiles
  1. cd into Dotfiles
cd $HOME/Dotfiles
  1. Run first initial setup script, do review it once
chmod u+x ./0_system_setup.sh
./0_system_setup.sh
  1. Run second script which installs packages
chmod u+x ./1_packages_setup.sh
./1_packages_setup.sh

About

My development environment dotfiles and configs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published