Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/thanatisia/running-configs
- Owner: Thanatisia
- License: gpl-3.0
- Created: 2023-06-17T07:52:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T05:50:32.000Z (5 months ago)
- Last Synced: 2024-06-14T06:52:04.432Z (5 months ago)
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOGS.md
- License: LICENSE
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