Skip to content

ctronp/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles Fedora

dotfiles that I use in linux.

cloning

git init and download

first add the ssh to github then execute:

git config --global init.defaultBranch main && \
git config --global commit.gpgsign true && \
git init && \
git remote add origin git@github.com:ctronp/dotfiles.git && \
git pull origin main

Disable SMT

add nosmt=true in GRUB_CMDLINE_LINUX on /etc/default/grub

if you are on fedora:

  • run: sudo grub2-mkconfig -o /boot/grub2/grub.cfg -o /boot/efi/EFI/fedora/grub.cfg

if you are on ubuntu:

  • run: sudo update-grub

dnf.conf

add max_parallel_downloads=10 to the end of the /etc/dnf/dnf.conf file.

About

dotfiles for fedora

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages