Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thanatisia/running-configs

This repository contains my daily driver configurations files, and uses submodules to include my configurations in my other repositories (if they exist)
https://github.com/thanatisia/running-configs

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# My dotfiles configurations

## Table of Contents
+ [Introduction](#introduction)
+ [Configurations](#configurations)
+ [Setup](#setup)
+ [Documentations](#documentations)
+ [Wiki](#wiki)
+ [Resources](#resources)
+ [References](#references)
+ [Remarks](#remarks)

## 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
+ [Neovim](https://github.com/Thanatisia/configs-neovim)
+ [Tmux](https://github.com/Thanatisia/configs-tmux)
+ [Wezterm](https://github.com/Thanatisia/configs-wezterm)

## Setup
### Dependencies
+ git : For cloning

### Pre-Requisites
- Clone the repository
```console
git clone https://github.com/Thanatisia/running-configs
```

### Git Submodules
- Initialize the git submodules
```console
git submodule init
```
- Update git submodules
+ This will clone the submodule packages from the remote repositories into the local repository
```console
git submodule update --init
```

## Documentations

## Wiki

## Resources

## References
+ [Atlassian - git submodule](https://www.atlassian.com/git/tutorials/git-submodule)

## Remarks