├── .bashrc ├── .config ├── Kvantum │ └── kvantum.kvconfig ├── PacmanLogViewer │ └── pacmanlogviewer.conf ├── RSS Guard 4 │ └── config │ │ └── config.ini ├── TIPP10 │ └── TIPP10.conf ├── Vieb │ ├── Dictionaries │ │ ├── de-DE-3-0.bdic │ │ ├── en-GB-10-1.bdic │ │ ├── en-GB-9-0.bdic │ │ ├── en-US-10-1.bdic │ │ ├── en-US-9-0.bdic │ │ ├── ru-RU-3-0.bdic │ │ ├── uk-UA-4-0.bdic │ │ └── uk-UA-5-0.bdic │ ├── colors │ │ └── gruvbox.css │ └── viebrc ├── Zeal │ └── Zeal.conf ├── alacritty │ └── alacritty.toml ├── bottom │ └── bottom.toml ├── bpython │ └── config ├── btop │ └── btop.conf ├── chromium-flags.conf ├── curl-time-format ├── dunst │ └── dunstrc ├── electron-flags.conf ├── emacs │ ├── clientrest │ │ └── api.rest │ ├── early-init.el │ ├── elfeed │ │ ├── early-init.el │ │ ├── gruvbox-theme.el │ │ └── init.el │ ├── init.el │ ├── recipes │ │ ├── avy-rcp.el │ │ ├── awesome-tray-rcp.el │ │ ├── base-rcp.el │ │ ├── bench.el │ │ ├── c-rcp.el │ │ ├── chezmoi-rcp.el │ │ ├── combobulate-rcp.el │ │ ├── compilation-rcp.el │ │ ├── consult-rcp.el │ │ ├── corfu-rcp.el │ │ ├── csv-mode-rcp.el │ │ ├── dape-rcp.el │ │ ├── dired-rcp.el │ │ ├── docker-rcp.el │ │ ├── editorconfig-rcp.el │ │ ├── eglot-rcp.el │ │ ├── elfeed-rcp.el │ │ ├── ellama-rcp.el │ │ ├── emacs-dashboard-rcp.el │ │ ├── embark-rcp.el │ │ ├── emmet-mode-rcp.el │ │ ├── evil-rcp.el │ │ ├── expand-region-rcp.el │ │ ├── final-steps-rcp.el │ │ ├── flycheck-rcp.el │ │ ├── flymake-rcp.el │ │ ├── functions_my.el │ │ ├── git-rcp.el │ │ ├── go-rcp.el │ │ ├── gptel-rcp.el │ │ ├── grep-rcp.el │ │ ├── helpful-rcp.el │ │ ├── highlight-rcp.el │ │ ├── http-rcp.el │ │ ├── hydra-rcp.el │ │ ├── i3wm-config-rcp.el │ │ ├── journalctl-rcp.el │ │ ├── js-rcp.el │ │ ├── json-rcp.el │ │ ├── k8s-mode-rcp.el │ │ ├── kotlin-rcp.el │ │ ├── lsp-mode-rcp.el │ │ ├── lua-rcp.el │ │ ├── mail-rcp.el │ │ ├── marginalia-rcp.el │ │ ├── markdown-mode-rcp.el │ │ ├── meow-rcp.el │ │ ├── mini-echo-rcp.el │ │ ├── mini-modeline-rcp.el │ │ ├── minuet-rcp.el │ │ ├── monkeytype-rcp.el │ │ ├── mpc-rcp.el │ │ ├── multi-compile-rcp.el │ │ ├── nerd-icons-rcp.el │ │ ├── nov-rcp.el │ │ ├── orderless-rcp.el │ │ ├── org-mode-rcp.el │ │ ├── pkgbuild-rcp.el │ │ ├── projectile-rcp.el │ │ ├── python-rcp.el │ │ ├── rainbow-rcp.el │ │ ├── restclient-rcp.el │ │ ├── rust-rcp.el │ │ ├── scala-rcp.el │ │ ├── selected-rcp.el │ │ ├── smart-mode-line-rcp.el │ │ ├── smartparens-rcp.el │ │ ├── sql-rcp.el │ │ ├── tempel-rcp.el │ │ ├── tree-sitter-rcp.el │ │ ├── turbo-log-rcp.el │ │ ├── undo-rcp.el │ │ ├── use-package-chords-rcp.el │ │ ├── vertico-rcp.el │ │ ├── vimrc-mode-rcp.el │ │ ├── web-mode-rcp.el │ │ ├── ytdl-rcp.el │ │ └── ztree-rcp.el │ ├── sql │ │ └── .gitkeep │ └── themes │ │ ├── dark-mint-theme.el │ │ ├── doom-everforest-theme.el │ │ ├── doom-gruvbox-theme.el │ │ ├── doom-themes-base.el │ │ ├── doom-themes-ext-org.el │ │ ├── doom-themes.el │ │ └── gruvbox-theme.el ├── evolution │ └── accels ├── flake8 ├── fontconfig │ └── fonts.conf ├── fuzzel │ └── fuzzel.ini ├── gthumb │ └── shortcuts.xml ├── gtk-3.0 │ ├── bookmarks │ └── settings.ini ├── gtk-4.0 │ ├── bookmarks │ └── settings.ini ├── htop │ └── htoprc ├── hypr │ ├── binds.conf │ ├── hyprland.conf │ ├── install_plugins.sh │ ├── plugins.conf │ ├── pyprland.toml │ └── submaps.conf ├── i3status-rust │ └── config.toml ├── ideavim │ └── ideavimrc ├── k9s │ ├── aliases.yaml │ ├── config.yaml │ ├── hotkeys.yaml │ ├── plugins.yaml │ ├── plugins │ │ ├── debug-container.yaml │ │ ├── dive.yaml │ │ ├── log-full.yaml │ │ ├── log-jq.yaml │ │ ├── log-stern.yaml │ │ └── watch-events.yaml │ ├── skins │ │ └── gruvbox-dark.yaml │ └── views.yaml ├── kak │ └── kakrc ├── kitty │ └── kitty.conf ├── lf │ └── lfrc ├── libinput-gestures │ ├── i3.conf │ └── sway.conf ├── litecli │ └── config ├── lsd │ └── config.yaml ├── mako │ └── config ├── mc │ ├── ini │ └── panels.ini ├── mimeapps.list ├── mpv │ ├── input.conf │ ├── mpv.conf │ ├── script-modules │ │ └── extended-menu.lua │ ├── script-opts │ │ └── M_x.conf │ └── scripts │ │ ├── M-x.lua │ │ ├── autosub.lua │ │ ├── sponsorblock.lua │ │ └── sponsorblock_shared │ │ ├── main.lua │ │ ├── sponsorblock.py │ │ └── sponsorblock.txt ├── nvim │ ├── init.vim │ └── spell │ │ ├── de.utf-8.spl │ │ ├── de.utf-8.sug │ │ ├── en.utf-8.spl │ │ ├── en.utf-8.sug │ │ ├── ru.utf-8.spl │ │ ├── ru.utf-8.sug │ │ └── uk.utf-8.spl ├── pgcli │ └── config ├── picom.conf ├── procps │ └── toprc ├── pycodestyle ├── qt5ct │ └── colors │ │ └── my_darker.conf ├── qutebrowser │ ├── autoconfig.yml │ ├── bookmarks │ │ └── urls │ ├── config.py │ └── quickmarks ├── rofi │ ├── config.rasi │ └── onedark.rasi ├── sway │ ├── binds.sway │ ├── config │ ├── modes.sway │ └── setup.sway ├── tilix │ └── schemes │ │ └── gruvbox.json ├── touchegg │ └── touchegg.conf ├── tridactyl │ └── tridactylrc ├── vifm │ ├── colors │ │ ├── DarkDesert.vifm │ │ └── gruvbox.vifm │ ├── install_deps.sh │ ├── scripts │ │ └── compare-cmd │ └── vifmrc ├── vlc │ ├── radio.xspf │ └── top_radio_rock.m3u ├── waybar │ ├── config.jsonc │ ├── hyprland.jsonc │ ├── style.css │ └── sway.jsonc ├── wezterm │ └── wezterm.lua ├── xdg-desktop-portal-hyprland │ └── config ├── xdg-desktop-portal-wlr │ └── config ├── yay │ └── config.json ├── yt-dlp │ ├── config │ └── twitch ├── zathura │ └── zathurarc └── zsh │ ├── .p10k.zsh │ ├── .zprofile │ ├── .zshrc │ ├── aliases.zsh │ └── func.zsh ├── .flags ├── en.xpm ├── ua.xpm ├── ua22.xpm └── us22.xpm ├── .gitconfig ├── .gitignore ├── .i3 ├── config ├── i3bar_conky ├── i3status.conf └── status.toml ├── .inputrc ├── .ipython ├── my_prompt.py ├── profile_default │ └── ipython_config.py └── profile_emacs │ └── ipython_config.py ├── .local ├── bin │ ├── adb_sync │ ├── cliphist.sh │ ├── clipman.sh │ ├── dpms_switcher.sh │ ├── drive_sync.sh │ ├── editor-run │ ├── elfeed.sh │ ├── fuzzel-dmenu │ ├── fuzzel-launcher │ ├── fuzzel-prompt.sh │ ├── fuzzel.sh │ ├── gestures │ ├── git_meld.sh │ ├── gtk_settings.sh │ ├── hyprinitrc │ ├── idle.sh │ ├── initrc │ ├── kdbb.sh │ ├── keyboard-layout-print.sh │ ├── keyboard-layout-sway.py │ ├── menu-mpd.sh │ ├── nag.sh │ ├── network-check.sh │ ├── network-startup │ ├── pacrecover │ ├── scratchpad.sh │ ├── sleep.sh │ └── swayinitrc ├── log │ └── .gitkeep └── share │ └── systemd │ └── user │ ├── drive.service │ ├── drive.timer │ ├── drive_sync.sh │ ├── greenclip.service │ ├── kbdd.service │ ├── sleep.service │ ├── sleep.timer │ └── startx.service ├── .mongorc.js ├── .mozilla └── firefox │ ├── chrome │ └── userChrome.css │ └── user.js ├── .my.cnf ├── .nano └── syntax │ ├── ALL.nanorc │ ├── awk.nanorc │ ├── c.nanorc │ ├── cmake.nanorc │ ├── coffeescript.nanorc │ ├── colortest.nanorc │ ├── csharp.nanorc │ ├── css.nanorc │ ├── cython.nanorc │ ├── default.nanorc │ ├── dot.nanorc │ ├── email.nanorc │ ├── git.nanorc │ ├── glsl.nanorc │ ├── go.nanorc │ ├── html.nanorc │ ├── ini.nanorc │ ├── inputrc.nanorc │ ├── java.nanorc │ ├── javascript.nanorc │ ├── json.nanorc │ ├── keymap.nanorc │ ├── kickstart.nanorc │ ├── ledger.nanorc │ ├── lisp.nanorc │ ├── lua.nanorc │ ├── makefile.nanorc │ ├── man.nanorc │ ├── markdown.nanorc │ ├── mpdconf.nanorc │ ├── nanorc.nanorc │ ├── nginx.nanorc │ ├── patch.nanorc │ ├── peg.nanorc │ ├── php.nanorc │ ├── pkg-config.nanorc │ ├── pkgbuild.nanorc │ ├── po.nanorc │ ├── privoxy.nanorc │ ├── properties.nanorc │ ├── python.nanorc │ ├── rpmspec.nanorc │ ├── ruby.nanorc │ ├── sed.nanorc │ ├── shell.nanorc │ ├── sql.nanorc │ ├── systemd.nanorc │ ├── tex.nanorc │ ├── vala.nanorc │ ├── vi.nanorc │ ├── xml.nanorc │ ├── xresources.nanorc │ ├── yaml.nanorc │ └── yum.nanorc ├── .nanorc ├── .npmrc ├── .pdbrc.py ├── .psqlrc ├── .ptpython ├── config.py └── history ├── .ripgreprc ├── .sqliterc ├── .surfingkeys.js ├── .tern-config ├── .thunderbird ├── signatures.json ├── tbkeys.json └── user.js ├── .tmux.conf ├── .vim ├── after │ ├── ftplugin │ │ ├── html.vim │ │ ├── javascript.vim │ │ └── python.vim │ └── syntax │ │ └── css │ │ ├── align-3.vim │ │ ├── backgrounds-4.vim │ │ ├── box-3.vim │ │ ├── break-3.vim │ │ ├── break-4.vim │ │ ├── cascade-4.vim │ │ ├── color-4.vim │ │ ├── color-5.vim │ │ ├── color-adjust.vim │ │ ├── compositing-1.vim │ │ ├── contain-1.vim │ │ ├── content-3.vim │ │ ├── counter-styles-3.vim │ │ ├── cssom-view-1.vim │ │ ├── device-adapt-1.vim │ │ ├── display-3.vim │ │ ├── exclusions-3.vim │ │ ├── fill-stroke-3.vim │ │ ├── filter-effects-1.vim │ │ ├── fonts-3.vim │ │ ├── fonts-4.vim │ │ ├── gcpm-3.vim │ │ ├── grid-1.vim │ │ ├── html5.vim │ │ ├── images-3.vim │ │ ├── images-4.vim │ │ ├── inline-3.vim │ │ ├── line-grid-1.vim │ │ ├── lists-3.vim │ │ ├── logical-1.vim │ │ ├── masking-1.vim │ │ ├── motion-1.vim │ │ ├── multicol-1.vim │ │ ├── nav-1.vim │ │ ├── overflow-3.vim │ │ ├── overflow-4.vim │ │ ├── overscroll-1.vim │ │ ├── page-3.vim │ │ ├── page-floats-3.vim │ │ ├── paint-api-1.vim │ │ ├── pointerevents.vim │ │ ├── position-3.vim │ │ ├── properties-values-api-1.vim │ │ ├── pseudo-4.vim │ │ ├── regions-1.vim │ │ ├── rhythm-1.vim │ │ ├── round-display-1.vim │ │ ├── ruby-1.vim │ │ ├── scoping-1.vim │ │ ├── scroll-anchoring-1.vim │ │ ├── scroll-snap-1.vim │ │ ├── scrollbars-1.vim │ │ ├── selectors-3.vim │ │ ├── selectors-4.vim │ │ ├── shadow-parts-1.vim │ │ ├── shapes-1.vim │ │ ├── sizing-3.vim │ │ ├── speech-1.vim │ │ ├── svg2.vim │ │ ├── text-3.vim │ │ ├── text-4.vim │ │ ├── text-decor-3.vim │ │ ├── text-decor-4.vim │ │ ├── timing-1.vim │ │ ├── transforms-1.vim │ │ ├── transforms-2.vim │ │ ├── ui-3.vim │ │ ├── ui-4.vim │ │ ├── values-3.vim │ │ ├── values-4.vim │ │ ├── webvtt1.vim │ │ ├── will-change-1.vim │ │ ├── writing-modes-3.vim │ │ └── writing-modes-4.vim ├── colors │ └── gruvbox.vim ├── ftplugin │ ├── fish.vim │ └── vifm.vim ├── spell │ ├── de.utf-8.spl │ ├── de.utf-8.sug │ ├── en.utf-8.spl │ ├── en.utf-8.sug │ ├── ru.utf-8.spl │ ├── ru.utf-8.sug │ └── uk.utf-8.spl └── syntax │ ├── javascript.vim │ └── vifm.vim ├── .vimrc ├── .zshenv ├── dconf ├── READMI └── tilix.dconf ├── etc ├── acpi │ └── handler.sh ├── bluetooth │ └── main.conf ├── conf.d │ └── tftpd ├── docker │ └── daemon.json ├── modprobe.d │ ├── amd.conf │ ├── audio_powersave.conf │ ├── btusb.conf │ └── ttm.conf ├── pacman.conf ├── pacman.d │ └── aria.conf ├── pam.d │ └── login ├── sysctl.d │ ├── 97-sysctl.conf │ └── 98-network.conf ├── systemd │ └── system │ │ ├── fix-brightness.service │ │ ├── hdmi_toggle.service │ │ └── powertop.service ├── udev │ ├── rules.d │ │ └── 30-amdgpu.rules │ └── udev.conf └── vconsole.conf ├── install ├── 1.install_shell.sh ├── 10.install_aur.sh ├── 11.install_scala.sh ├── 12.install_browsers.sh ├── 2.install_archives.sh ├── 3.install_editors.sh ├── 4.install_fonts.sh ├── 5.install_network.sh ├── 6.install_spells.sh ├── 7.install_tools.sh ├── 8.install_media.sh ├── 9.1.install_go.sh ├── 9.install_langs.sh ├── all.txt ├── arch_list_aur.txt ├── arch_list_nvidia.txt ├── arch_list_pacman.txt ├── export_vars.sh ├── install_amd.sh ├── install_emacs.sh ├── install_i3.sh ├── install_intel.sh ├── install_sway.sh ├── install_treesit.sh ├── install_vifm_deps.sh ├── install_wine.sh └── setup_wine.sh └── termux ├── .bashrc ├── .fonts ├── Hack-Bold.ttf ├── Hack-BoldItalic.ttf ├── Hack-Italic.ttf ├── Hack-Regular.ttf ├── Symbols-2048-em Nerd Font Complete.ttf ├── devicons-regular.ttf ├── fontawesome-regular.ttf └── octicons-regular.ttf ├── .vimrc ├── clean.sh ├── copy_mozilla_profile.sh ├── firefox ├── chrome │ ├── userChrome.css │ └── userContent.css └── user.js ├── list.txt ├── termux.properties └── vifm └── vifmrc /.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.bashrc -------------------------------------------------------------------------------- /.config/Kvantum/kvantum.kvconfig: -------------------------------------------------------------------------------- 1 | [General] 2 | theme=KvAdaptaDark 3 | -------------------------------------------------------------------------------- /.config/PacmanLogViewer/pacmanlogviewer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/PacmanLogViewer/pacmanlogviewer.conf -------------------------------------------------------------------------------- /.config/RSS Guard 4/config/config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/RSS Guard 4/config/config.ini -------------------------------------------------------------------------------- /.config/TIPP10/TIPP10.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/TIPP10/TIPP10.conf -------------------------------------------------------------------------------- /.config/Vieb/Dictionaries/de-DE-3-0.bdic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/Vieb/Dictionaries/de-DE-3-0.bdic -------------------------------------------------------------------------------- /.config/Vieb/Dictionaries/en-GB-10-1.bdic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/Vieb/Dictionaries/en-GB-10-1.bdic -------------------------------------------------------------------------------- /.config/Vieb/Dictionaries/en-GB-9-0.bdic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/Vieb/Dictionaries/en-GB-9-0.bdic -------------------------------------------------------------------------------- /.config/Vieb/Dictionaries/en-US-10-1.bdic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/Vieb/Dictionaries/en-US-10-1.bdic -------------------------------------------------------------------------------- /.config/Vieb/Dictionaries/en-US-9-0.bdic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/Vieb/Dictionaries/en-US-9-0.bdic -------------------------------------------------------------------------------- /.config/Vieb/Dictionaries/ru-RU-3-0.bdic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/Vieb/Dictionaries/ru-RU-3-0.bdic -------------------------------------------------------------------------------- /.config/Vieb/Dictionaries/uk-UA-4-0.bdic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/Vieb/Dictionaries/uk-UA-4-0.bdic -------------------------------------------------------------------------------- /.config/Vieb/Dictionaries/uk-UA-5-0.bdic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/Vieb/Dictionaries/uk-UA-5-0.bdic -------------------------------------------------------------------------------- /.config/Vieb/colors/gruvbox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/Vieb/colors/gruvbox.css -------------------------------------------------------------------------------- /.config/Vieb/viebrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/Vieb/viebrc -------------------------------------------------------------------------------- /.config/Zeal/Zeal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/Zeal/Zeal.conf -------------------------------------------------------------------------------- /.config/alacritty/alacritty.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/alacritty/alacritty.toml -------------------------------------------------------------------------------- /.config/bottom/bottom.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/bottom/bottom.toml -------------------------------------------------------------------------------- /.config/bpython/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/bpython/config -------------------------------------------------------------------------------- /.config/btop/btop.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/btop/btop.conf -------------------------------------------------------------------------------- /.config/chromium-flags.conf: -------------------------------------------------------------------------------- 1 | electron-flags.conf -------------------------------------------------------------------------------- /.config/curl-time-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/curl-time-format -------------------------------------------------------------------------------- /.config/dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/dunst/dunstrc -------------------------------------------------------------------------------- /.config/electron-flags.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/electron-flags.conf -------------------------------------------------------------------------------- /.config/emacs/clientrest/api.rest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/clientrest/api.rest -------------------------------------------------------------------------------- /.config/emacs/early-init.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/early-init.el -------------------------------------------------------------------------------- /.config/emacs/elfeed/early-init.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/elfeed/early-init.el -------------------------------------------------------------------------------- /.config/emacs/elfeed/gruvbox-theme.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/elfeed/gruvbox-theme.el -------------------------------------------------------------------------------- /.config/emacs/elfeed/init.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/elfeed/init.el -------------------------------------------------------------------------------- /.config/emacs/init.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/init.el -------------------------------------------------------------------------------- /.config/emacs/recipes/avy-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/avy-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/awesome-tray-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/awesome-tray-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/base-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/base-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/bench.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/bench.el -------------------------------------------------------------------------------- /.config/emacs/recipes/c-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/c-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/chezmoi-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/chezmoi-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/combobulate-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/combobulate-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/compilation-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/compilation-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/consult-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/consult-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/corfu-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/corfu-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/csv-mode-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/csv-mode-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/dape-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/dape-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/dired-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/dired-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/docker-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/docker-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/editorconfig-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/editorconfig-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/eglot-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/eglot-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/elfeed-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/elfeed-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/ellama-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/ellama-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/emacs-dashboard-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/emacs-dashboard-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/embark-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/embark-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/emmet-mode-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/emmet-mode-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/evil-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/evil-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/expand-region-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/expand-region-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/final-steps-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/final-steps-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/flycheck-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/flycheck-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/flymake-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/flymake-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/functions_my.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/functions_my.el -------------------------------------------------------------------------------- /.config/emacs/recipes/git-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/git-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/go-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/go-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/gptel-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/gptel-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/grep-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/grep-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/helpful-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/helpful-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/highlight-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/highlight-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/http-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/http-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/hydra-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/hydra-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/i3wm-config-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/i3wm-config-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/journalctl-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/journalctl-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/js-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/js-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/json-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/json-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/k8s-mode-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/k8s-mode-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/kotlin-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/kotlin-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/lsp-mode-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/lsp-mode-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/lua-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/lua-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/mail-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/mail-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/marginalia-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/marginalia-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/markdown-mode-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/markdown-mode-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/meow-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/meow-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/mini-echo-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/mini-echo-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/mini-modeline-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/mini-modeline-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/minuet-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/minuet-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/monkeytype-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/monkeytype-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/mpc-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/mpc-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/multi-compile-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/multi-compile-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/nerd-icons-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/nerd-icons-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/nov-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/nov-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/orderless-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/orderless-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/org-mode-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/org-mode-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/pkgbuild-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/pkgbuild-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/projectile-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/projectile-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/python-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/python-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/rainbow-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/rainbow-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/restclient-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/restclient-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/rust-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/rust-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/scala-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/scala-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/selected-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/selected-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/smart-mode-line-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/smart-mode-line-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/smartparens-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/smartparens-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/sql-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/sql-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/tempel-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/tempel-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/tree-sitter-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/tree-sitter-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/turbo-log-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/turbo-log-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/undo-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/undo-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/use-package-chords-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/use-package-chords-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/vertico-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/vertico-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/vimrc-mode-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/vimrc-mode-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/web-mode-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/web-mode-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/ytdl-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/ytdl-rcp.el -------------------------------------------------------------------------------- /.config/emacs/recipes/ztree-rcp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/recipes/ztree-rcp.el -------------------------------------------------------------------------------- /.config/emacs/sql/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/emacs/themes/dark-mint-theme.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/themes/dark-mint-theme.el -------------------------------------------------------------------------------- /.config/emacs/themes/doom-everforest-theme.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/themes/doom-everforest-theme.el -------------------------------------------------------------------------------- /.config/emacs/themes/doom-gruvbox-theme.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/themes/doom-gruvbox-theme.el -------------------------------------------------------------------------------- /.config/emacs/themes/doom-themes-base.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/themes/doom-themes-base.el -------------------------------------------------------------------------------- /.config/emacs/themes/doom-themes-ext-org.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/themes/doom-themes-ext-org.el -------------------------------------------------------------------------------- /.config/emacs/themes/doom-themes.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/themes/doom-themes.el -------------------------------------------------------------------------------- /.config/emacs/themes/gruvbox-theme.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/emacs/themes/gruvbox-theme.el -------------------------------------------------------------------------------- /.config/evolution/accels: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/evolution/accels -------------------------------------------------------------------------------- /.config/flake8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/flake8 -------------------------------------------------------------------------------- /.config/fontconfig/fonts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/fontconfig/fonts.conf -------------------------------------------------------------------------------- /.config/fuzzel/fuzzel.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/fuzzel/fuzzel.ini -------------------------------------------------------------------------------- /.config/gthumb/shortcuts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/gthumb/shortcuts.xml -------------------------------------------------------------------------------- /.config/gtk-3.0/bookmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/gtk-3.0/bookmarks -------------------------------------------------------------------------------- /.config/gtk-3.0/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/gtk-3.0/settings.ini -------------------------------------------------------------------------------- /.config/gtk-4.0/bookmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/gtk-4.0/bookmarks -------------------------------------------------------------------------------- /.config/gtk-4.0/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/gtk-4.0/settings.ini -------------------------------------------------------------------------------- /.config/htop/htoprc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/htop/htoprc -------------------------------------------------------------------------------- /.config/hypr/binds.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/hypr/binds.conf -------------------------------------------------------------------------------- /.config/hypr/hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/hypr/hyprland.conf -------------------------------------------------------------------------------- /.config/hypr/install_plugins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/hypr/install_plugins.sh -------------------------------------------------------------------------------- /.config/hypr/plugins.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/hypr/plugins.conf -------------------------------------------------------------------------------- /.config/hypr/pyprland.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/hypr/pyprland.toml -------------------------------------------------------------------------------- /.config/hypr/submaps.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/hypr/submaps.conf -------------------------------------------------------------------------------- /.config/i3status-rust/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/i3status-rust/config.toml -------------------------------------------------------------------------------- /.config/ideavim/ideavimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/ideavim/ideavimrc -------------------------------------------------------------------------------- /.config/k9s/aliases.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/k9s/aliases.yaml -------------------------------------------------------------------------------- /.config/k9s/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/k9s/config.yaml -------------------------------------------------------------------------------- /.config/k9s/hotkeys.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/k9s/hotkeys.yaml -------------------------------------------------------------------------------- /.config/k9s/plugins.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/k9s/plugins.yaml -------------------------------------------------------------------------------- /.config/k9s/plugins/debug-container.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/k9s/plugins/debug-container.yaml -------------------------------------------------------------------------------- /.config/k9s/plugins/dive.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/k9s/plugins/dive.yaml -------------------------------------------------------------------------------- /.config/k9s/plugins/log-full.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/k9s/plugins/log-full.yaml -------------------------------------------------------------------------------- /.config/k9s/plugins/log-jq.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/k9s/plugins/log-jq.yaml -------------------------------------------------------------------------------- /.config/k9s/plugins/log-stern.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/k9s/plugins/log-stern.yaml -------------------------------------------------------------------------------- /.config/k9s/plugins/watch-events.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/k9s/plugins/watch-events.yaml -------------------------------------------------------------------------------- /.config/k9s/skins/gruvbox-dark.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/k9s/skins/gruvbox-dark.yaml -------------------------------------------------------------------------------- /.config/k9s/views.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/k9s/views.yaml -------------------------------------------------------------------------------- /.config/kak/kakrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/kak/kakrc -------------------------------------------------------------------------------- /.config/kitty/kitty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/kitty/kitty.conf -------------------------------------------------------------------------------- /.config/lf/lfrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/lf/lfrc -------------------------------------------------------------------------------- /.config/libinput-gestures/i3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/libinput-gestures/i3.conf -------------------------------------------------------------------------------- /.config/libinput-gestures/sway.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/libinput-gestures/sway.conf -------------------------------------------------------------------------------- /.config/litecli/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/litecli/config -------------------------------------------------------------------------------- /.config/lsd/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/lsd/config.yaml -------------------------------------------------------------------------------- /.config/mako/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/mako/config -------------------------------------------------------------------------------- /.config/mc/ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/mc/ini -------------------------------------------------------------------------------- /.config/mc/panels.ini: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/mimeapps.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/mimeapps.list -------------------------------------------------------------------------------- /.config/mpv/input.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/mpv/input.conf -------------------------------------------------------------------------------- /.config/mpv/mpv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/mpv/mpv.conf -------------------------------------------------------------------------------- /.config/mpv/script-modules/extended-menu.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/mpv/script-modules/extended-menu.lua -------------------------------------------------------------------------------- /.config/mpv/script-opts/M_x.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/mpv/script-opts/M_x.conf -------------------------------------------------------------------------------- /.config/mpv/scripts/M-x.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/mpv/scripts/M-x.lua -------------------------------------------------------------------------------- /.config/mpv/scripts/autosub.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/mpv/scripts/autosub.lua -------------------------------------------------------------------------------- /.config/mpv/scripts/sponsorblock.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/mpv/scripts/sponsorblock.lua -------------------------------------------------------------------------------- /.config/mpv/scripts/sponsorblock_shared/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/mpv/scripts/sponsorblock_shared/main.lua -------------------------------------------------------------------------------- /.config/mpv/scripts/sponsorblock_shared/sponsorblock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/mpv/scripts/sponsorblock_shared/sponsorblock.py -------------------------------------------------------------------------------- /.config/mpv/scripts/sponsorblock_shared/sponsorblock.txt: -------------------------------------------------------------------------------- 1 | Hiqo0JnVKgoW2jQFxhIK3gM8rTe0oMVfRzBG -------------------------------------------------------------------------------- /.config/nvim/init.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/nvim/init.vim -------------------------------------------------------------------------------- /.config/nvim/spell/de.utf-8.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/nvim/spell/de.utf-8.spl -------------------------------------------------------------------------------- /.config/nvim/spell/de.utf-8.sug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/nvim/spell/de.utf-8.sug -------------------------------------------------------------------------------- /.config/nvim/spell/en.utf-8.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/nvim/spell/en.utf-8.spl -------------------------------------------------------------------------------- /.config/nvim/spell/en.utf-8.sug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/nvim/spell/en.utf-8.sug -------------------------------------------------------------------------------- /.config/nvim/spell/ru.utf-8.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/nvim/spell/ru.utf-8.spl -------------------------------------------------------------------------------- /.config/nvim/spell/ru.utf-8.sug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/nvim/spell/ru.utf-8.sug -------------------------------------------------------------------------------- /.config/nvim/spell/uk.utf-8.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/nvim/spell/uk.utf-8.spl -------------------------------------------------------------------------------- /.config/pgcli/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/pgcli/config -------------------------------------------------------------------------------- /.config/picom.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/picom.conf -------------------------------------------------------------------------------- /.config/procps/toprc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/procps/toprc -------------------------------------------------------------------------------- /.config/pycodestyle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/pycodestyle -------------------------------------------------------------------------------- /.config/qt5ct/colors/my_darker.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/qt5ct/colors/my_darker.conf -------------------------------------------------------------------------------- /.config/qutebrowser/autoconfig.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/qutebrowser/autoconfig.yml -------------------------------------------------------------------------------- /.config/qutebrowser/bookmarks/urls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/qutebrowser/bookmarks/urls -------------------------------------------------------------------------------- /.config/qutebrowser/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/qutebrowser/config.py -------------------------------------------------------------------------------- /.config/qutebrowser/quickmarks: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/rofi/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/rofi/config.rasi -------------------------------------------------------------------------------- /.config/rofi/onedark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/rofi/onedark.rasi -------------------------------------------------------------------------------- /.config/sway/binds.sway: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/sway/binds.sway -------------------------------------------------------------------------------- /.config/sway/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/sway/config -------------------------------------------------------------------------------- /.config/sway/modes.sway: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/sway/modes.sway -------------------------------------------------------------------------------- /.config/sway/setup.sway: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/sway/setup.sway -------------------------------------------------------------------------------- /.config/tilix/schemes/gruvbox.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/tilix/schemes/gruvbox.json -------------------------------------------------------------------------------- /.config/touchegg/touchegg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/touchegg/touchegg.conf -------------------------------------------------------------------------------- /.config/tridactyl/tridactylrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/tridactyl/tridactylrc -------------------------------------------------------------------------------- /.config/vifm/colors/DarkDesert.vifm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/vifm/colors/DarkDesert.vifm -------------------------------------------------------------------------------- /.config/vifm/colors/gruvbox.vifm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/vifm/colors/gruvbox.vifm -------------------------------------------------------------------------------- /.config/vifm/install_deps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/vifm/install_deps.sh -------------------------------------------------------------------------------- /.config/vifm/scripts/compare-cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/vifm/scripts/compare-cmd -------------------------------------------------------------------------------- /.config/vifm/vifmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/vifm/vifmrc -------------------------------------------------------------------------------- /.config/vlc/radio.xspf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/vlc/radio.xspf -------------------------------------------------------------------------------- /.config/vlc/top_radio_rock.m3u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/vlc/top_radio_rock.m3u -------------------------------------------------------------------------------- /.config/waybar/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/waybar/config.jsonc -------------------------------------------------------------------------------- /.config/waybar/hyprland.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/waybar/hyprland.jsonc -------------------------------------------------------------------------------- /.config/waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/waybar/style.css -------------------------------------------------------------------------------- /.config/waybar/sway.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/waybar/sway.jsonc -------------------------------------------------------------------------------- /.config/wezterm/wezterm.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/wezterm/wezterm.lua -------------------------------------------------------------------------------- /.config/xdg-desktop-portal-hyprland/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/xdg-desktop-portal-hyprland/config -------------------------------------------------------------------------------- /.config/xdg-desktop-portal-wlr/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/xdg-desktop-portal-wlr/config -------------------------------------------------------------------------------- /.config/yay/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/yay/config.json -------------------------------------------------------------------------------- /.config/yt-dlp/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/yt-dlp/config -------------------------------------------------------------------------------- /.config/yt-dlp/twitch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/yt-dlp/twitch -------------------------------------------------------------------------------- /.config/zathura/zathurarc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/zathura/zathurarc -------------------------------------------------------------------------------- /.config/zsh/.p10k.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/zsh/.p10k.zsh -------------------------------------------------------------------------------- /.config/zsh/.zprofile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/zsh/.zprofile -------------------------------------------------------------------------------- /.config/zsh/.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/zsh/.zshrc -------------------------------------------------------------------------------- /.config/zsh/aliases.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/zsh/aliases.zsh -------------------------------------------------------------------------------- /.config/zsh/func.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.config/zsh/func.zsh -------------------------------------------------------------------------------- /.flags/en.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.flags/en.xpm -------------------------------------------------------------------------------- /.flags/ua.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.flags/ua.xpm -------------------------------------------------------------------------------- /.flags/ua22.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.flags/ua22.xpm -------------------------------------------------------------------------------- /.flags/us22.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.flags/us22.xpm -------------------------------------------------------------------------------- /.gitconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.gitconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.gitignore -------------------------------------------------------------------------------- /.i3/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.i3/config -------------------------------------------------------------------------------- /.i3/i3bar_conky: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.i3/i3bar_conky -------------------------------------------------------------------------------- /.i3/i3status.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.i3/i3status.conf -------------------------------------------------------------------------------- /.i3/status.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.i3/status.toml -------------------------------------------------------------------------------- /.inputrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.inputrc -------------------------------------------------------------------------------- /.ipython/my_prompt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.ipython/my_prompt.py -------------------------------------------------------------------------------- /.ipython/profile_default/ipython_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.ipython/profile_default/ipython_config.py -------------------------------------------------------------------------------- /.ipython/profile_emacs/ipython_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.ipython/profile_emacs/ipython_config.py -------------------------------------------------------------------------------- /.local/bin/adb_sync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/adb_sync -------------------------------------------------------------------------------- /.local/bin/cliphist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/cliphist.sh -------------------------------------------------------------------------------- /.local/bin/clipman.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/clipman.sh -------------------------------------------------------------------------------- /.local/bin/dpms_switcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/dpms_switcher.sh -------------------------------------------------------------------------------- /.local/bin/drive_sync.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/drive_sync.sh -------------------------------------------------------------------------------- /.local/bin/editor-run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/editor-run -------------------------------------------------------------------------------- /.local/bin/elfeed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/elfeed.sh -------------------------------------------------------------------------------- /.local/bin/fuzzel-dmenu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/fuzzel-dmenu -------------------------------------------------------------------------------- /.local/bin/fuzzel-launcher: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | fuzzel.sh --show-actions "$@" 4 | -------------------------------------------------------------------------------- /.local/bin/fuzzel-prompt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/fuzzel-prompt.sh -------------------------------------------------------------------------------- /.local/bin/fuzzel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/fuzzel.sh -------------------------------------------------------------------------------- /.local/bin/gestures: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/gestures -------------------------------------------------------------------------------- /.local/bin/git_meld.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | meld "$2" "$5" 3 | -------------------------------------------------------------------------------- /.local/bin/gtk_settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/gtk_settings.sh -------------------------------------------------------------------------------- /.local/bin/hyprinitrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/hyprinitrc -------------------------------------------------------------------------------- /.local/bin/idle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/idle.sh -------------------------------------------------------------------------------- /.local/bin/initrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/initrc -------------------------------------------------------------------------------- /.local/bin/kdbb.sh: -------------------------------------------------------------------------------- 1 | #! /bin/bash 2 | 3 | sleep 20 4 | systemctl --user restart kbdd.service 5 | -------------------------------------------------------------------------------- /.local/bin/keyboard-layout-print.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/keyboard-layout-print.sh -------------------------------------------------------------------------------- /.local/bin/keyboard-layout-sway.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/keyboard-layout-sway.py -------------------------------------------------------------------------------- /.local/bin/menu-mpd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/menu-mpd.sh -------------------------------------------------------------------------------- /.local/bin/nag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/nag.sh -------------------------------------------------------------------------------- /.local/bin/network-check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/network-check.sh -------------------------------------------------------------------------------- /.local/bin/network-startup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/network-startup -------------------------------------------------------------------------------- /.local/bin/pacrecover: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/pacrecover -------------------------------------------------------------------------------- /.local/bin/scratchpad.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/scratchpad.sh -------------------------------------------------------------------------------- /.local/bin/sleep.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/sleep.sh -------------------------------------------------------------------------------- /.local/bin/swayinitrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/bin/swayinitrc -------------------------------------------------------------------------------- /.local/log/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.local/share/systemd/user/drive.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/share/systemd/user/drive.service -------------------------------------------------------------------------------- /.local/share/systemd/user/drive.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/share/systemd/user/drive.timer -------------------------------------------------------------------------------- /.local/share/systemd/user/drive_sync.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/share/systemd/user/drive_sync.sh -------------------------------------------------------------------------------- /.local/share/systemd/user/greenclip.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/share/systemd/user/greenclip.service -------------------------------------------------------------------------------- /.local/share/systemd/user/kbdd.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/share/systemd/user/kbdd.service -------------------------------------------------------------------------------- /.local/share/systemd/user/sleep.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/share/systemd/user/sleep.service -------------------------------------------------------------------------------- /.local/share/systemd/user/sleep.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/share/systemd/user/sleep.timer -------------------------------------------------------------------------------- /.local/share/systemd/user/startx.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.local/share/systemd/user/startx.service -------------------------------------------------------------------------------- /.mongorc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.mongorc.js -------------------------------------------------------------------------------- /.mozilla/firefox/chrome/userChrome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.mozilla/firefox/chrome/userChrome.css -------------------------------------------------------------------------------- /.mozilla/firefox/user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.mozilla/firefox/user.js -------------------------------------------------------------------------------- /.my.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.my.cnf -------------------------------------------------------------------------------- /.nano/syntax/ALL.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/ALL.nanorc -------------------------------------------------------------------------------- /.nano/syntax/awk.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/awk.nanorc -------------------------------------------------------------------------------- /.nano/syntax/c.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/c.nanorc -------------------------------------------------------------------------------- /.nano/syntax/cmake.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/cmake.nanorc -------------------------------------------------------------------------------- /.nano/syntax/coffeescript.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/coffeescript.nanorc -------------------------------------------------------------------------------- /.nano/syntax/colortest.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/colortest.nanorc -------------------------------------------------------------------------------- /.nano/syntax/csharp.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/csharp.nanorc -------------------------------------------------------------------------------- /.nano/syntax/css.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/css.nanorc -------------------------------------------------------------------------------- /.nano/syntax/cython.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/cython.nanorc -------------------------------------------------------------------------------- /.nano/syntax/default.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/default.nanorc -------------------------------------------------------------------------------- /.nano/syntax/dot.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/dot.nanorc -------------------------------------------------------------------------------- /.nano/syntax/email.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/email.nanorc -------------------------------------------------------------------------------- /.nano/syntax/git.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/git.nanorc -------------------------------------------------------------------------------- /.nano/syntax/glsl.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/glsl.nanorc -------------------------------------------------------------------------------- /.nano/syntax/go.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/go.nanorc -------------------------------------------------------------------------------- /.nano/syntax/html.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/html.nanorc -------------------------------------------------------------------------------- /.nano/syntax/ini.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/ini.nanorc -------------------------------------------------------------------------------- /.nano/syntax/inputrc.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/inputrc.nanorc -------------------------------------------------------------------------------- /.nano/syntax/java.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/java.nanorc -------------------------------------------------------------------------------- /.nano/syntax/javascript.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/javascript.nanorc -------------------------------------------------------------------------------- /.nano/syntax/json.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/json.nanorc -------------------------------------------------------------------------------- /.nano/syntax/keymap.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/keymap.nanorc -------------------------------------------------------------------------------- /.nano/syntax/kickstart.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/kickstart.nanorc -------------------------------------------------------------------------------- /.nano/syntax/ledger.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/ledger.nanorc -------------------------------------------------------------------------------- /.nano/syntax/lisp.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/lisp.nanorc -------------------------------------------------------------------------------- /.nano/syntax/lua.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/lua.nanorc -------------------------------------------------------------------------------- /.nano/syntax/makefile.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/makefile.nanorc -------------------------------------------------------------------------------- /.nano/syntax/man.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/man.nanorc -------------------------------------------------------------------------------- /.nano/syntax/markdown.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/markdown.nanorc -------------------------------------------------------------------------------- /.nano/syntax/mpdconf.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/mpdconf.nanorc -------------------------------------------------------------------------------- /.nano/syntax/nanorc.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/nanorc.nanorc -------------------------------------------------------------------------------- /.nano/syntax/nginx.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/nginx.nanorc -------------------------------------------------------------------------------- /.nano/syntax/patch.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/patch.nanorc -------------------------------------------------------------------------------- /.nano/syntax/peg.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/peg.nanorc -------------------------------------------------------------------------------- /.nano/syntax/php.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/php.nanorc -------------------------------------------------------------------------------- /.nano/syntax/pkg-config.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/pkg-config.nanorc -------------------------------------------------------------------------------- /.nano/syntax/pkgbuild.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/pkgbuild.nanorc -------------------------------------------------------------------------------- /.nano/syntax/po.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/po.nanorc -------------------------------------------------------------------------------- /.nano/syntax/privoxy.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/privoxy.nanorc -------------------------------------------------------------------------------- /.nano/syntax/properties.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/properties.nanorc -------------------------------------------------------------------------------- /.nano/syntax/python.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/python.nanorc -------------------------------------------------------------------------------- /.nano/syntax/rpmspec.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/rpmspec.nanorc -------------------------------------------------------------------------------- /.nano/syntax/ruby.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/ruby.nanorc -------------------------------------------------------------------------------- /.nano/syntax/sed.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/sed.nanorc -------------------------------------------------------------------------------- /.nano/syntax/shell.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/shell.nanorc -------------------------------------------------------------------------------- /.nano/syntax/sql.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/sql.nanorc -------------------------------------------------------------------------------- /.nano/syntax/systemd.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/systemd.nanorc -------------------------------------------------------------------------------- /.nano/syntax/tex.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/tex.nanorc -------------------------------------------------------------------------------- /.nano/syntax/vala.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/vala.nanorc -------------------------------------------------------------------------------- /.nano/syntax/vi.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/vi.nanorc -------------------------------------------------------------------------------- /.nano/syntax/xml.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/xml.nanorc -------------------------------------------------------------------------------- /.nano/syntax/xresources.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/xresources.nanorc -------------------------------------------------------------------------------- /.nano/syntax/yaml.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/yaml.nanorc -------------------------------------------------------------------------------- /.nano/syntax/yum.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nano/syntax/yum.nanorc -------------------------------------------------------------------------------- /.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.nanorc -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- 1 | prefix=${HOME}/.config/npm-packages -------------------------------------------------------------------------------- /.pdbrc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.pdbrc.py -------------------------------------------------------------------------------- /.psqlrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.psqlrc -------------------------------------------------------------------------------- /.ptpython/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.ptpython/config.py -------------------------------------------------------------------------------- /.ptpython/history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.ptpython/history -------------------------------------------------------------------------------- /.ripgreprc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.ripgreprc -------------------------------------------------------------------------------- /.sqliterc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.sqliterc -------------------------------------------------------------------------------- /.surfingkeys.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.surfingkeys.js -------------------------------------------------------------------------------- /.tern-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.tern-config -------------------------------------------------------------------------------- /.thunderbird/signatures.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.thunderbird/signatures.json -------------------------------------------------------------------------------- /.thunderbird/tbkeys.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.thunderbird/tbkeys.json -------------------------------------------------------------------------------- /.thunderbird/user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.thunderbird/user.js -------------------------------------------------------------------------------- /.tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.tmux.conf -------------------------------------------------------------------------------- /.vim/after/ftplugin/html.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/ftplugin/html.vim -------------------------------------------------------------------------------- /.vim/after/ftplugin/javascript.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/ftplugin/javascript.vim -------------------------------------------------------------------------------- /.vim/after/ftplugin/python.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/ftplugin/python.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/align-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/align-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/backgrounds-4.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/backgrounds-4.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/box-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/box-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/break-3.vim: -------------------------------------------------------------------------------- 1 | syn keyword cssFontAttr contained recto verso 2 | -------------------------------------------------------------------------------- /.vim/after/syntax/css/break-4.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/break-4.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/cascade-4.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/cascade-4.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/color-4.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/color-4.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/color-5.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/color-5.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/color-adjust.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/color-adjust.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/compositing-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/compositing-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/contain-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/contain-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/content-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/content-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/counter-styles-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/counter-styles-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/cssom-view-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/cssom-view-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/device-adapt-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/device-adapt-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/display-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/display-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/exclusions-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/exclusions-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/fill-stroke-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/fill-stroke-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/filter-effects-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/filter-effects-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/fonts-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/fonts-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/fonts-4.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/fonts-4.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/gcpm-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/gcpm-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/grid-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/grid-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/html5.vim: -------------------------------------------------------------------------------- 1 | syn keyword cssTagName picture rb rtc slot template 2 | -------------------------------------------------------------------------------- /.vim/after/syntax/css/images-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/images-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/images-4.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/images-4.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/inline-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/inline-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/line-grid-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/line-grid-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/lists-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/lists-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/logical-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/logical-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/masking-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/masking-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/motion-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/motion-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/multicol-1.vim: -------------------------------------------------------------------------------- 1 | syn match cssFontAttr contained "\" 2 | -------------------------------------------------------------------------------- /.vim/after/syntax/css/nav-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/nav-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/overflow-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/overflow-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/overflow-4.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/overflow-4.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/overscroll-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/overscroll-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/page-3.vim: -------------------------------------------------------------------------------- 1 | syn keyword cssFontProp contained marks bleed 2 | -------------------------------------------------------------------------------- /.vim/after/syntax/css/page-floats-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/page-floats-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/paint-api-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/paint-api-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/pointerevents.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/pointerevents.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/position-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/position-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/properties-values-api-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/properties-values-api-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/pseudo-4.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/pseudo-4.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/regions-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/regions-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/rhythm-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/rhythm-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/round-display-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/round-display-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/ruby-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/ruby-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/scoping-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/scoping-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/scroll-anchoring-1.vim: -------------------------------------------------------------------------------- 1 | syn match cssFontProp contained "\" 2 | -------------------------------------------------------------------------------- /.vim/after/syntax/css/scroll-snap-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/scroll-snap-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/scrollbars-1.vim: -------------------------------------------------------------------------------- 1 | syn match cssFontProp contained "\" 2 | -------------------------------------------------------------------------------- /.vim/after/syntax/css/selectors-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/selectors-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/selectors-4.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/selectors-4.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/shadow-parts-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/shadow-parts-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/shapes-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/shapes-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/sizing-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/sizing-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/speech-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/speech-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/svg2.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/svg2.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/text-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/text-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/text-4.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/text-4.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/text-decor-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/text-decor-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/text-decor-4.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/text-decor-4.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/timing-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/timing-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/transforms-1.vim: -------------------------------------------------------------------------------- 1 | syn match cssFontProp contained "\" 2 | -------------------------------------------------------------------------------- /.vim/after/syntax/css/transforms-2.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/transforms-2.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/ui-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/ui-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/ui-4.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/ui-4.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/values-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/values-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/values-4.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/values-4.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/webvtt1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/webvtt1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/will-change-1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/will-change-1.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/writing-modes-3.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/after/syntax/css/writing-modes-3.vim -------------------------------------------------------------------------------- /.vim/after/syntax/css/writing-modes-4.vim: -------------------------------------------------------------------------------- 1 | syn match cssFontAttr contained "\" 2 | -------------------------------------------------------------------------------- /.vim/colors/gruvbox.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/colors/gruvbox.vim -------------------------------------------------------------------------------- /.vim/ftplugin/fish.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/ftplugin/fish.vim -------------------------------------------------------------------------------- /.vim/ftplugin/vifm.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/ftplugin/vifm.vim -------------------------------------------------------------------------------- /.vim/spell/de.utf-8.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/spell/de.utf-8.spl -------------------------------------------------------------------------------- /.vim/spell/de.utf-8.sug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/spell/de.utf-8.sug -------------------------------------------------------------------------------- /.vim/spell/en.utf-8.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/spell/en.utf-8.spl -------------------------------------------------------------------------------- /.vim/spell/en.utf-8.sug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/spell/en.utf-8.sug -------------------------------------------------------------------------------- /.vim/spell/ru.utf-8.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/spell/ru.utf-8.spl -------------------------------------------------------------------------------- /.vim/spell/ru.utf-8.sug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/spell/ru.utf-8.sug -------------------------------------------------------------------------------- /.vim/spell/uk.utf-8.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/spell/uk.utf-8.spl -------------------------------------------------------------------------------- /.vim/syntax/javascript.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/syntax/javascript.vim -------------------------------------------------------------------------------- /.vim/syntax/vifm.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vim/syntax/vifm.vim -------------------------------------------------------------------------------- /.vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.vimrc -------------------------------------------------------------------------------- /.zshenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/.zshenv -------------------------------------------------------------------------------- /dconf/READMI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/dconf/READMI -------------------------------------------------------------------------------- /dconf/tilix.dconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/dconf/tilix.dconf -------------------------------------------------------------------------------- /etc/acpi/handler.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/etc/acpi/handler.sh -------------------------------------------------------------------------------- /etc/bluetooth/main.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/etc/bluetooth/main.conf -------------------------------------------------------------------------------- /etc/conf.d/tftpd: -------------------------------------------------------------------------------- 1 | TFTPD_ARGS="--secure /srv/tftp/" 2 | -------------------------------------------------------------------------------- /etc/docker/daemon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/etc/docker/daemon.json -------------------------------------------------------------------------------- /etc/modprobe.d/amd.conf: -------------------------------------------------------------------------------- 1 | options amdgpu freesync_video=1 2 | blacklist sp5100_tco 3 | -------------------------------------------------------------------------------- /etc/modprobe.d/audio_powersave.conf: -------------------------------------------------------------------------------- 1 | options snd_hda_intel power_save=1 2 | -------------------------------------------------------------------------------- /etc/modprobe.d/btusb.conf: -------------------------------------------------------------------------------- 1 | options btusb enable_autosuspend=0 reset=1 2 | -------------------------------------------------------------------------------- /etc/modprobe.d/ttm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/etc/modprobe.d/ttm.conf -------------------------------------------------------------------------------- /etc/pacman.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/etc/pacman.conf -------------------------------------------------------------------------------- /etc/pacman.d/aria.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/etc/pacman.d/aria.conf -------------------------------------------------------------------------------- /etc/pam.d/login: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/etc/pam.d/login -------------------------------------------------------------------------------- /etc/sysctl.d/97-sysctl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/etc/sysctl.d/97-sysctl.conf -------------------------------------------------------------------------------- /etc/sysctl.d/98-network.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/etc/sysctl.d/98-network.conf -------------------------------------------------------------------------------- /etc/systemd/system/fix-brightness.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/etc/systemd/system/fix-brightness.service -------------------------------------------------------------------------------- /etc/systemd/system/hdmi_toggle.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/etc/systemd/system/hdmi_toggle.service -------------------------------------------------------------------------------- /etc/systemd/system/powertop.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/etc/systemd/system/powertop.service -------------------------------------------------------------------------------- /etc/udev/rules.d/30-amdgpu.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/etc/udev/rules.d/30-amdgpu.rules -------------------------------------------------------------------------------- /etc/udev/udev.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/etc/udev/udev.conf -------------------------------------------------------------------------------- /etc/vconsole.conf: -------------------------------------------------------------------------------- 1 | FONT=solar24x32 2 | -------------------------------------------------------------------------------- /install/1.install_shell.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/1.install_shell.sh -------------------------------------------------------------------------------- /install/10.install_aur.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/10.install_aur.sh -------------------------------------------------------------------------------- /install/11.install_scala.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/11.install_scala.sh -------------------------------------------------------------------------------- /install/12.install_browsers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/12.install_browsers.sh -------------------------------------------------------------------------------- /install/2.install_archives.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/2.install_archives.sh -------------------------------------------------------------------------------- /install/3.install_editors.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/3.install_editors.sh -------------------------------------------------------------------------------- /install/4.install_fonts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/4.install_fonts.sh -------------------------------------------------------------------------------- /install/5.install_network.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/5.install_network.sh -------------------------------------------------------------------------------- /install/6.install_spells.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/6.install_spells.sh -------------------------------------------------------------------------------- /install/7.install_tools.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/7.install_tools.sh -------------------------------------------------------------------------------- /install/8.install_media.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/8.install_media.sh -------------------------------------------------------------------------------- /install/9.1.install_go.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/9.1.install_go.sh -------------------------------------------------------------------------------- /install/9.install_langs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/9.install_langs.sh -------------------------------------------------------------------------------- /install/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/all.txt -------------------------------------------------------------------------------- /install/arch_list_aur.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/arch_list_aur.txt -------------------------------------------------------------------------------- /install/arch_list_nvidia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/arch_list_nvidia.txt -------------------------------------------------------------------------------- /install/arch_list_pacman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/arch_list_pacman.txt -------------------------------------------------------------------------------- /install/export_vars.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/export_vars.sh -------------------------------------------------------------------------------- /install/install_amd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/install_amd.sh -------------------------------------------------------------------------------- /install/install_emacs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/install_emacs.sh -------------------------------------------------------------------------------- /install/install_i3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/install_i3.sh -------------------------------------------------------------------------------- /install/install_intel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/install_intel.sh -------------------------------------------------------------------------------- /install/install_sway.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/install_sway.sh -------------------------------------------------------------------------------- /install/install_treesit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/install_treesit.sh -------------------------------------------------------------------------------- /install/install_vifm_deps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/install_vifm_deps.sh -------------------------------------------------------------------------------- /install/install_wine.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/install_wine.sh -------------------------------------------------------------------------------- /install/setup_wine.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/install/setup_wine.sh -------------------------------------------------------------------------------- /termux/.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/termux/.bashrc -------------------------------------------------------------------------------- /termux/.fonts/Hack-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/termux/.fonts/Hack-Bold.ttf -------------------------------------------------------------------------------- /termux/.fonts/Hack-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/termux/.fonts/Hack-BoldItalic.ttf -------------------------------------------------------------------------------- /termux/.fonts/Hack-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/termux/.fonts/Hack-Italic.ttf -------------------------------------------------------------------------------- /termux/.fonts/Hack-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/termux/.fonts/Hack-Regular.ttf -------------------------------------------------------------------------------- /termux/.fonts/Symbols-2048-em Nerd Font Complete.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/termux/.fonts/Symbols-2048-em Nerd Font Complete.ttf -------------------------------------------------------------------------------- /termux/.fonts/devicons-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/termux/.fonts/devicons-regular.ttf -------------------------------------------------------------------------------- /termux/.fonts/fontawesome-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/termux/.fonts/fontawesome-regular.ttf -------------------------------------------------------------------------------- /termux/.fonts/octicons-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/termux/.fonts/octicons-regular.ttf -------------------------------------------------------------------------------- /termux/.vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/termux/.vimrc -------------------------------------------------------------------------------- /termux/clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/termux/clean.sh -------------------------------------------------------------------------------- /termux/copy_mozilla_profile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/termux/copy_mozilla_profile.sh -------------------------------------------------------------------------------- /termux/firefox/chrome/userChrome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/termux/firefox/chrome/userChrome.css -------------------------------------------------------------------------------- /termux/firefox/chrome/userContent.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/termux/firefox/chrome/userContent.css -------------------------------------------------------------------------------- /termux/firefox/user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/termux/firefox/user.js -------------------------------------------------------------------------------- /termux/list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/termux/list.txt -------------------------------------------------------------------------------- /termux/termux.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/termux/termux.properties -------------------------------------------------------------------------------- /termux/vifm/vifmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crandel/home/HEAD/termux/vifm/vifmrc --------------------------------------------------------------------------------