Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/semanticdata/dotfiles

βš™ Compilation of configuration files and other loosely related items.
https://github.com/semanticdata/dotfiles

alacritty alacritty-config dotfiles gitattributes-templates github-templates gitignore-templates hugo jekyll lua mpv mpv-config neovim neovim-dotfiles nvim nvim-dotfiles obsidian obsidian-md opinionated zola

Last synced: 15 days ago
JSON representation

βš™ Compilation of configuration files and other loosely related items.

Awesome Lists containing this project

README

        

# 🎲 Project Name

> Short description of the project.

![code size](https://img.shields.io/github/languages/code-size/semanticdata/ximena)
![repository size](https://img.shields.io/github/repo-size/semanticdata/ximena)
![commits](https://img.shields.io/github/commit-activity/t/semanticdata/ximena)
![last commit](https://img.shields.io/github/last-commit/semanticdata/ximena)
![is website up?](https://img.shields.io/website/https/semanticdata.github.io/ximena.svg)

## πŸ“‘ Table of Contents

- [🎲 Project Name](#-project-name)
- [πŸ“‘ Table of Contents](#-table-of-contents)
- [πŸ“„ Description](#-description)
- [πŸš€ Getting Started](#-getting-started)
- [βš™ Usage](#-usage)
- [πŸ§ͺ Testing](#-testing)
- [Deployment](#deployment)
- [Useful Commands](#useful-commands)
- [πŸ”Œ Plugins](#-plugins)
- [Changelog](#changelog)
- [πŸ—Ί Roadmap](#-roadmap)
- [❀ Acknowledgments](#-acknowledgments)
- [Β© License](#-license)

## πŸ“„ Description

Full description of the project:

- What is it about?
- What does it do?
- Why is it useful?
- What problem does it solve?
- Who is it for?

## πŸš€ Getting Started

### Prerequisites

- You need this item
- And you need this item
- Oh, and don't forget this item

### Installation

## βš™ Usage

Instructions for how to configure, run, and use the project. You can include the commands needed to install and start the development environment or any other useful and important commands. _Screenshots_ can be included as well.

Look for more information in the [Documentation].

## πŸ§ͺ Testing

- Any unit or integration tests people can run to assure that everything’s working as expected?
- Any frameworks or commands that are needed here?
- Are there any tests in your deployment pipeline that ensure that no errors make it into the live site?

Also include the commands needed to run any tests:

```sh
# Run test(s)
npm run test
```

## Deployment

Instructions for how to deploy the project to a production environment, including any server requirements and commands used. And, in case you are using a CI/CD pipeline, for example, how do any automated processes work? What are the most important branches? Do they trigger any pipelines?

[GitHub Pages]() - [Vercel]() - [Netlify]() - [Cloudflare Pages]()

## Useful Commands

```sh
# Install dependencies
npm install

# Update dependencies
npm update

# Start local dev server
npm start

# Check formatting w/ Prettier
npm run check

# Fix formatting w/ Prettier
npm run format
```

For more details take a look at [package.json](package.json).

## πŸ”Œ Plugins

- Plugin 1
- Plugin 2

## Changelog

We use [Semantic Versioning](https://semver.org/) for releases.

- 0.1.0
- First release
- CHANGE: Rename `foo()` to `bar()`
- FIX: Crash when calling `pleasedonotcrash()`
- 0.0.1
- Initial commit

## πŸ—Ί Roadmap

- [x] Completed Change 1
- [x] Completed Change 2
- [ ] Incomplete Roadmap Item 1
- [ ] Incomplete Roadmap Item 2

## ❀ Acknowledgments

Thanks to these amazing people and their projects:

- [Person] – [Website]
- [Project] - [Website]

## Β© License

This code is available under the [MIT License](LICENSE).