Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ctronp/dotfiles

dotfiles for fedora
https://github.com/ctronp/dotfiles

Last synced: 24 days ago
JSON representation

dotfiles for fedora

Awesome Lists containing this project

README

        

# Dotfiles Fedora

dotfiles that I use in linux.

## cloning

### git init and download

first add the ssh to github then execute:

```bash
git config --global init.defaultBranch main && \
git config --global commit.gpgsign true && \
git init && \
git remote add origin [email protected]: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.