├── .directory ├── .editorconfig ├── .gitattributes ├── .gitignore ├── .gitmodules ├── .python-version ├── .ruby-version ├── .vscode └── extensions.json ├── Brewfile ├── Brewfile.app ├── Brewfile.desktop ├── Brewfile.font ├── Brewfile.makedep ├── Brewfile.util ├── Brewfile.vscode ├── LICENSE ├── README.md ├── README.md.nu ├── blend ├── blend.test.nu ├── blend_util ├── bootstrap_archlinux.sh ├── bootstrap_macos.sh ├── macos_config.sh ├── packages ├── .gitignore ├── X │ └── .xprofile ├── aerospace │ └── aerospace │ │ └── aerospace.toml ├── alacritty-macos │ └── alacritty │ │ └── alacritty.toml ├── alacritty │ ├── alacritty │ │ └── alacritty.toml │ └── program.home.nix ├── alsa │ └── .asoundrc ├── atom │ └── .atom │ │ ├── .apmrc │ │ ├── keymap.cson │ │ └── styles.less ├── bash │ ├── .bashrc │ └── .profile ├── bat │ └── bat │ │ └── config ├── bin │ └── bin │ │ ├── .directory │ │ ├── blend │ │ ├── clean-elvish-directory-history.elv │ │ ├── compton-convgen.py │ │ ├── cvttgsticker.sh │ │ ├── defaults-detective.elv │ │ ├── defaults-detective.mts │ │ ├── encodingprober.py │ │ ├── extractgst.sh │ │ ├── ffconcat.elv │ │ ├── fffakonadistop.sh │ │ ├── fffbrightness.sh │ │ ├── fffconfhost.elv │ │ ├── fffcoverart.elv │ │ ├── fffjpg.elv │ │ ├── ffflockscreen.elv │ │ ├── fffmacproresolution.elv │ │ ├── fffmouse-acc.elv │ │ ├── fffmouse-acc.sh │ │ ├── fffp2v.sh │ │ ├── fffpixiv-rename.elv │ │ ├── fffplaying.elv │ │ ├── fffrpm.elv │ │ ├── ffftohevc_cq32.sh │ │ ├── ffftohevc_vaapi.sh │ │ ├── fffv2p.elv │ │ ├── fffwacommap.sh │ │ ├── fffwallpaper.sh │ │ ├── fffwebp.elv │ │ ├── git-ls-remote-branch-status.ts │ │ ├── gpu-sensor.pl │ │ ├── hitokoto.sh │ │ ├── i3-video-wallpaper.elv │ │ ├── i3_workspace_walk.py │ │ ├── is-merge-commit │ │ ├── journalctl-filter-process.elv │ │ ├── loi.js │ │ ├── macos-flush-dns.sh │ │ ├── mpdio.js │ │ ├── pacman-stat.sh │ │ ├── print-bfg-changed-commits.elv │ │ ├── qtcreator.sh │ │ ├── qtcreator_style.css │ │ ├── refresh-gpg-cardno.elv │ │ ├── shellenv │ │ ├── shellenv.elv │ │ ├── ssh-archlinuxcn-sign.sh │ │ ├── tts.py │ │ ├── utf8everywhere.elv │ │ ├── waifu │ │ └── yabaictl.elv ├── color │ └── DisplayCAL │ │ └── storage │ │ ├── 27GL850 #1 2022-10-03 15-52 sRGB F-S XYZLUT+MTX │ │ └── 27GL850 #1 2022-10-03 15-52 sRGB F-S XYZLUT+MTX.icc │ │ ├── 27GL850 #1 2022-10-05 01-20 160cdm² D6500 2.2 F-S XYZLUT+MTX │ │ └── 27GL850 #1 2022-10-05 01-20 160cdm² D6500 2.2 F-S XYZLUT+MTX.icc │ │ ├── Monitor 1 #1 2019-10-07 01-40 D6500 2.2 F-S 3xCurve+MTX │ │ └── Monitor 1 #1 2019-10-07 01-40 D6500 2.2 F-S 3xCurve+MTX.icc │ │ ├── SW270C #2 2022-10-05 02-21 160cdm² D6500 2.2 F-S XYZLUT+MTX │ │ └── SW270C #2 2022-10-05 02-21 160cdm² D6500 2.2 F-S XYZLUT+MTX.icc │ │ ├── SW270C #2 2022-10-05 02-41 D6500 S XYZLUT+MTX-ARGB │ │ └── SW270C #2 2022-10-05 02-41 D6500 S XYZLUT+MTX-ARGB.icc │ │ └── Ultra HD #2 2022-10-03 16-58 sRGB F-S XYZLUT+MTX │ │ └── Ultra HD #2 2022-10-03 16-58 sRGB F-S XYZLUT+MTX.icc ├── darwin-system │ ├── README.md │ ├── darwin.configuration.nix │ ├── darwin.home.nix │ ├── flake.lock │ └── flake.nix ├── elvish │ ├── .gitignore │ └── elvish │ │ ├── lib │ │ ├── kokkoro.elv │ │ ├── whtsky.elv │ │ └── カフェラテ・カフェモカ・カプチーノ │ │ │ ├── alias.elv │ │ │ ├── completion.elv │ │ │ ├── env.elv │ │ │ ├── env.local.elv.example │ │ │ └── prompt.elv │ │ └── rc.elv ├── fastfetch │ └── fastfetch │ │ └── config.jsonc ├── fcitx │ ├── .gitignore │ └── fcitx │ │ ├── config │ │ └── data │ │ └── QuickPhrase.mb ├── fontconfig │ └── fontconfig │ │ ├── conf.d │ │ ├── 10-universal.conf │ │ ├── 20-general-font-family.conf │ │ └── 30-telegram-opensans.conf │ │ └── fonts.conf ├── ghostty │ └── ghostty │ │ └── config ├── git │ └── git │ │ ├── .gitignore │ │ ├── config │ │ ├── config.user.work.example │ │ ├── gitk │ │ └── ignore ├── gpg │ └── .gnupg │ │ └── gpg.conf ├── htop │ └── htop │ │ └── htoprc ├── i3wm │ └── i3 │ │ └── config ├── kitty │ └── kitty │ │ ├── colors.conf │ │ ├── current-theme.conf │ │ ├── kitty.conf │ │ └── themes │ │ ├── latte.conf │ │ ├── mocha.conf │ │ └── rose-pine-moon.conf ├── krita │ └── .local │ │ └── share │ │ └── krita │ │ ├── bundles │ │ └── deevad-v8-2.bundle │ │ ├── input │ │ ├── kritadefault.profile │ │ ├── painttoolsaicompatible.profile │ │ ├── photoshopcompatible.profile │ │ └── tabletpro.profile │ │ ├── kis_brushes.blacklist │ │ ├── kis_paintoppresets.blacklist │ │ ├── kis_workspaces.blacklist │ │ ├── ko_palettes.blacklist │ │ ├── krita.rc │ │ ├── kritaDefaultshortcuts.rc │ │ ├── palettes │ │ ├── Chino.gpl │ │ ├── Chino2.gpl │ │ ├── Chiya.gpl │ │ ├── Palette.gpl │ │ └── Restia.gpl │ │ ├── predefined_image_sizes │ │ ├── 2160p__4K_UHD_.predefinedimage │ │ ├── 2K__QWXGA_.predefinedimage │ │ ├── 4K.predefinedimage │ │ ├── 4K_UHD.predefinedimage │ │ ├── 720p__WXGA-H,_min._.predefinedimage │ │ ├── 8K.predefinedimage │ │ ├── 8K_UHD.predefinedimage │ │ ├── A4__120_ppi_.predefinedimage │ │ ├── Full_HD.predefinedimage │ │ ├── QHD.predefinedimage │ │ └── WUXGA.predefinedimage │ │ ├── tags.xml │ │ ├── tags │ │ ├── kis_brushes_tags.xml │ │ ├── kis_paintoppresets_tags.xml │ │ ├── kis_resourcebundles_tags.xml │ │ ├── kis_taskset_tags.xml │ │ ├── kis_workspaces_tags.xml │ │ ├── ko_gradients_tags.xml │ │ ├── ko_palettes_tags.xml │ │ ├── ko_patterns_tags.xml │ │ └── psd_layer_style_collections_tags.xml │ │ └── workspaces │ │ ├── 1048Rendering1.kws │ │ ├── 1048p.kws │ │ ├── 1048ptya1.kws │ │ ├── 1048ptya_floatToolbox.kws │ │ ├── MyWorkSpace II.kws │ │ ├── MyWorkSpace.kws │ │ ├── MyWrokSpace.kws │ │ ├── TicoSpace.kws │ │ └── TicoSpace1.kws ├── makepkg │ └── .makepkg.conf ├── mako │ └── mako │ │ └── config ├── mise │ └── mise │ │ └── config.toml ├── nano │ └── nano │ │ └── nanorc ├── ncdu │ └── ncdu │ │ └── config ├── neofetch │ └── neofetch │ │ └── config.conf ├── neovim │ └── nvim │ │ ├── init.lua │ │ ├── lazy-lock.json │ │ └── lua │ │ ├── config │ │ └── lazy.lua │ │ └── plugins │ │ └── 00.lua ├── npm │ └── .npmrc ├── nushell │ ├── .stow-local-ignore │ └── nushell │ │ ├── .gitignore │ │ ├── config.nu │ │ ├── env.nu │ │ └── modules │ │ ├── alias.nu │ │ └── dhd.nu ├── pam_env │ └── .pam_environment ├── picom │ └── picom │ │ └── picom.conf ├── pipewire │ ├── .gitignore │ └── pipewire │ │ ├── client.conf.d │ │ └── 10-chino.conf │ │ └── pipewire.conf.d │ │ └── 10-chino.conf ├── proto │ └── .proto │ │ ├── .prototools │ │ └── tools │ │ └── node │ │ └── globals │ │ └── bin │ │ └── .gitkeep ├── psd │ └── .config │ │ └── psd │ │ ├── .psd.conf │ │ └── psd.conf ├── pueue │ ├── .gitignore │ └── pueue │ │ └── pueue.yml ├── pulseaudio │ ├── .gitignore │ └── pulse │ │ ├── daemon.conf │ │ └── default.pa ├── rofi │ └── rofi │ │ └── config.rasi ├── root │ ├── etc │ │ ├── environment │ │ ├── modules-load.d │ │ │ ├── snd-seq-midi.conf │ │ │ └── virtualbox.conf │ │ ├── sysctl.d │ │ │ └── 10-ptrace.conf │ │ └── udev │ │ │ └── rules.d │ │ │ └── 99-writeintelbacklight.rules │ └── usr │ │ └── sbin │ │ └── writeintelbacklight.sh ├── sakura │ └── sakura │ │ └── sakura.conf ├── sapling │ └── sapling │ │ └── sapling.conf ├── sketchybar │ └── sketchybar │ │ ├── plugins │ │ ├── battery.sh │ │ ├── clock.sh │ │ ├── space.sh │ │ └── window_title.sh │ │ └── sketchybarrc ├── skhd │ └── skhd │ │ └── skhdrc ├── starship │ └── starship.toml ├── stow │ └── .stow-global-ignore ├── sway │ └── sway │ │ └── config ├── swayshot │ └── swayshot.sh ├── sxiv │ └── sxiv │ │ └── exec │ │ └── image-info ├── tealdeer │ └── tealdeer │ │ └── config.toml ├── tint2 │ └── tint2 │ │ └── tint2rc ├── tmux │ └── .tmux.conf ├── vscode │ ├── .stow-local-ignore │ └── User │ │ ├── .gitignore │ │ ├── keybindings.json │ │ └── settings.json ├── waybar │ └── waybar │ │ ├── config │ │ └── style.css ├── wezterm │ ├── program.home.nix │ └── wezterm │ │ └── wezterm.lua ├── yabai │ └── yabai │ │ ├── yabairc │ │ └── yabairc.yabai ├── zellij-macos │ └── zellij │ │ └── config.kdl └── zsh │ ├── .zshenv │ └── .zshrc ├── raycast-and-finder.md └── screenshots ├── amausaan_2022-04-05-232523.png ├── macbook_2024-12-19.png ├── toastx900_2021-07-30_13-00.png └── toastx900_2021-07-30_13-14.png /.directory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/.directory -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/.gitmodules -------------------------------------------------------------------------------- /.python-version: -------------------------------------------------------------------------------- 1 | 3.12.3 -------------------------------------------------------------------------------- /.ruby-version: -------------------------------------------------------------------------------- 1 | 3.3.2 -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /Brewfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/Brewfile -------------------------------------------------------------------------------- /Brewfile.app: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/Brewfile.app -------------------------------------------------------------------------------- /Brewfile.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/Brewfile.desktop -------------------------------------------------------------------------------- /Brewfile.font: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/Brewfile.font -------------------------------------------------------------------------------- /Brewfile.makedep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/Brewfile.makedep -------------------------------------------------------------------------------- /Brewfile.util: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/Brewfile.util -------------------------------------------------------------------------------- /Brewfile.vscode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/Brewfile.vscode -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/README.md -------------------------------------------------------------------------------- /README.md.nu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/README.md.nu -------------------------------------------------------------------------------- /blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/blend -------------------------------------------------------------------------------- /blend.test.nu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/blend.test.nu -------------------------------------------------------------------------------- /blend_util: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/blend_util -------------------------------------------------------------------------------- /bootstrap_archlinux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/bootstrap_archlinux.sh -------------------------------------------------------------------------------- /bootstrap_macos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/bootstrap_macos.sh -------------------------------------------------------------------------------- /macos_config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/macos_config.sh -------------------------------------------------------------------------------- /packages/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/.gitignore -------------------------------------------------------------------------------- /packages/X/.xprofile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/X/.xprofile -------------------------------------------------------------------------------- /packages/aerospace/aerospace/aerospace.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/aerospace/aerospace/aerospace.toml -------------------------------------------------------------------------------- /packages/alacritty-macos/alacritty/alacritty.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/alacritty-macos/alacritty/alacritty.toml -------------------------------------------------------------------------------- /packages/alacritty/alacritty/alacritty.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/alacritty/alacritty/alacritty.toml -------------------------------------------------------------------------------- /packages/alacritty/program.home.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/alacritty/program.home.nix -------------------------------------------------------------------------------- /packages/alsa/.asoundrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/alsa/.asoundrc -------------------------------------------------------------------------------- /packages/atom/.atom/.apmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/atom/.atom/.apmrc -------------------------------------------------------------------------------- /packages/atom/.atom/keymap.cson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/atom/.atom/keymap.cson -------------------------------------------------------------------------------- /packages/atom/.atom/styles.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/atom/.atom/styles.less -------------------------------------------------------------------------------- /packages/bash/.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bash/.bashrc -------------------------------------------------------------------------------- /packages/bash/.profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bash/.profile -------------------------------------------------------------------------------- /packages/bat/bat/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bat/bat/config -------------------------------------------------------------------------------- /packages/bin/bin/.directory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/.directory -------------------------------------------------------------------------------- /packages/bin/bin/blend: -------------------------------------------------------------------------------- 1 | ../../../blend -------------------------------------------------------------------------------- /packages/bin/bin/clean-elvish-directory-history.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/clean-elvish-directory-history.elv -------------------------------------------------------------------------------- /packages/bin/bin/compton-convgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/compton-convgen.py -------------------------------------------------------------------------------- /packages/bin/bin/cvttgsticker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/cvttgsticker.sh -------------------------------------------------------------------------------- /packages/bin/bin/defaults-detective.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/defaults-detective.elv -------------------------------------------------------------------------------- /packages/bin/bin/defaults-detective.mts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/defaults-detective.mts -------------------------------------------------------------------------------- /packages/bin/bin/encodingprober.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/encodingprober.py -------------------------------------------------------------------------------- /packages/bin/bin/extractgst.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/extractgst.sh -------------------------------------------------------------------------------- /packages/bin/bin/ffconcat.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/ffconcat.elv -------------------------------------------------------------------------------- /packages/bin/bin/fffakonadistop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/fffakonadistop.sh -------------------------------------------------------------------------------- /packages/bin/bin/fffbrightness.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/fffbrightness.sh -------------------------------------------------------------------------------- /packages/bin/bin/fffconfhost.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/fffconfhost.elv -------------------------------------------------------------------------------- /packages/bin/bin/fffcoverart.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/fffcoverart.elv -------------------------------------------------------------------------------- /packages/bin/bin/fffjpg.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/fffjpg.elv -------------------------------------------------------------------------------- /packages/bin/bin/ffflockscreen.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/ffflockscreen.elv -------------------------------------------------------------------------------- /packages/bin/bin/fffmacproresolution.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/fffmacproresolution.elv -------------------------------------------------------------------------------- /packages/bin/bin/fffmouse-acc.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/fffmouse-acc.elv -------------------------------------------------------------------------------- /packages/bin/bin/fffmouse-acc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/fffmouse-acc.sh -------------------------------------------------------------------------------- /packages/bin/bin/fffp2v.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/fffp2v.sh -------------------------------------------------------------------------------- /packages/bin/bin/fffpixiv-rename.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/fffpixiv-rename.elv -------------------------------------------------------------------------------- /packages/bin/bin/fffplaying.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/fffplaying.elv -------------------------------------------------------------------------------- /packages/bin/bin/fffrpm.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/fffrpm.elv -------------------------------------------------------------------------------- /packages/bin/bin/ffftohevc_cq32.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/ffftohevc_cq32.sh -------------------------------------------------------------------------------- /packages/bin/bin/ffftohevc_vaapi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/ffftohevc_vaapi.sh -------------------------------------------------------------------------------- /packages/bin/bin/fffv2p.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/fffv2p.elv -------------------------------------------------------------------------------- /packages/bin/bin/fffwacommap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/fffwacommap.sh -------------------------------------------------------------------------------- /packages/bin/bin/fffwallpaper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/fffwallpaper.sh -------------------------------------------------------------------------------- /packages/bin/bin/fffwebp.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/fffwebp.elv -------------------------------------------------------------------------------- /packages/bin/bin/git-ls-remote-branch-status.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/git-ls-remote-branch-status.ts -------------------------------------------------------------------------------- /packages/bin/bin/gpu-sensor.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/gpu-sensor.pl -------------------------------------------------------------------------------- /packages/bin/bin/hitokoto.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/hitokoto.sh -------------------------------------------------------------------------------- /packages/bin/bin/i3-video-wallpaper.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/i3-video-wallpaper.elv -------------------------------------------------------------------------------- /packages/bin/bin/i3_workspace_walk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/i3_workspace_walk.py -------------------------------------------------------------------------------- /packages/bin/bin/is-merge-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/is-merge-commit -------------------------------------------------------------------------------- /packages/bin/bin/journalctl-filter-process.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/journalctl-filter-process.elv -------------------------------------------------------------------------------- /packages/bin/bin/loi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/loi.js -------------------------------------------------------------------------------- /packages/bin/bin/macos-flush-dns.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/macos-flush-dns.sh -------------------------------------------------------------------------------- /packages/bin/bin/mpdio.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/mpdio.js -------------------------------------------------------------------------------- /packages/bin/bin/pacman-stat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/pacman-stat.sh -------------------------------------------------------------------------------- /packages/bin/bin/print-bfg-changed-commits.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/print-bfg-changed-commits.elv -------------------------------------------------------------------------------- /packages/bin/bin/qtcreator.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/qtcreator.sh -------------------------------------------------------------------------------- /packages/bin/bin/qtcreator_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/qtcreator_style.css -------------------------------------------------------------------------------- /packages/bin/bin/refresh-gpg-cardno.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/refresh-gpg-cardno.elv -------------------------------------------------------------------------------- /packages/bin/bin/shellenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/shellenv -------------------------------------------------------------------------------- /packages/bin/bin/shellenv.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/shellenv.elv -------------------------------------------------------------------------------- /packages/bin/bin/ssh-archlinuxcn-sign.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/ssh-archlinuxcn-sign.sh -------------------------------------------------------------------------------- /packages/bin/bin/tts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/tts.py -------------------------------------------------------------------------------- /packages/bin/bin/utf8everywhere.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/utf8everywhere.elv -------------------------------------------------------------------------------- /packages/bin/bin/waifu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/waifu -------------------------------------------------------------------------------- /packages/bin/bin/yabaictl.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/bin/bin/yabaictl.elv -------------------------------------------------------------------------------- /packages/color/DisplayCAL/storage/27GL850 #1 2022-10-03 15-52 sRGB F-S XYZLUT+MTX/27GL850 #1 2022-10-03 15-52 sRGB F-S XYZLUT+MTX.icc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/color/DisplayCAL/storage/27GL850 #1 2022-10-03 15-52 sRGB F-S XYZLUT+MTX/27GL850 #1 2022-10-03 15-52 sRGB F-S XYZLUT+MTX.icc -------------------------------------------------------------------------------- /packages/color/DisplayCAL/storage/27GL850 #1 2022-10-05 01-20 160cdm² D6500 2.2 F-S XYZLUT+MTX/27GL850 #1 2022-10-05 01-20 160cdm² D6500 2.2 F-S XYZLUT+MTX.icc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/color/DisplayCAL/storage/27GL850 #1 2022-10-05 01-20 160cdm² D6500 2.2 F-S XYZLUT+MTX/27GL850 #1 2022-10-05 01-20 160cdm² D6500 2.2 F-S XYZLUT+MTX.icc -------------------------------------------------------------------------------- /packages/color/DisplayCAL/storage/Monitor 1 #1 2019-10-07 01-40 D6500 2.2 F-S 3xCurve+MTX/Monitor 1 #1 2019-10-07 01-40 D6500 2.2 F-S 3xCurve+MTX.icc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/color/DisplayCAL/storage/Monitor 1 #1 2019-10-07 01-40 D6500 2.2 F-S 3xCurve+MTX/Monitor 1 #1 2019-10-07 01-40 D6500 2.2 F-S 3xCurve+MTX.icc -------------------------------------------------------------------------------- /packages/color/DisplayCAL/storage/SW270C #2 2022-10-05 02-21 160cdm² D6500 2.2 F-S XYZLUT+MTX/SW270C #2 2022-10-05 02-21 160cdm² D6500 2.2 F-S XYZLUT+MTX.icc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/color/DisplayCAL/storage/SW270C #2 2022-10-05 02-21 160cdm² D6500 2.2 F-S XYZLUT+MTX/SW270C #2 2022-10-05 02-21 160cdm² D6500 2.2 F-S XYZLUT+MTX.icc -------------------------------------------------------------------------------- /packages/color/DisplayCAL/storage/SW270C #2 2022-10-05 02-41 D6500 S XYZLUT+MTX-ARGB/SW270C #2 2022-10-05 02-41 D6500 S XYZLUT+MTX-ARGB.icc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/color/DisplayCAL/storage/SW270C #2 2022-10-05 02-41 D6500 S XYZLUT+MTX-ARGB/SW270C #2 2022-10-05 02-41 D6500 S XYZLUT+MTX-ARGB.icc -------------------------------------------------------------------------------- /packages/color/DisplayCAL/storage/Ultra HD #2 2022-10-03 16-58 sRGB F-S XYZLUT+MTX/Ultra HD #2 2022-10-03 16-58 sRGB F-S XYZLUT+MTX.icc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/color/DisplayCAL/storage/Ultra HD #2 2022-10-03 16-58 sRGB F-S XYZLUT+MTX/Ultra HD #2 2022-10-03 16-58 sRGB F-S XYZLUT+MTX.icc -------------------------------------------------------------------------------- /packages/darwin-system/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/darwin-system/README.md -------------------------------------------------------------------------------- /packages/darwin-system/darwin.configuration.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/darwin-system/darwin.configuration.nix -------------------------------------------------------------------------------- /packages/darwin-system/darwin.home.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/darwin-system/darwin.home.nix -------------------------------------------------------------------------------- /packages/darwin-system/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/darwin-system/flake.lock -------------------------------------------------------------------------------- /packages/darwin-system/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/darwin-system/flake.nix -------------------------------------------------------------------------------- /packages/elvish/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/elvish/.gitignore -------------------------------------------------------------------------------- /packages/elvish/elvish/lib/kokkoro.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/elvish/elvish/lib/kokkoro.elv -------------------------------------------------------------------------------- /packages/elvish/elvish/lib/whtsky.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/elvish/elvish/lib/whtsky.elv -------------------------------------------------------------------------------- /packages/elvish/elvish/lib/カフェラテ・カフェモカ・カプチーノ/alias.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/elvish/elvish/lib/カフェラテ・カフェモカ・カプチーノ/alias.elv -------------------------------------------------------------------------------- /packages/elvish/elvish/lib/カフェラテ・カフェモカ・カプチーノ/completion.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/elvish/elvish/lib/カフェラテ・カフェモカ・カプチーノ/completion.elv -------------------------------------------------------------------------------- /packages/elvish/elvish/lib/カフェラテ・カフェモカ・カプチーノ/env.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/elvish/elvish/lib/カフェラテ・カフェモカ・カプチーノ/env.elv -------------------------------------------------------------------------------- /packages/elvish/elvish/lib/カフェラテ・カフェモカ・カプチーノ/env.local.elv.example: -------------------------------------------------------------------------------- 1 | # Local env, not synced 2 | -------------------------------------------------------------------------------- /packages/elvish/elvish/lib/カフェラテ・カフェモカ・カプチーノ/prompt.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/elvish/elvish/lib/カフェラテ・カフェモカ・カプチーノ/prompt.elv -------------------------------------------------------------------------------- /packages/elvish/elvish/rc.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/elvish/elvish/rc.elv -------------------------------------------------------------------------------- /packages/fastfetch/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/fastfetch/fastfetch/config.jsonc -------------------------------------------------------------------------------- /packages/fcitx/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/fcitx/.gitignore -------------------------------------------------------------------------------- /packages/fcitx/fcitx/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/fcitx/fcitx/config -------------------------------------------------------------------------------- /packages/fcitx/fcitx/data/QuickPhrase.mb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/fcitx/fcitx/data/QuickPhrase.mb -------------------------------------------------------------------------------- /packages/fontconfig/fontconfig/conf.d/10-universal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/fontconfig/fontconfig/conf.d/10-universal.conf -------------------------------------------------------------------------------- /packages/fontconfig/fontconfig/conf.d/20-general-font-family.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/fontconfig/fontconfig/conf.d/20-general-font-family.conf -------------------------------------------------------------------------------- /packages/fontconfig/fontconfig/conf.d/30-telegram-opensans.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/fontconfig/fontconfig/conf.d/30-telegram-opensans.conf -------------------------------------------------------------------------------- /packages/fontconfig/fontconfig/fonts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/fontconfig/fontconfig/fonts.conf -------------------------------------------------------------------------------- /packages/ghostty/ghostty/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/ghostty/ghostty/config -------------------------------------------------------------------------------- /packages/git/git/.gitignore: -------------------------------------------------------------------------------- 1 | config.user.work -------------------------------------------------------------------------------- /packages/git/git/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/git/git/config -------------------------------------------------------------------------------- /packages/git/git/config.user.work.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/git/git/config.user.work.example -------------------------------------------------------------------------------- /packages/git/git/gitk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/git/git/gitk -------------------------------------------------------------------------------- /packages/git/git/ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/git/git/ignore -------------------------------------------------------------------------------- /packages/gpg/.gnupg/gpg.conf: -------------------------------------------------------------------------------- 1 | keyserver hkps://keys.openpgp.org 2 | -------------------------------------------------------------------------------- /packages/htop/htop/htoprc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/htop/htop/htoprc -------------------------------------------------------------------------------- /packages/i3wm/i3/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/i3wm/i3/config -------------------------------------------------------------------------------- /packages/kitty/kitty/colors.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/kitty/kitty/colors.conf -------------------------------------------------------------------------------- /packages/kitty/kitty/current-theme.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/kitty/kitty/current-theme.conf -------------------------------------------------------------------------------- /packages/kitty/kitty/kitty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/kitty/kitty/kitty.conf -------------------------------------------------------------------------------- /packages/kitty/kitty/themes/latte.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/kitty/kitty/themes/latte.conf -------------------------------------------------------------------------------- /packages/kitty/kitty/themes/mocha.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/kitty/kitty/themes/mocha.conf -------------------------------------------------------------------------------- /packages/kitty/kitty/themes/rose-pine-moon.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/kitty/kitty/themes/rose-pine-moon.conf -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/bundles/deevad-v8-2.bundle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/bundles/deevad-v8-2.bundle -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/input/kritadefault.profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/input/kritadefault.profile -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/input/painttoolsaicompatible.profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/input/painttoolsaicompatible.profile -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/input/photoshopcompatible.profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/input/photoshopcompatible.profile -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/input/tabletpro.profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/input/tabletpro.profile -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/kis_brushes.blacklist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/kis_brushes.blacklist -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/kis_paintoppresets.blacklist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/kis_paintoppresets.blacklist -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/kis_workspaces.blacklist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/kis_workspaces.blacklist -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/ko_palettes.blacklist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/ko_palettes.blacklist -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/krita.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/krita.rc -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/kritaDefaultshortcuts.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/kritaDefaultshortcuts.rc -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/palettes/Chino.gpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/palettes/Chino.gpl -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/palettes/Chino2.gpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/palettes/Chino2.gpl -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/palettes/Chiya.gpl: -------------------------------------------------------------------------------- 1 | GIMP Palette 2 | Name: Chiya 3 | Columns: 5 4 | # 5 | -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/palettes/Palette.gpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/palettes/Palette.gpl -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/palettes/Restia.gpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/palettes/Restia.gpl -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/predefined_image_sizes/2160p__4K_UHD_.predefinedimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/predefined_image_sizes/2160p__4K_UHD_.predefinedimage -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/predefined_image_sizes/2K__QWXGA_.predefinedimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/predefined_image_sizes/2K__QWXGA_.predefinedimage -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/predefined_image_sizes/4K.predefinedimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/predefined_image_sizes/4K.predefinedimage -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/predefined_image_sizes/4K_UHD.predefinedimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/predefined_image_sizes/4K_UHD.predefinedimage -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/predefined_image_sizes/720p__WXGA-H,_min._.predefinedimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/predefined_image_sizes/720p__WXGA-H,_min._.predefinedimage -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/predefined_image_sizes/8K.predefinedimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/predefined_image_sizes/8K.predefinedimage -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/predefined_image_sizes/8K_UHD.predefinedimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/predefined_image_sizes/8K_UHD.predefinedimage -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/predefined_image_sizes/A4__120_ppi_.predefinedimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/predefined_image_sizes/A4__120_ppi_.predefinedimage -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/predefined_image_sizes/Full_HD.predefinedimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/predefined_image_sizes/Full_HD.predefinedimage -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/predefined_image_sizes/QHD.predefinedimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/predefined_image_sizes/QHD.predefinedimage -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/predefined_image_sizes/WUXGA.predefinedimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/predefined_image_sizes/WUXGA.predefinedimage -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/tags.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/tags.xml -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/tags/kis_brushes_tags.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/tags/kis_brushes_tags.xml -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/tags/kis_paintoppresets_tags.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/tags/kis_paintoppresets_tags.xml -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/tags/kis_resourcebundles_tags.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/tags/kis_taskset_tags.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/tags/kis_taskset_tags.xml -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/tags/kis_workspaces_tags.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/tags/kis_workspaces_tags.xml -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/tags/ko_gradients_tags.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/tags/ko_gradients_tags.xml -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/tags/ko_palettes_tags.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/tags/ko_palettes_tags.xml -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/tags/ko_patterns_tags.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/tags/ko_patterns_tags.xml -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/tags/psd_layer_style_collections_tags.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/tags/psd_layer_style_collections_tags.xml -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/workspaces/1048Rendering1.kws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/workspaces/1048Rendering1.kws -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/workspaces/1048p.kws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/workspaces/1048p.kws -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/workspaces/1048ptya1.kws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/workspaces/1048ptya1.kws -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/workspaces/1048ptya_floatToolbox.kws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/workspaces/1048ptya_floatToolbox.kws -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/workspaces/MyWorkSpace II.kws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/workspaces/MyWorkSpace II.kws -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/workspaces/MyWorkSpace.kws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/workspaces/MyWorkSpace.kws -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/workspaces/MyWrokSpace.kws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/workspaces/MyWrokSpace.kws -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/workspaces/TicoSpace.kws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/workspaces/TicoSpace.kws -------------------------------------------------------------------------------- /packages/krita/.local/share/krita/workspaces/TicoSpace1.kws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/krita/.local/share/krita/workspaces/TicoSpace1.kws -------------------------------------------------------------------------------- /packages/makepkg/.makepkg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/makepkg/.makepkg.conf -------------------------------------------------------------------------------- /packages/mako/mako/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/mako/mako/config -------------------------------------------------------------------------------- /packages/mise/mise/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/mise/mise/config.toml -------------------------------------------------------------------------------- /packages/nano/nano/nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/nano/nano/nanorc -------------------------------------------------------------------------------- /packages/ncdu/ncdu/config: -------------------------------------------------------------------------------- 1 | # https://dev.yorhel.nl/ncdu/man 2 | --color dark 3 | --disable-delete -------------------------------------------------------------------------------- /packages/neofetch/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/neofetch/neofetch/config.conf -------------------------------------------------------------------------------- /packages/neovim/nvim/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/neovim/nvim/init.lua -------------------------------------------------------------------------------- /packages/neovim/nvim/lazy-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/neovim/nvim/lazy-lock.json -------------------------------------------------------------------------------- /packages/neovim/nvim/lua/config/lazy.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/neovim/nvim/lua/config/lazy.lua -------------------------------------------------------------------------------- /packages/neovim/nvim/lua/plugins/00.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/neovim/nvim/lua/plugins/00.lua -------------------------------------------------------------------------------- /packages/npm/.npmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/npm/.npmrc -------------------------------------------------------------------------------- /packages/nushell/.stow-local-ignore: -------------------------------------------------------------------------------- 1 | history\.txt 2 | -------------------------------------------------------------------------------- /packages/nushell/nushell/.gitignore: -------------------------------------------------------------------------------- 1 | history.txt 2 | -------------------------------------------------------------------------------- /packages/nushell/nushell/config.nu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/nushell/nushell/config.nu -------------------------------------------------------------------------------- /packages/nushell/nushell/env.nu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/nushell/nushell/env.nu -------------------------------------------------------------------------------- /packages/nushell/nushell/modules/alias.nu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/nushell/nushell/modules/alias.nu -------------------------------------------------------------------------------- /packages/nushell/nushell/modules/dhd.nu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/nushell/nushell/modules/dhd.nu -------------------------------------------------------------------------------- /packages/pam_env/.pam_environment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/pam_env/.pam_environment -------------------------------------------------------------------------------- /packages/picom/picom/picom.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/picom/picom/picom.conf -------------------------------------------------------------------------------- /packages/pipewire/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/pipewire/.gitignore -------------------------------------------------------------------------------- /packages/pipewire/pipewire/client.conf.d/10-chino.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/pipewire/pipewire/client.conf.d/10-chino.conf -------------------------------------------------------------------------------- /packages/pipewire/pipewire/pipewire.conf.d/10-chino.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/pipewire/pipewire/pipewire.conf.d/10-chino.conf -------------------------------------------------------------------------------- /packages/proto/.proto/.prototools: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/proto/.proto/.prototools -------------------------------------------------------------------------------- /packages/proto/.proto/tools/node/globals/bin/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/proto/.proto/tools/node/globals/bin/.gitkeep -------------------------------------------------------------------------------- /packages/psd/.config/psd/.psd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/psd/.config/psd/.psd.conf -------------------------------------------------------------------------------- /packages/psd/.config/psd/psd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/psd/.config/psd/psd.conf -------------------------------------------------------------------------------- /packages/pueue/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/pueue/.gitignore -------------------------------------------------------------------------------- /packages/pueue/pueue/pueue.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/pueue/pueue/pueue.yml -------------------------------------------------------------------------------- /packages/pulseaudio/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/pulseaudio/.gitignore -------------------------------------------------------------------------------- /packages/pulseaudio/pulse/daemon.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/pulseaudio/pulse/daemon.conf -------------------------------------------------------------------------------- /packages/pulseaudio/pulse/default.pa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/pulseaudio/pulse/default.pa -------------------------------------------------------------------------------- /packages/rofi/rofi/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/rofi/rofi/config.rasi -------------------------------------------------------------------------------- /packages/root/etc/environment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/root/etc/environment -------------------------------------------------------------------------------- /packages/root/etc/modules-load.d/snd-seq-midi.conf: -------------------------------------------------------------------------------- 1 | snd-seq-midi -------------------------------------------------------------------------------- /packages/root/etc/modules-load.d/virtualbox.conf: -------------------------------------------------------------------------------- 1 | vboxdrv -------------------------------------------------------------------------------- /packages/root/etc/sysctl.d/10-ptrace.conf: -------------------------------------------------------------------------------- 1 | kernel.yama.ptrace_scope = 0 2 | -------------------------------------------------------------------------------- /packages/root/etc/udev/rules.d/99-writeintelbacklight.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/root/etc/udev/rules.d/99-writeintelbacklight.rules -------------------------------------------------------------------------------- /packages/root/usr/sbin/writeintelbacklight.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/root/usr/sbin/writeintelbacklight.sh -------------------------------------------------------------------------------- /packages/sakura/sakura/sakura.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/sakura/sakura/sakura.conf -------------------------------------------------------------------------------- /packages/sapling/sapling/sapling.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/sapling/sapling/sapling.conf -------------------------------------------------------------------------------- /packages/sketchybar/sketchybar/plugins/battery.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/sketchybar/sketchybar/plugins/battery.sh -------------------------------------------------------------------------------- /packages/sketchybar/sketchybar/plugins/clock.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | sketchybar --set "$NAME" label="$(date '+%F %H:%M:%S | %A')" 4 | 5 | -------------------------------------------------------------------------------- /packages/sketchybar/sketchybar/plugins/space.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | sketchybar --set $NAME background.drawing=$SELECTED 4 | -------------------------------------------------------------------------------- /packages/sketchybar/sketchybar/plugins/window_title.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | sketchybar --set "$NAME" label="$INFO" 4 | -------------------------------------------------------------------------------- /packages/sketchybar/sketchybar/sketchybarrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/sketchybar/sketchybar/sketchybarrc -------------------------------------------------------------------------------- /packages/skhd/skhd/skhdrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/skhd/skhd/skhdrc -------------------------------------------------------------------------------- /packages/starship/starship.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/starship/starship.toml -------------------------------------------------------------------------------- /packages/stow/.stow-global-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/stow/.stow-global-ignore -------------------------------------------------------------------------------- /packages/sway/sway/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/sway/sway/config -------------------------------------------------------------------------------- /packages/swayshot/swayshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/swayshot/swayshot.sh -------------------------------------------------------------------------------- /packages/sxiv/sxiv/exec/image-info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/sxiv/sxiv/exec/image-info -------------------------------------------------------------------------------- /packages/tealdeer/tealdeer/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/tealdeer/tealdeer/config.toml -------------------------------------------------------------------------------- /packages/tint2/tint2/tint2rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/tint2/tint2/tint2rc -------------------------------------------------------------------------------- /packages/tmux/.tmux.conf: -------------------------------------------------------------------------------- 1 | set -g mouse on 2 | -------------------------------------------------------------------------------- /packages/vscode/.stow-local-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/vscode/.stow-local-ignore -------------------------------------------------------------------------------- /packages/vscode/User/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/vscode/User/.gitignore -------------------------------------------------------------------------------- /packages/vscode/User/keybindings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/vscode/User/keybindings.json -------------------------------------------------------------------------------- /packages/vscode/User/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/vscode/User/settings.json -------------------------------------------------------------------------------- /packages/waybar/waybar/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/waybar/waybar/config -------------------------------------------------------------------------------- /packages/waybar/waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/waybar/waybar/style.css -------------------------------------------------------------------------------- /packages/wezterm/program.home.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/wezterm/program.home.nix -------------------------------------------------------------------------------- /packages/wezterm/wezterm/wezterm.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/wezterm/wezterm/wezterm.lua -------------------------------------------------------------------------------- /packages/yabai/yabai/yabairc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/yabai/yabai/yabairc -------------------------------------------------------------------------------- /packages/yabai/yabai/yabairc.yabai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/yabai/yabai/yabairc.yabai -------------------------------------------------------------------------------- /packages/zellij-macos/zellij/config.kdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/zellij-macos/zellij/config.kdl -------------------------------------------------------------------------------- /packages/zsh/.zshenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/zsh/.zshenv -------------------------------------------------------------------------------- /packages/zsh/.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/packages/zsh/.zshrc -------------------------------------------------------------------------------- /raycast-and-finder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/raycast-and-finder.md -------------------------------------------------------------------------------- /screenshots/amausaan_2022-04-05-232523.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/screenshots/amausaan_2022-04-05-232523.png -------------------------------------------------------------------------------- /screenshots/macbook_2024-12-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/screenshots/macbook_2024-12-19.png -------------------------------------------------------------------------------- /screenshots/toastx900_2021-07-30_13-00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/screenshots/toastx900_2021-07-30_13-00.png -------------------------------------------------------------------------------- /screenshots/toastx900_2021-07-30_13-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantic1048/Vanilla/HEAD/screenshots/toastx900_2021-07-30_13-14.png --------------------------------------------------------------------------------