mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01: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/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
|
||||
|
Loading…
Reference in New Issue
Block a user