Abstract
The dotfiles of excellent graphic designer and noted sesquipedalian, @edwardtheharris. Contains system-appropriate configs for bash, vim, and wakatime.
dotfiles readme#
<3 bash#
Best Amazing SHell is the best.
Supported Distributions#
GitHub Actions#
You can delete unwanted workflow runs with this script.
for run in $(gh run list --json databaseId --jq '.[].databaseId'); do
gh run delete $run;
done
Usage#
This repository has three main plays, explained below.
Local user, as in your Linux username. The values in
site.yml
represent my personal settings, all variables are required.ansible-playbook -t user site.yml
The default configuration will run this on
localhost
.A service account, as in the account you would use to run bind.
ansible-playbook -t sa site.yml
The default configuration assumes a group named
ns
in your Ansible inventory.The root account, you shouldn’t be using this account but if you’re always tinkering with stuff like the author does, then you’ll want to have reasonable settings for the shell at least.
ansible-playbook -t root site.yml
Additional services#
Samba Active Directory, because AD should be run on Linux because MS has enough money.
tools#
vim Plugins use junegunn/vim-plug.
Sphinx extensions used by the documentation include the following.