Update
This commit is contained in:
10
mapping.ts
Executable file → Normal file
10
mapping.ts
Executable file → Normal file
@@ -10,15 +10,15 @@ const linux: DotOption = {
|
||||
hostname: ["office2"],
|
||||
install: [
|
||||
"sudo pacman -S git",
|
||||
`bash -c "cd && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si && cd .. && rm -rf yay"`,
|
||||
`sh -c "cd && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si && cd .. && rm -rf yay"`,
|
||||
`sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"`,
|
||||
"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 gtk-engine-murrine
|
||||
xclip xdotool google-chrome pulseaudio
|
||||
xclip xdotool google-chrome pulseaudio polybar-git
|
||||
gnome-keyring pasystray polkit-gnome nerd-fonts-terminus
|
||||
gnome-settings-daemon nitrogen dex sassc
|
||||
gnome-settings-daemon nitrogen dex sassc ttf-nanum
|
||||
fcitx5 fcitx5-qt fcitx5-gtk fcitx5-hangul fcitx5-anthy
|
||||
kcm-fcitx5 numix-gtk-theme-git numix-circle-icon-theme-git`,
|
||||
],
|
||||
@@ -36,6 +36,7 @@ const linux: DotOption = {
|
||||
".config/sxhkd": "linux/sxhkd",
|
||||
".config/fcitx5": "linux/fcitx5",
|
||||
".config/dconf": "linux/dconf",
|
||||
".config/wallpaper.png": "wallpaper.png",
|
||||
".xinitrc": "linux/xinitrc",
|
||||
".pam_environment": "linux/pam_environment",
|
||||
".zshrc": "linux/zshrc",
|
||||
@@ -54,6 +55,7 @@ const linuxHiDPI: DotOption = {
|
||||
".config/rofi": "linux-hidpi/rofi",
|
||||
".config/sxhkd": "linux-hidpi/sxhkd",
|
||||
".config/dunst": "linux-hidpi/dunst",
|
||||
".config/picom": "linux-hidpi/picom",
|
||||
".pam_environment": "linux-hidpi/pam_environment",
|
||||
".Xresources": "linux-hidpi/Xresources",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user