style: remove all emojis and decorative icons across documentation, templates, and configs

This commit is contained in:
2026-09-09 08:01:43 +02:00
parent 83e9820e07
commit 3d07731ec0
7 changed files with 48 additions and 48 deletions
+26 -26
View File
@@ -1,4 +1,4 @@
# 🚀 Dotfiles - QA Engineer Dev Setup
# Dotfiles - QA Engineer Dev Setup
Meine persönliche Development-Umgebung optimiert für:
- **TypeScript/Playwright** Testing (QA)
@@ -9,7 +9,7 @@ Meine persönliche Development-Umgebung optimiert für:
---
## 📦 Was ist enthalten?
## Was ist enthalten?
### Core Tools
- **Neovim** - Scratch config mit lazy.nvim (TypeScript/Go optimiert)
@@ -34,7 +34,7 @@ Meine persönliche Development-Umgebung optimiert für:
---
## 🔧 Installation
## Installation
### Schnellstart (macOS/Linux)
@@ -88,7 +88,7 @@ chsh -s $(which fish)
---
## 📁 Struktur
## Struktur
```
dotfiles/
@@ -117,7 +117,7 @@ dotfiles/
---
## 🎯 Neovim Keybindings (Wichtigste)
## Neovim Keybindings (Wichtigste)
### General
- `<Space>` - Leader key
@@ -150,7 +150,7 @@ dotfiles/
---
## 🔄 Updates
## Updates
```bash
# Komplettes System & Tools aktualisieren (macOS / Linux OS-Updates + Homebrew/Pakete)
@@ -170,7 +170,7 @@ fisher update
---
## 🛠️ Anpassungen
## Anpassungen
### Neovim
- **Neue Sprache hinzufügen**: Editiere `~/.config/nvim/lua/plugins/lsp.lua`
@@ -188,7 +188,7 @@ fisher update
---
## 🐛 Troubleshooting
## Troubleshooting
### Neovim Plugins laden nicht
```bash
@@ -215,7 +215,7 @@ nvim
---
## 📝 System Requirements
## System Requirements
### Minimum
- **OS**: macOS 12+, Linux (Arch, Debian, Fedora)
@@ -230,7 +230,7 @@ nvim
---
## 🤖 KI / AI CLI Tools (Optional)
## KI / AI CLI Tools (Optional)
Das Installationsskript kann optional verschiedene KI-Kommandozeilentools für Sie einrichten:
@@ -249,26 +249,26 @@ Das Installationsskript kann optional verschiedene KI-Kommandozeilentools für S
---
## 🎨 Features
## Features
### Neovim
**Scratch Build** - Kein Framework, volle Kontrolle
**Modern APIs** - Neovim 0.11 ready
**TypeScript/Playwright** - Optimiert für QA
**Go Support** - gopls mit gofumpt
**Modular** - Jedes Plugin in eigener Datei
**Lazy Loading** - Schneller Start
- **Scratch Build** - Kein Framework, volle Kontrolle
- **Modern APIs** - Neovim 0.11 ready
- **TypeScript/Playwright** - Optimiert für QA
- **Go Support** - gopls mit gofumpt
- **Modular** - Jedes Plugin in eigener Datei
- **Lazy Loading** - Schneller Start
### Fish Shell
**Mise Integration** - Modernes Tool- & Node-Version-Management
**FZF Integration** - Fuzzy finding everywhere
**Git Shortcuts** - Aliases für häufige Commands
**Kubernetes** - kubectl completion
**Auto-completion** - Für Docker, Git, etc.
- **Mise Integration** - Modernes Tool- & Node-Version-Management
- **FZF Integration** - Fuzzy finding everywhere
- **Git Shortcuts** - Aliases für häufige Commands
- **Kubernetes** - kubectl completion
- **Auto-completion** - Für Docker, Git, etc.
---
## 📚 Resources
## Resources
- [Neovim Docs](https://neovim.io/doc/)
- [Fish Shell Docs](https://fishshell.com/docs/current/)
@@ -278,13 +278,13 @@ Das Installationsskript kann optional verschiedene KI-Kommandozeilentools für S
---
## 📄 License
## License
MIT - Do whatever you want with it!
---
## 🙏 Credits
## Credits
- **Neovim** Community
- **ThePrimeagen** - Harpoon & Inspiration
@@ -294,4 +294,4 @@ MIT - Do whatever you want with it!
---
**Happy Coding!** 🚀
**Happy Coding!**