Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kyletryon/ansible-magic-shellbook
- Owner: KyleTryon
- Created: 2022-09-25T19:42:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T04:31:31.000Z (over 2 years ago)
- Last Synced: 2024-05-28T23:53:51.702Z (8 months ago)
- Language: Shell
- Size: 75.2 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.