From 05c150d45f4ba7550551c5fe5b408667d2c56970 Mon Sep 17 00:00:00 2001 From: Jisu Kim Date: Sun, 19 Jul 2020 07:34:57 +0900 Subject: [PATCH] Fix typo --- makefile | 2 +- mapping.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/makefile b/makefile index 28d6d24..05cd635 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -intall: +install: deno run --unstable --allow-env --allow-run --allow-read --allow-write ./mapping.ts install link: diff --git a/mapping.ts b/mapping.ts index 617d1f3..3b33070 100755 --- a/mapping.ts +++ b/mapping.ts @@ -4,15 +4,15 @@ const linux: DotOption = { hostname: ["MBP", "office2"], install: [ "sudo pacman -S git", - `bash -c "cd && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si && rm -rf ."`, + `bash -c "cd && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si && cd .. && rm -rf yay"`, "yay -Syu", `yay -S --needed sxhkd bspwm rofi dunst-git visual-studio-code-bin ttf-nanum polybar-git baka-mplayer-git picom-ibhagwan-git alacritty zsh maim xclip xdotool google-chrome pulseaudio - gnome-keyring pasystray polkit-gnome - gnome-settings-daemon nitrogen + gnome-keyring pasystray polkit-gnome nerd-fonts-terminus + gnome-settings-daemon nitrogen dex sassc fcitx5 fcitx5-qt fcitx5-gtk fcitx5-hangul fcitx5-anthy kcm-fcitx5 numix-gtk-theme-git numix-circle-icon-theme-git`, ],