Add initial build config for Arch Linux distribution

This is a WIP, and it does not yet work very well.
This commit is contained in:
Josh.5
2022-01-26 15:46:03 +13:00
parent 68b5d3df3c
commit 5213e1c9f7
3 changed files with 476 additions and 6 deletions

View File

@@ -12,3 +12,5 @@ PS1='[\u@\h \W]\$ '
PATH=$PATH:$HOME/.local/bin:$HOME/bin
# Export /usr/games
PATH=$PATH:/usr/games
# Export flatpak data directories
XDG_DATA_DIRS="${XDG_DATA_DIRS}:/var/lib/flatpak/exports/share:/home/${USER}/.local/share/flatpak/exports/share"