/running-configs

This repository contains my daily driver configurations files, and uses submodules to include my configurations in my other repositories (if they exist)

GNU General Public License v3.0GPL-3.0

My dotfiles configurations

Table of Contents

Introduction

Background

This repository contains (more or less) my daily driver configurations file as of now, may or may not change.

This repository also uses submodules for certain configurations where I may already have an existing repository

Configurations

Submodules

Setup

Dependencies

  • git : For cloning

Pre-Requisites

  • Clone the repository
    git clone https://github.com/Thanatisia/running-configs

Git Submodules

  • Initialize the git submodules
    git submodule init
  • Update git submodules
    • This will clone the submodule packages from the remote repositories into the local repository
    git submodule update --init

Documentations

Wiki

Resources

References

Remarks