Go to file
RealStickman 7ba9941efe Huge batch of user configurations has been copied or implemented to nix
New configs for:
    - kitty
    - libreoffice
    - fonts
    - transmission remote
    - ssh

    Calibre is still TODO, once I figure out what the important bits
    are.
    Same goes for Firefox, which might be more complex
2023-12-04 16:36:04 +01:00
arch-config Change to main branch 2023-12-04 16:33:22 +01:00
arch-setup Add xdg desktop portals 2023-12-03 14:19:53 +01:00
arch-themes Move color configuration to separate file 2023-11-18 14:17:05 +01:00
easyffmpeg Add symlink for venv in repo root folder 2023-07-02 20:52:48 +02:00
music-normalize Add symlink for venv in repo root folder 2023-07-02 20:52:48 +02:00
nixos-config Huge batch of user configurations has been copied or implemented to nix 2023-12-04 16:36:04 +01:00
.gitattributes Add eol=lf 2023-11-22 13:46:59 +01:00
.gitignore Add auto-virtualenv to automatically activate python venv 2023-06-21 20:45:54 +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