mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-23 00:34:24 +01:00
archlinux: Remove old yarn prefix
At some point I added this, although now yarn stores all global packages in .yarn by default, so this isn't necessary.
This commit is contained in:
parent
f8d10629e5
commit
51f303d09e
@ -29,12 +29,10 @@ 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
|
||||
# Always use emoji (best with the kitty terminal emulator)
|
||||
.PHONY: yarnconfig
|
||||
yarnconfig:
|
||||
@yarn config set -- --emoji true
|
||||
@yarn config set prefix /usr/local
|
||||
|
||||
.PHONY: rust
|
||||
rust:
|
||||
|
Loading…
Reference in New Issue
Block a user