ajstrongdev / dotfiles

The collection for my currently used dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MrBeeBenson's Dracula Dotfiles

The inspiration for this theme came from the Dracula colour scheme which can be found here: https://draculatheme.com/contribute

The Rofi theme used is a modified version of the currently existing Dracula Rofi theme: https://draculatheme.com/rofi - Which is licensed under the MIT license.

Contents:

Screenshots

Floating windows

Tiled windows

Specifications

DISTRO: Ubuntu
WM: i3wm
Compositor: Picom
GTK3/4 Theme: Dracula

- Applications I use:
Browser: Firefox
File manager: Thunar
Sound: Pavucontrol

Themes used in other applications:

  • Firefox theme

  • GTK3/4 theme

  • Visual Studio Code theme

  • Please note, while these dotfiles were created for Ubuntu 22.04 LTS+, they will work on other distributions with a little modification.

  • You will be required to modify the i3 configuration file in ~/.config/i3/config, as well as the i3blocks configuration file in ~/.config/i3/i3blocks.conf so that the directories point to your home directory rather than "mrbeebenson".

Installation

If you are running Ubuntu, then you can easily run the script I have created.

sudo apt install git # If git has not been installed.
git clone https://github.com/mrbeebenson/dotfiles
cd ~/dotfiles
bash configure.sh

If you are not using Ubuntu, then you will need to manually install the packages listed in configure.sh

Create a disk image for the dotfiles

If you wish to create a distribution of Ubuntu with the dotfiles preinstalled for personal or public use, follow the guide below:

  • Install Cubic.

  • Download the latest LTS version of Ubuntu from their website.

  • Launch Cubic

  • Install git onto the distribution with apt install git

  • Clone this repository with git clone https://github.com/mrbeebenson/dotfiles

  • Run this command: cd ~/dotfiles && bash distro_script.sh

  • You will be required to modify the i3 configuration file in ~/.config/i3/config, as well as the i3blocks configuration file in ~/.config/i3/i3blocks.conf so that the directories point to your home directory rather than "mrbeebenson".

Thank you for reading! I hope you enjoy these dotfiles as much as I do!

About

The collection for my currently used dotfiles

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%