Go to file
exu 5e8b1198c3 Integrate changes to enable temporary directories
commit 4462f39a8e
Author: exu <mrc@frm01.net>
Date:   Fri Dec 8 20:08:49 2023 +0100

    Fix paths for bash-cat

commit a3e4d5d4bb
Author: exu <mrc@frm01.net>
Date:   Fri Dec 8 20:07:29 2023 +0100

    Subfolder for bash cat

commit eef11cf2ce
Author: exu <mrc@frm01.net>
Date:   Fri Dec 8 20:06:02 2023 +0100

    Missed some paths

commit cf669bf340
Author: exu <mrc@frm01.net>
Date:   Fri Dec 8 20:05:01 2023 +0100

    Fix paths

commit c084949ab3
Author: exu <mrc@frm01.net>
Date:   Fri Dec 8 20:00:19 2023 +0100

    Fix git clone

commit 0aaa00b930
Author: exu <mrc@frm01.net>
Date:   Fri Dec 8 19:58:54 2023 +0100

    Don't anymore

commit 9a7fef2bbb
Author: exu <mrc@frm01.net>
Date:   Fri Dec 8 19:54:06 2023 +0100

    Debugging

commit 9071e13f4b
Author: exu <mrc@frm01.net>
Date:   Fri Dec 8 19:53:34 2023 +0100

    Revert mode change

commit 1432f707ea
Author: exu <mrc@frm01.net>
Date:   Fri Dec 8 19:53:06 2023 +0100

    Don't need to rm

commit 2ee39a346c
Author: exu <mrc@frm01.net>
Date:   Fri Dec 8 19:51:45 2023 +0100

    Correctly launch new config

commit 9f0fbac8cf
Author: exu <mrc@frm01.net>
Date:   Fri Dec 8 19:49:37 2023 +0100

    Debug echo

commit cf373cd9e2
Author: exu <mrc@frm01.net>
Date:   Fri Dec 8 19:47:11 2023 +0100

    Remove old configs just in case

commit 9fab9d1358
Author: exu <mrc@frm01.net>
Date:   Fri Dec 8 19:15:34 2023 +0100

    Don't cd

commit 14066cad62
Author: exu <mrc@frm01.net>
Date:   Fri Dec 8 19:14:33 2023 +0100

    Use new path for gsettings

commit 837d8e41b9
Author: exu <mrc@frm01.net>
Date:   Fri Dec 8 19:10:48 2023 +0100

    Remove arco linux config

commit bd58b886d2
Author: exu <mrc@frm01.net>
Date:   Fri Dec 8 19:10:24 2023 +0100

    Modify path to (hopefully) all file/dir sources

commit afbce1bffb
Author: exu <mrc@frm01.net>
Date:   Fri Dec 8 18:19:36 2023 +0100

    Specify branch for download

commit 67ec900d85
Author: exu <mrc@frm01.net>
Date:   Fri Dec 8 18:19:01 2023 +0100

    Start of changing to temporary directories as base
2023-12-08 20:11:16 +01:00
arch-config Integrate changes to enable temporary directories 2023-12-08 20:11:16 +01:00
arch-setup Add more necessary dependencies 2023-12-06 17:32:06 +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 Add placeholders for locking, suspend, hibernate 2023-07-11 16:43:30 +02: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