Anarchy

Highly disorganized personal configs and install scripts for Arch Linux.

Configs

vconsole

Install and configure keymap, font, and locale for virtual console:

curl -fsSL https://dimk90.github.io/anarchy/configure-vconsole | bash

micro

Install and configure Micro text editor:

curl -fsSL https://dimk90.github.io/anarchy/install-micro | bash

pacman

Enable colors and install reflector for automatic mirror ranking:

curl -fsSL https://dimk90.github.io/anarchy/configure-pacman | bash

yay

Install and configure yay:

curl -fsSL https://dimk90.github.io/anarchy/install-yay | bash

zram

Configure zram using zram-generator:

curl -fsSL https://dimk90.github.io/anarchy/copnfigure-zram | bash

alias

Configure alias for common commands:

curl -fsSL https://dimk90.github.io/anarchy/copnfigure-alias | bash

Tests

color-test16

Test standard ANSI colors 0-15 (3 & 4 bit mode):

curl -fsSL https://dimk90.github.io/anarchy/color-test16 | bash

color-test256

Test standard ANSI colors 8bit color:

curl -fsSL https://dimk90.github.io/anarchy/color-test256 | bash

color-test-common

Test colors from common lib:

curl -fsSL https://dimk90.github.io/anarchy/color-test-common | bash

color-gum

Test colors selected for gum:

curl -fsSL https://dimk90.github.io/anarchy/color-gum | bash