Add yay and deno install
This commit is contained in:
@@ -8,6 +8,7 @@ rounded-corners-exclude = [
|
|||||||
#"class_g = 'Rofi'",
|
#"class_g = 'Rofi'",
|
||||||
"class_g = 'Polybar'",
|
"class_g = 'Polybar'",
|
||||||
"name = 'Polybar tray window'",
|
"name = 'Polybar tray window'",
|
||||||
|
"_NET_WM_STATE@:a *= '_NET_WM_STATE_SKIP_TASKBAR'",
|
||||||
#"class_g = 'code-oss'",
|
#"class_g = 'code-oss'",
|
||||||
#"class_g = 'TelegramDesktop'",
|
#"class_g = 'TelegramDesktop'",
|
||||||
#"class_g = 'firefox'",
|
#"class_g = 'firefox'",
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ rounded-corners-exclude = [
|
|||||||
#"class_g = 'Rofi'",
|
#"class_g = 'Rofi'",
|
||||||
"class_g = 'Polybar'",
|
"class_g = 'Polybar'",
|
||||||
"name = 'Polybar tray window'",
|
"name = 'Polybar tray window'",
|
||||||
|
"_NET_WM_STATE@:a *= '_NET_WM_STATE_SKIP_TASKBAR'",
|
||||||
#"class_g = 'code-oss'",
|
#"class_g = 'code-oss'",
|
||||||
#"class_g = 'TelegramDesktop'",
|
#"class_g = 'TelegramDesktop'",
|
||||||
#"class_g = 'firefox'",
|
#"class_g = 'firefox'",
|
||||||
|
|||||||
11
makefile
11
makefile
@@ -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:
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -9,8 +9,6 @@ const common: DotOption = {
|
|||||||
const linux: DotOption = {
|
const linux: DotOption = {
|
||||||
hostname: ["office2"],
|
hostname: ["office2"],
|
||||||
install: [
|
install: [
|
||||||
"sudo pacman -S git",
|
|
||||||
`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)"`,
|
`sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"`,
|
||||||
"yay -Syu",
|
"yay -Syu",
|
||||||
`yay -S --needed
|
`yay -S --needed
|
||||||
@@ -20,7 +18,9 @@ const linux: DotOption = {
|
|||||||
gnome-keyring pasystray polkit-gnome nerd-fonts-terminus
|
gnome-keyring pasystray polkit-gnome nerd-fonts-terminus
|
||||||
gnome-settings-daemon nitrogen dex sassc ttf-nanum
|
gnome-settings-daemon nitrogen dex sassc ttf-nanum
|
||||||
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
|
||||||
|
telegram-desktop nautilus eog smplayer smplayer-skin transgui-qt
|
||||||
|
qt5-styleplugins xdg-user-dirs slim`,
|
||||||
],
|
],
|
||||||
link: {
|
link: {
|
||||||
...common.link,
|
...common.link,
|
||||||
|
|||||||
Reference in New Issue
Block a user