Add yay and deno install

This commit is contained in:
2020-07-21 23:13:15 +09:00
parent bf6886ca3b
commit 5742e399fe
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
yay:
cd &&\
git clone https://aur.archlinux.org/yay.git &&\
cd yay &&\
makepkg -si &&\
cd .. &&\
rm -rf yay
deno:
yay -S deno-bin
install:
deno run --unstable --allow-env --allow-run --allow-read --allow-write ./mapping.ts install
@@ -5,4 +16,4 @@ link:
deno run --unstable --allow-env --allow-run --allow-read --allow-write ./mapping.ts link
unlink:
deno run --unstable --allow-env --allow-run --allow-read --allow-write ./mapping.ts unlink
deno run --unstable --allow-env --allow-run --allow-read --allow-write ./mapping.ts unlink