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

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

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