anxolerd / dotfiles

Finaly I've found a strength to gather them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotFiles

StandWithUkraine

This repository contains configuration files for my laptop. This one is heavily inspired by and a lot of solutions were borrowed from webknjaz/ansible-gentoo-laptop

How To Run

$ python -m venv .venv
$ . ./.venv/bin/activate
$ pip install ansible

$ # Install apps:
$ ansible-playbook -DvK install-apps.yml

$ # Configure userspace:
$ ansible-playbook -Dv configure-userspace.yml

$ # Update all packages
$ ansible-playbook -DvK rebuild-world.yml

$ # rebuild kernel
# genkernel --menuconfig --kernel-config=/proc/config.gz all \
        --luks --lvm --no-zfs \
        --bootloader=grub2 \
        --plymouth --plymouth-theme=catppuccin-frappe

Credits

About

Finaly I've found a strength to gather them


Languages

Language:Jinja 54.8%Language:Vim Script 45.2%