Adoni5 / dotfiles

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles


Logo

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

Bashi3 WM

About

This repository contains all the configuration files and scripts that I've been using on my device. I use Fedora 36 Server Edition. These are the base dotfiles that I start with when I set up a new environment.

I'm using Fedora 36 on my personal computer. I use a fork of i3 Window Manager called i3-gaps.

Table of Contents
  1. Applets
  2. Scripts
  3. Neovim
  4. Polybar Configurations
  5. i3 Configurations
  6. Picom Configurations


How To Install

If you are using Fedora as your operating system, you can just run install.sh.

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.

It will then download all required files and replace config files with my configurations.

Credits

About

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


Languages

Language:Shell 57.6%Language:Vim Script 42.4%Language:CSS 0.0%