Files
home/README.md
T

282 lines
7.3 KiB
Markdown
Raw Normal View History

2026-03-17 12:04:51 +01:00
<div align="center">
<pre>
_ _____ __ __ __ _ _____ ____ _ _____
| | / / | / / / //_// | / / | / __ ( ) ___/
| | / / /| | / / / ,< / |/ / /| | / /_/ //\__ \
| |/ / ___ |/ /___/ /| |/ /| / ___ |/ _, _/ ___/ /
|___/_/ |_/_____/_/ |_/_/ |_/_/ |_/_/ |_| /____/
__________ ____ ____________
/ ____/ __ \/ __ \/ ____/ ____/
/ /_ / / / / /_/ / / __/ __/
/ __/ / /_/ / _, _/ /_/ / /___
/_/ \____/_/ |_|\____/_____/
</pre>
# WHERE CODE MEETS CHAOS
[![Debian](https://img.shields.io/badge/Debian-Trixie-A81D33?style=for-the-badge&logo=debian&logoColor=white)](https://www.debian.org/)
[![Powered by Metal](https://img.shields.io/badge/POWERED%20BY-METAL-FF0000?style=for-the-badge)](https://www.slayer.net/)
[![Built with Blood](https://img.shields.io/badge/BUILT%20WITH-BLOOD%20%26%20SWEAT-8B0000?style=for-the-badge)](/)
[![License: MIT](https://img.shields.io/badge/License-MIT-990000?style=for-the-badge)](LICENSE)
**My Debian home directory - forged in the fires of chaos, tempered with configuration files,**
**and wielded with the fury of a thousand riffs.**
*This is where dotfiles headbang and shell scripts scream.*
</div>
---
## THE ARSENAL
### WEAPONS OF MASS DEVELOPMENT
```
+-----------------------------------------------------+
| NODE.JS | Managed by nvm |
| PYTHON | Managed by pyenv |
| RUBY | Managed by rbenv |
| RUST | Managed by rustup |
| DOCKER | Containerized destruction |
+-----------------------------------------------------+
```
---
## QUICK START RITUAL
### Summoning the Environment
```bash
# 1. Clone this unholy repository
2026-03-17 16:59:08 +01:00
git init && git remote add origin git@dev.pivoine.art:2222/valknar/home.git
2026-03-17 12:04:51 +01:00
git fetch && git reset --hard origin/main
git branch --set-upstream-to=origin/main main
# 2. Configure git
git config --global init.defaultBranch main
git config --global --add safe.directory /home/$USER
# 3. Sync all dependencies (version managers, shell config, etc.)
2026-03-30 19:40:37 +02:00
arty.sh sync
2026-03-17 12:04:51 +01:00
# 4. Install system packages
2026-03-30 19:40:37 +02:00
arty.sh debian/update && arty.sh debian/install
2026-03-17 12:04:51 +01:00
# 5. Install development tools
2026-03-30 19:40:37 +02:00
arty.sh rust/install
arty.sh node/install
arty.sh ruby/install
arty.sh python/install
2026-03-17 12:04:51 +01:00
# 6. Install global packages
2026-03-30 19:40:37 +02:00
arty.sh npm/install
arty.sh gem/install
2026-03-17 12:04:51 +01:00
# 7. Source the shell configuration
source ~/.zshrc
```
---
2026-03-30 19:40:37 +02:00
## arty.sh - REPOSITORY ORCHESTRATION
2026-03-17 12:04:51 +01:00
### Available Scripts
```bash
# System setup
2026-03-30 19:40:37 +02:00
arty.sh debian/update # Enable non-free repos and update sources
arty.sh debian/install # curl, wget, zsh, fzf, davfs2, make, imagemagick, ffmpeg, yt-dlp, pkg-config, zstd, libffi-dev, libyaml-dev, libssl-dev, liblzma-dev, libbz2-dev, libncurses-dev, libreadline-dev, libsqlite3-dev, python3-tk
2026-03-17 12:04:51 +01:00
# Development tools
2026-03-30 19:40:37 +02:00
arty.sh docker/install # Docker Engine with user group
arty.sh rust/install # Rust toolchain via rustup
arty.sh node/install # Node.js via nvm
arty.sh ruby/install # Ruby via rbenv
arty.sh python/install # Python via pyenv
arty.sh go/install # Go via apt
arty.sh hugo/install # Hugo extended via go install
2026-03-17 12:04:51 +01:00
# CLI tools
2026-03-30 19:40:37 +02:00
arty.sh claude/install # Claude AI CLI
arty.sh yq/install # yq YAML processor
arty.sh gh/install # GitHub CLI
arty.sh tailscale/install # Tailscale
arty.sh ollama/install # Ollama
2026-03-17 12:04:51 +01:00
```
2026-03-30 19:40:37 +02:00
### What arty.sh Manages
2026-03-17 12:04:51 +01:00
2026-03-18 16:49:17 +01:00
- **Version managers** (nvm, rbenv, pyenv)
2026-03-17 12:04:51 +01:00
- **Shell configuration** (Oh-My-Zsh, Powerlevel10k, plugins)
---
## COMMAND LINE BRUTALITY
### Custom Scripts
2026-03-17 16:59:08 +01:00
Scripts in `~/scripts/` are loaded via PATH. Check `scripts/` directory for available utilities.
2026-03-17 12:04:51 +01:00
---
## ENVIRONMENT STRUCTURE
```
~/
+-- .nvm/ # Node Version Manager
+-- .rbenv/ # Ruby Version Manager
| +-- plugins/ruby-build/
+-- .pyenv/ # Python Version Manager
+-- .oh-my-zsh/ # Oh-My-Zsh framework
| +-- custom/
| +-- themes/
| | +-- powerlevel10k/
| +-- plugins/
| +-- zsh-autosuggestions/
| +-- zsh-syntax-highlighting/
```
---
## DOTFILE HIGHLIGHTS
### Shell Configuration
- **`.zshrc`** - Oh-My-Zsh with Powerlevel10k theme
- **`.zlogin`** - Login script (mounts HiDrive, creates symbolic links)
- **`.p10k.zsh`** - Powerlevel10k configuration
- **`.zprofile`**, **`.zlogout`**, **`.zshenv`** - Zsh startup files
### Version Files
- **`.nvmrc`** - Node.js version
- **`.ruby-version`** - Ruby version
- **`.python-version`** - Python version
### Git Configuration
- **`.gitignore`** - INVERTED PATTERN (ignore all, allow specific files)
- **`.gitconfig`** - Git user configuration
### Personal
- **`signature.txt`** - ASCII art email signature
- **`.hushlogin`** - Suppress login banners
---
## GIT SELECTIVE TRACKING
This repository uses an **inverted `.gitignore`** pattern:
```gitignore
# Ignore everything
*
2026-03-17 16:59:08 +01:00
# But not these files.
2026-03-17 12:04:51 +01:00
!.gitignore
!.gitconfig
2026-03-17 16:59:08 +01:00
!.editorconfig
2026-03-17 12:04:51 +01:00
!.nvmrc
!.ruby-version
!.python-version
2026-03-17 16:59:08 +01:00
!.p10k.zsh
!.zprofile
!.zlogout
!.zlogin
!.zshrc
!.zshenv
!.hushlogin
2026-03-17 12:04:51 +01:00
!arty.yml
!signature.txt
2026-03-17 16:59:08 +01:00
!LICENSE
!README.md
2026-03-30 19:40:37 +02:00
!scripts/
!scripts/**/*
2026-03-17 16:59:08 +01:00
# ...
2026-03-17 12:04:51 +01:00
```
**Why?** To track only essential dotfiles and configurations while ignoring cache, logs, and user data.
---
## SHELL PLUGIN POWER
**Oh-My-Zsh Plugins Loaded:**
```
git pm2 gh sudo ssh ruby rust python node github
rsync nvm rbenv pyenv docker docker-compose qrcode
zsh-autosuggestions zsh-syntax-highlighting
zsh-interactive-cd zsh-navigation-tools
```
---
## USEFUL RESOURCES
### System & Shell
- [Oh-My-Zsh](https://ohmyz.sh/)
- [Powerlevel10k](https://github.com/romkatv/powerlevel10k)
### Language Managers
- [nvm](https://github.com/nvm-sh/nvm) - Node Version Manager
- [rbenv](https://github.com/rbenv/rbenv) - Ruby Version Manager
- [pyenv](https://github.com/pyenv/pyenv) - Python Version Manager
- [rustup](https://rustup.rs/) - Rust Toolchain Manager
### CLI Tools
- [GitHub CLI](https://cli.github.com/)
- [Tailscale](https://tailscale.com/)
- [Ollama](https://ollama.com/)
- [yq](https://github.com/mikefarah/yq) - YAML processor
---
## LICENSE
MIT License - Do whatever the hell you want with it.
---
<div align="center">
<pre>
=================================================================
__________ ____ ______ _________
/ ____/ __ \/ __ \/ ____/ / _/ ___/
/ / / / / / / / / __/ / / \__ \
/ /___/ /_/ / /_/ / /___ _/ / ___/ /
\____/\____/_____/_____/ /___//____/
______________ _______ ____ ____ ___ ______ __
/_ __/ ____/ |/ / __ \/ __ \/ __ \/ | / __ \ \/ /
/ / / __/ / /|_/ / /_/ / / / / /_/ / /| | / /_/ /\ /
/ / / /___/ / / / ____/ /_/ / _, _/ ___ |/ _, _/ / /
/_/ /_____/_/ /_/_/ \____/_/ |_/_/ |_/_/ |_| /_/
__ __________________ __ _________
/ |/ / ____/_ __/ | / / / _/ ___/
/ /|_/ / __/ / / / /| | / / / / \__ \
/ / / / /___ / / / ___ |/ /___ _/ / ___/ /
/_/ /_/_____/ /_/ /_/ |_/_____/ /___//____/
______________________ _ _____ __
/ ____/_ __/ ____/ __ \/ | / / | / /
/ __/ / / / __/ / /_/ / |/ / /| | / /
/ /___ / / / /___/ _, _/ /| / ___ |/ /___
/_____/ /_/ /_____/_/ |_/_/ |_/_/ |_/_____/
=================================================================
FORGED BY VALKNAR
valknar@pivoine.art
Powered by Debian | Fueled by Metal
</pre>
**[BACK TO THE TOP](#)**
</div>