Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctronp/dotfiles
dotfiles for fedora
https://github.com/ctronp/dotfiles
Last synced: 24 days ago
JSON representation
dotfiles for fedora
- Host: GitHub
- URL: https://github.com/ctronp/dotfiles
- Owner: ctronp
- Created: 2022-02-10T05:02:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T22:23:04.000Z (over 1 year ago)
- Last Synced: 2024-04-24T05:25:03.389Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.