From 3d9a6998121966b752e3cb77130bb1a4e3956001 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 7 Dec 2018 15:59:10 -0500 Subject: [PATCH] archlinux: Add make yarnconfig target Since ~/.yarnrc is an autogenerated file, we configure it through the Makefile instead. --- .archlinux/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.archlinux/Makefile b/.archlinux/Makefile index f8b1ef68..99b80125 100644 --- a/.archlinux/Makefile +++ b/.archlinux/Makefile @@ -29,6 +29,13 @@ fontconfig: @sudo ln -sf /etc/fonts/conf.avail/10-sub-pixel-rgb.conf /etc/fonts/conf.d @sudo ln -sf /etc/fonts/conf.avail/11-lcdfilter-default.conf /etc/fonts/conf.d +# 1. Always use emoji (best with the kitty terminal emulator) +# 2. Install global packages to /usr/local +.PHONY: yarnconfig +yarnconfig: + @yarn config set -- --emoji true + @yarn config set prefix /usr/local + .PHONY: clean clean: @rm -fv **/*.pkg.tar.xz