/dotfiles

the_dise's dotfiles

Primary LanguageGLSL

the_dise's dotfiles / dbox

This is a repository containing the dotfiles of the user 'the_dise'. Dotfiles are configuration files for various applications and utilities.

This repository also includes a customized version of the Agnoster theme, called "dbox", which has a distinct and visually appealing appearance. The theme features a softer color scheme, with modified icons and other elements that enhance its aesthetic appeal.

Installation

To use these dotfiles, you need to clone this repository to your home directory:

$ git clone https://github.com/the-dise/dotfiles.git ~/dotfiles
$ cd ~/dotfiles
$ git submodule init && git submodule update
$ chmod +x setup.sh

One line install:

$ git clone https://github.com/the-dise/dotfiles.git ~/dotfiles && cd ~/dotfiles && git submodule init && git submodule update && chmod +x setup.sh

Then, you need to run the setup.sh script to symlink the dotfiles to their correct locations in your home directory:

$ ./setup.sh

This script will create symlinks in your home directory for all the dotfiles in the repository. If you already have some of these dotfiles in your home directory, the script will ask you whether to overwrite them or not.

Customization

If you want to customize these dotfiles for your own use, you can do so by forking this repository and making changes to the files in your fork. You can also create new dotfiles for other applications or utilities by adding them to your fork.

Credits

License

These dotfiles are released under the MIT License. See the LICENSE file for details.