Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kyletryon/ansible-magic-shellbook

My personal linux server ansible configuration. Provides the ultimate debian experience.
https://github.com/kyletryon/ansible-magic-shellbook

Last synced: 3 months ago
JSON representation

My personal linux server ansible configuration. Provides the ultimate debian experience.

Awesome Lists containing this project

README

        

# Ansible Magic Shellbook

[![CircleCI](https://img.shields.io/circleci/build/gh/KyleTryon/Ansible-Magic-Shellbook/main?logo=circleci)](https://app.circleci.com/pipelines/github/KyleTryon/Ansible-Magic-Shellbook?branch=main)

My personal collection of Ansible playbooks and roles for setting up my personal development machines.

ASCII Art

```text
@
@@@@@@@@@
.@@@@@@@@@@@@@@@@@
,@@@@@@@@@@@@@@@@@@@@@@@@@,
(@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*
@@@@@@@@@@@@@@( .@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@ ,@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@# @@ @@( @@@@@@@@@@@@@@@@@@@@@@
#@@@@@@@@@@@@@@@ @@@, @@@. @@@@@@@@@@@@@@@@@@@@@@@@@@
&@@@@@@@@@@@@@@@@@@ .@@ @@@@@@@. @@@@@@@@@@@@@@@@@@@@@@@@%
@@@@@@@@@@@@@@@@@@@@@@ @@ @@@,&@@@& @@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@* @@@@@( @@@@@@@@@@@@@@@@@@@@ *@ @@@@
@@@ @@@@@@@@@@@@@@@@@@@@ (@@@ .@@@@@@@@@@@@@@@@@# &@ @@@,
@@@@@# &@@@@@@@@@@@@@@@@* @@@@@@@@@@@@@@@@@, @@,@@@
@@@/@@ /@@@@@@@@@@@@@@@@@, ./@@@@@@@@@@@@@@@@@@@ @%%@@@
@@@&%@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ .@*@@@&
&@@@*@, @@@@@@@@@@@@@@@@@@@@@@@@@@% (@ @@@#
/@@@ @# %@@@@@@@@@@@@@@@@@/ &@,@@@(
@@@*@@ *@@@@@@@@@. @&(@@@
@@@##@ @ @/%@@@
@@@&,@(@.@@@@
/@@@.

```

## Overview

| Shell | Languages | Core Utilities | More |
| --------------------- | ------------ | -------------- | ---------- |
| ZSH (default) | Python | Bat | Bats |
| Oh-My-ZSH | NodeJS (nvm) | Exa | ShellCheck |
| Powerlevel10K | Go | Fzf | JQ |
| Additional Plugins... | | Astronvim | YQ |
| | | Tmux | Dasel |
| | | Btop | |
| | | More... |

### Dotfiles

This repo _requires_ provided dotfiles to be present. See the accompanying [dotfiles repo](https://github.com/KyleTryon/.dotfiles).

To modify, fork the dotfiles repo and update the `/defaults/main.yml` file to change the value of `dotfile_repo`.