Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbulav/dotfiles
My configuration files
https://github.com/sbulav/dotfiles
devops dotfiles neovim-dotfiles
Last synced: 13 days ago
JSON representation
My configuration files
- Host: GitHub
- URL: https://github.com/sbulav/dotfiles
- Owner: sbulav
- Created: 2017-12-04T18:36:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T18:35:13.000Z (2 months ago)
- Last Synced: 2024-10-29T18:43:24.582Z (2 months ago)
- Topics: devops, dotfiles, neovim-dotfiles
- Language: Shell
- Homepage:
- Size: 18.7 MB
- Stars: 29
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# My configuration files
[![Neovim](https://img.shields.io/badge/NeoVim-%2357A143.svg?&style=for-the-badge&logo=neovim&logoColor=white)](https://github.com/neovim/neovim)
[![GitGuardian scan](https://github.com/sbulav/dotfiles/actions/workflows/gitguardian.yml/badge.svg)](https://github.com/sbulav/dotfiles/actions/workflows/gitguardian.yml)
[![release-please](https://github.com/sbulav/dotfiles/actions/workflows/please_release.yml/badge.svg)](https://github.com/sbulav/dotfiles/actions/workflows/please_release.yml)Managed via Nix in [dotnix](https://github.com/sbulav/dotnix)
## Automated workflows
I'm using following workflows to automate management of my dotfiles:
- [automerge-release.yml](.github/workflows/automerge-release.yml) - Merge
changelog automated PR
- [commit_validate.yml](.github/workflows/commit_validate.yml) - Validate
commits are using `conventional commits` style
- [gitguardian.yml](.github/workflows/gitguardian.yml) - Check for leaking
secrets/tokens
- [please_release.yml](.github/workflows/please_release.yml) - Automated
releases based on conventional commits
- [update-readme.yml](.github/workflows/update-readme.yml) - Workflow to
generate this README