Fix typo
This commit is contained in:
2
makefile
2
makefile
@@ -1,4 +1,4 @@
|
|||||||
intall:
|
install:
|
||||||
deno run --unstable --allow-env --allow-run --allow-read --allow-write ./mapping.ts install
|
deno run --unstable --allow-env --allow-run --allow-read --allow-write ./mapping.ts install
|
||||||
|
|
||||||
link:
|
link:
|
||||||
|
|||||||
@@ -4,15 +4,15 @@ const linux: DotOption = {
|
|||||||
hostname: ["MBP", "office2"],
|
hostname: ["MBP", "office2"],
|
||||||
install: [
|
install: [
|
||||||
"sudo pacman -S git",
|
"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 -Syu",
|
||||||
`yay -S --needed
|
`yay -S --needed
|
||||||
sxhkd bspwm rofi dunst-git visual-studio-code-bin
|
sxhkd bspwm rofi dunst-git visual-studio-code-bin
|
||||||
ttf-nanum polybar-git baka-mplayer-git
|
ttf-nanum polybar-git baka-mplayer-git
|
||||||
picom-ibhagwan-git alacritty zsh maim
|
picom-ibhagwan-git alacritty zsh maim
|
||||||
xclip xdotool google-chrome pulseaudio
|
xclip xdotool google-chrome pulseaudio
|
||||||
gnome-keyring pasystray polkit-gnome
|
gnome-keyring pasystray polkit-gnome nerd-fonts-terminus
|
||||||
gnome-settings-daemon nitrogen
|
gnome-settings-daemon nitrogen dex sassc
|
||||||
fcitx5 fcitx5-qt fcitx5-gtk fcitx5-hangul fcitx5-anthy
|
fcitx5 fcitx5-qt fcitx5-gtk fcitx5-hangul fcitx5-anthy
|
||||||
kcm-fcitx5 numix-gtk-theme-git numix-circle-icon-theme-git`,
|
kcm-fcitx5 numix-gtk-theme-git numix-circle-icon-theme-git`,
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user