-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: Format markdown documentation files (#105)
- Loading branch information
Showing
3 changed files
with
63 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,28 @@ | ||
# dotfiles | ||
|
||
These dotfiles include configuration settings for various tools for terminal customization, custom libraries, and many more. Additionally, this repository contains template files that can be used for other repositories, such as _GitHub Actions Workflow_, _Dependabot_, _Labeler_, or other commonly used dotfiles. | ||
These dotfiles include configuration settings for various tools for terminal customization, custom | ||
libraries, and many more. Additionally, this repository contains template files that can be used for | ||
other repositories, such as _GitHub Actions Workflow_, _Dependabot_, _Labeler_, or other commonly | ||
used dotfiles. | ||
|
||
> [!NOTE] | ||
> Ensure that you have [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts/) installed on your operating system. | ||
> | ||
> Ensure that you have [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts/) installed on your | ||
> operating system. | ||
## Installing | ||
|
||
Instructions for installing the dotfiles configuration. First, clone this repository, then run the installation script for your operating system. | ||
Instructions for installing the dotfiles configuration. First, clone this repository, then run the | ||
installation script for your operating system. The installation script is still work in progress. | ||
|
||
### Linux | ||
|
||
Run the `./install.sh` script in the _Shell_ terminal to install the configuration on **GNU/Linux** systems like _Debian_ or _Ubuntu_. This script include the [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh/) installation and many more. | ||
Run the `./install.sh` script in the _Shell_ terminal to install the dotfiles configuration for | ||
**GNU/Linux** systems like _Debian_ or _Ubuntu_. This script include the configuration for | ||
[ohmyzsh](https://github.com/ohmyzsh/ohmyzsh/) installation and many more. | ||
|
||
### Windows | ||
|
||
Run the `.\install.ps1` script in the _PowerShell_ to install the configuration on **Windows** system. This script include the [oh-my-posh](https://github.com/JanDeDobbeleer/oh-my-posh/) installation and many more. | ||
Run the `.\install.ps1` script in the _PowerShell_ to install the dotfiles configuration for | ||
**Windows** system. This script include the configuration for | ||
[oh-my-posh](https://github.com/JanDeDobbeleer/oh-my-posh/) installation and many more. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
# Modules | ||
|
||
Below is documentation for the modules included in this project, which you can utilize in your own projects. | ||
Below is documentation for the modules included in this project, which you can utilize in your own | ||
projects. The installation script is still work in progress. | ||
|
||
Currently, the modules are only available within this project and cannot be imported as a modules using commands such as `Import-Module -Name` in PowerShell terminal. However, there are plans to make it available as a standalone package in the future. | ||
Currently, the modules are only available within this project and cannot be imported as a modules | ||
using commands such as `Import-Module -Name` in PowerShell terminal. However, there are plans to | ||
make it available as a standalone package in the future. | ||
|
||
## mdsanima-power | ||
|
||
This module contains functions thats help to execute _PowerShell_ scripts on **Windows**. | ||
This module contains functions thats help to execute _PowerShell_ scripts on **Windows** system. |