민트색으로 변경
This commit is contained in:
17
mapping.ts
17
mapping.ts
@@ -2,8 +2,8 @@ import { dot, DotOption } from "./scripts/dot.ts";
|
||||
|
||||
const common: DotOption = {
|
||||
link: {
|
||||
".gitconfig": "gitconfig",
|
||||
},
|
||||
".gitconfig": "gitconfig"
|
||||
}
|
||||
};
|
||||
|
||||
const linux: DotOption = {
|
||||
@@ -19,8 +19,8 @@ const linux: DotOption = {
|
||||
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
|
||||
telegram-desktop nautilus eog smplayer smplayer-skin transgui-qt
|
||||
qt5-styleplugins xdg-user-dirs slim network-manager-applet bc`,
|
||||
telegram-desktop nautilus eog smplayer smplayer-skins transgui-qt
|
||||
qt5-styleplugins xdg-user-dirs slim network-manager-applet bc`
|
||||
],
|
||||
link: {
|
||||
...common.link,
|
||||
@@ -38,12 +38,13 @@ const linux: DotOption = {
|
||||
".config/dconf": "linux/dconf",
|
||||
".config/systemd": "linux/systemd",
|
||||
".config/wallpaper": "wallpaper",
|
||||
".config/nvim": "linux/nvim",
|
||||
".xinitrc": "linux/xinitrc",
|
||||
".pam_environment": "linux/pam_environment",
|
||||
".zshrc": "linux/zshrc",
|
||||
".Xmodmap": "linux/Xmodmap",
|
||||
".Xresources": "linux/Xresources",
|
||||
},
|
||||
".Xresources": "linux/Xresources"
|
||||
}
|
||||
};
|
||||
|
||||
const linuxHiDPI: DotOption = {
|
||||
@@ -55,8 +56,8 @@ const linuxHiDPI: DotOption = {
|
||||
".config/dunst": "linux-hidpi/dunst",
|
||||
".config/picom": "linux-hidpi/picom",
|
||||
".pam_environment": "linux-hidpi/pam_environment",
|
||||
".Xresources": "linux-hidpi/Xresources",
|
||||
},
|
||||
".Xresources": "linux-hidpi/Xresources"
|
||||
}
|
||||
};
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user