mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-25 04:02:11 +02:00
archlinux: Add make yarnconfig target
Since ~/.yarnrc is an autogenerated file, we configure it through the Makefile instead.
This commit is contained in:
parent
8ea57dabf5
commit
3d9a699812
@ -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/10-sub-pixel-rgb.conf /etc/fonts/conf.d
|
||||||
@sudo ln -sf /etc/fonts/conf.avail/11-lcdfilter-default.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
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
@rm -fv **/*.pkg.tar.xz
|
@rm -fv **/*.pkg.tar.xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user