https://github.com/mdsanima-dev/dotfiles
Configuration settings for various tools for terminal customization, custom libraries, and many more
https://github.com/mdsanima-dev/dotfiles
bash configuration-files dotfiles scripts tmux-configuration vimrc workflows zsh
Last synced: about 1 year ago
JSON representation
Configuration settings for various tools for terminal customization, custom libraries, and many more
- Host: GitHub
- URL: https://github.com/mdsanima-dev/dotfiles
- Owner: mdsanima-dev
- License: mit
- Created: 2023-08-13T03:03:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T01:45:09.000Z (over 1 year ago)
- Last Synced: 2025-01-15T05:38:13.833Z (over 1 year ago)
- Topics: bash, configuration-files, dotfiles, scripts, tmux-configuration, vimrc, workflows, zsh
- Language: Shell
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yaml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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.
## Installing
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 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 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.