https://github.com/edwardtheharris/dotfiles
A collection of configurations and automation of dubious quality.
https://github.com/edwardtheharris/dotfiles
ansible bash dotfiles kubernetes
Last synced: over 1 year ago
JSON representation
A collection of configurations and automation of dubious quality.
- Host: GitHub
- URL: https://github.com/edwardtheharris/dotfiles
- Owner: edwardtheharris
- License: other
- Created: 2024-02-18T23:13:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T19:20:45.000Z (over 1 year ago)
- Last Synced: 2024-10-17T09:14:19.476Z (over 1 year ago)
- Topics: ansible, bash, dotfiles, kubernetes
- Language: Shell
- Homepage: https://edwardtheharris.github.io/dotfiles/
- Size: 6.13 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license.md
- Security: security.md
Awesome Lists containing this project
README
---
abstract: >
The dotfiles of excellent graphic designer and noted sesquipedalian,
@edwardtheharris. Contains system-appropriate configs for bash, vim,
and wakatime.
authors: Xander Harris
date: 2024-01-27
title: dotfiles readme
---
[](https://edwardtheharris.github.io/dotfiles/)
[](https://github.com/edwardtheharris/dotfiles/actions/workflows/shell.yml)
[](https://wakatime.com/badge/github/edwardtheharris/dotfiles)
[](https://coveralls.io/github/edwardtheharris/dotfiles)
## [<3 bash](http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html)
Best Amazing SHell is the best.
### Supported Distributions
* Alpine
* ArchLinux
* Linux Mint
* MacOS
## GitHub Actions
You can delete unwanted workflow runs with this script.
```sh
for run in $(gh run list --json databaseId --jq '.[].databaseId'); do
gh run delete $run;
done
```
## Usage
This is too complicated to explain at the moment.
## Additional services
[Samba Active Directory](ansible/files/ad/index.md), because AD should be
run on Linux.
## Tools
Vim Plugins use [junegunn/vim-plug](https://github.com/junegunn/vim-plug).
Sphinx extensions used by the documentation include the following.
1. [myst-parser](https://myst-parser.readthedocs.io/en/latest/)
2. [sphinxcontrib-autoyaml](https://pypi.org/project/sphinxcontrib-autoyaml/)
3. [sphinx-copybutton](https://sphinx-copybutton.readthedocs.io/en/latest/index.html)
4. [sphinx-last-updated-by-git](https://pypi.org/project/sphinx-last-updated-by-git/)