mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-21 10:17:46 +02: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/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)
|
# Always use emoji (best with the kitty terminal emulator)
|
||||||
# 2. Install global packages to /usr/local
|
|
||||||
.PHONY: yarnconfig
|
.PHONY: yarnconfig
|
||||||
yarnconfig:
|
yarnconfig:
|
||||||
@yarn config set -- --emoji true
|
@yarn config set -- --emoji true
|
||||||
@yarn config set prefix /usr/local
|
|
||||||
|
|
||||||
.PHONY: rust
|
.PHONY: rust
|
||||||
rust:
|
rust:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user