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

https://github.com/umutsevdi/dotfiles

Configuration files of my personal computer running Fedora 37 GNU/Linux
https://github.com/umutsevdi/dotfiles

config dotfiles fedora fedora36 i3 i3-gaps i3gaps kitty linux neovim nvim picom polybar rofi rofi-scripts

Last synced: 3 months ago
JSON representation

Configuration files of my personal computer running Fedora 37 GNU/Linux

Awesome Lists containing this project

README

          

# .dotfiles





Logo


Configuration files that I've been using on my computer.

## About

This repository contains all the configuration files and scripts that I've been
using on my device. I use [Fedora 41](https://getfedora.org/en/server/download/).
These are the base configuration files that I start with when I set up a new
environment.

Table of Contents

![Desktop](screenshots/desktop.png)

## How To Install

If you use Fedora as your operating system, you can just run `install.sh`.

```bash
chmod +x ./install.sh
sudo ./install.sh
```
```
Disclaimer: run --install with root privileges, --config
with normal user. Run install first with your arguments
Syntax: [-h/C/i [c|n]]

Options:
-h/--help Prints this menu.
-i/--install Starts installation. Requires sudo.
-C/--config Configures system files.
-c/--common Installs common programs.
-n/--nvidia Installs Nvidia softwares.
```