From cf24ce86cde834cd82bd8388457727d0476552cf Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Sun, 12 May 2019 23:34:41 +0200 Subject: [PATCH] Add makepkg.conf Signed-off-by: Severin Kaderli --- install | 2 ++ system/.config/custom/env | 3 +-- system/.config/pacman/makepkg.conf | 2 ++ system/.config/user-dirs.locale | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 system/.config/pacman/makepkg.conf create mode 100644 system/.config/user-dirs.locale diff --git a/install b/install index 0155308..95ae20b 100755 --- a/install +++ b/install @@ -56,6 +56,7 @@ LINKED_FILES_HOME=( ".config/mpv" ".config/newsboat" ".config/npm" + ".config/pacman" ".config/polybar" ".config/python" ".config/redshift" @@ -65,6 +66,7 @@ LINKED_FILES_HOME=( ".config/termite" ".config/Trolltech.conf" ".config/user-dirs.dirs" + ".config/user-dirs.locale" ".config/vim" ".config/vue" ".config/wget" diff --git a/system/.config/custom/env b/system/.config/custom/env index 0a611b6..3c2d6f5 100644 --- a/system/.config/custom/env +++ b/system/.config/custom/env @@ -23,8 +23,7 @@ export XDG_BIN_HOME="${HOME}/.local/bin" export XDG_LOG_HOME="${HOME}/.local/log" export DOTFILES="${HOME}/dotfiles" -export HOST="$(hostname)" -if [ "${HOST}" = "odin" ]; then +if [ "$(hostname)" = "odin" ]; then export IS_WORK="1" else export IS_WORK="0" diff --git a/system/.config/pacman/makepkg.conf b/system/.config/pacman/makepkg.conf new file mode 100644 index 0000000..5ace815 --- /dev/null +++ b/system/.config/pacman/makepkg.conf @@ -0,0 +1,2 @@ +BUILDENV=(!distcc fakeroot color ccache check !sign) +PKGEXT=".pkg.tar" \ No newline at end of file diff --git a/system/.config/user-dirs.locale b/system/.config/user-dirs.locale new file mode 100644 index 0000000..4889c8e --- /dev/null +++ b/system/.config/user-dirs.locale @@ -0,0 +1 @@ +en_GB \ No newline at end of file