https://github.com/mitsunee/dotfiles
my dotfiles, configs, and setup scripts for Fedora KDE Spin desktop
https://github.com/mitsunee/dotfiles
dotfiles fedora-kde
Last synced: 3 months ago
JSON representation
my dotfiles, configs, and setup scripts for Fedora KDE Spin desktop
- Host: GitHub
- URL: https://github.com/mitsunee/dotfiles
- Owner: Mitsunee
- Created: 2022-07-25T13:37:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T11:28:21.000Z (4 months ago)
- Last Synced: 2025-01-23T12:25:37.594Z (4 months ago)
- Topics: dotfiles, fedora-kde
- Language: Shell
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
This repository contains part of my dotfiles. **Use at your own risk**
## Usage
```sh
sudo dnf install -y rsync git
git clone https://github.com/Mitsunee/dotfiles
cd dotfiles
```## bootstrap.sh
This script unpacks the content of the [`dotfiles`](dotfiles) directory into your home directory. This **WILL** wipe any already existing files of the same names!
## Setup scripts
These script install a bunch of packages I use. They were made for Fedora-based distros. `setup_dnf.sh` contains the bare minimum I install on every machine, while `setup_dnf_extras.sh` contains most of what I use on my desktop sans stuff built from source.
## Other
See [docs](./docs) for more setup things that cannot be automated as easily