Highly disorganized personal configs and install scripts for Arch Linux.
Install and configure keymap, font, and locale for virtual console:
curl -fsSL https://dimk90.github.io/anarchy/configure-vconsole | bash
Install and configure Micro text editor:
curl -fsSL https://dimk90.github.io/anarchy/install-micro | bash
Enable colors and install reflector for automatic mirror ranking:
curl -fsSL https://dimk90.github.io/anarchy/configure-pacman | bash
Install and configure yay:
curl -fsSL https://dimk90.github.io/anarchy/install-yay | bash
Configure zram using zram-generator:
curl -fsSL https://dimk90.github.io/anarchy/copnfigure-zram | bash
Configure alias for common commands:
curl -fsSL https://dimk90.github.io/anarchy/copnfigure-alias | bash
Test standard ANSI colors 0-15 (3 & 4 bit mode):
curl -fsSL https://dimk90.github.io/anarchy/color-test16 | bash
Test standard ANSI colors 8bit color:
curl -fsSL https://dimk90.github.io/anarchy/color-test256 | bash
Test colors from common lib:
curl -fsSL https://dimk90.github.io/anarchy/color-test-common | bash
Test colors selected for gum:
curl -fsSL https://dimk90.github.io/anarchy/color-gum | bash