Go to file
RealStickman 8820f952dd Change betterlockscreen background image creation
Background images won't be cached anymore.
    Instead the background image will be generated on device to fit the
    screen size.
2023-06-04 13:08:55 +02:00
arch-config Change betterlockscreen background image creation 2023-06-04 13:08:55 +02:00
arch-setup Add clang for emacs 2023-06-01 14:07:44 +02:00
arch-themes Remove neofetch 2023-01-13 11:52:09 +01:00
easyffmpeg Modify gitignores 2023-05-30 15:48:50 +02:00
music-normalize Modify gitignores 2023-05-30 15:48:50 +02:00
nixos-config Rename submap 2023-05-03 20:46:22 +02:00
.gitignore Modify gitignores 2023-05-30 15:48:50 +02:00
README.md Add instructions about how to update the config 2023-05-22 20:11:30 +02:00

Main repository location is https://gitea.exu.li/RealStickman/configs

Configs

All my config files, scripts and other in one place.
Mostly focused on ArchLinux, although there is also a NixOS configuration and independent Python programs.

ArchLinux

First time installation

Enable the multilib repository in /etc/pacman.conf

git clone https://gitea.exu.li/realstickman/configs.git
cd configs/arch-setup
./install.sh

Config updates

Either use the included alias

upconf

or run the script directly.

~/scripts/arch-config.sh

NixOS

Other