├── .gitignore ├── LICENSE.md ├── README.md ├── ansible ├── bootstrap-arch.yaml └── group_vars │ ├── arch.yaml │ ├── pacakges.ubuntu.yaml │ └── repos.ubuntu.yaml ├── bin ├── README.md ├── android ├── android-studio ├── ap0 ├── aria2c-daemon ├── centos ├── chromium ├── clean-downloads ├── docker-proxyfy ├── dota2 ├── firefox ├── getmails ├── go-full-hd ├── lsof_proc ├── popcorntime ├── presentation-mode ├── reconf-squid-db ├── sync-all ├── term-irc ├── term-mutt ├── term-vifm ├── term-vim ├── ubuntu-server ├── url_handler.sh ├── wait_for_X11 └── ws ├── dotfile-etc.list ├── dotfile-home.list ├── dotfiles-completion.bash ├── dotfiles-completion.zsh ├── dotfiles.sh ├── etc ├── X11 │ └── xorg.conf.d │ │ ├── 10-keyboard.conf │ │ ├── 20-radeon.conf │ │ ├── 30-touchpad.conf │ │ ├── 41-lvds-monitor.conf │ │ └── 50-video.conf ├── abs.conf ├── asd.conf ├── bitlbee │ ├── bitlbee.conf │ └── motd.txt ├── chromium │ ├── default │ └── policies │ │ └── managed │ │ └── prefs.json ├── connman │ └── main.conf ├── customizepkg.d │ ├── linux │ ├── linux.config.x86_64 │ ├── linux.enable_additional_cpu_optimizations_for_gcc_v4.9+_kernel_v3.15+.patch │ ├── squid │ ├── st │ └── st.config.h ├── default │ └── grub ├── dnsmasq.conf ├── dnsmasq.d │ ├── ap0.conf │ ├── docker0.conf │ ├── qemu0.conf │ └── static-ip.conf ├── hostapd │ └── hostapd.conf ├── hosts ├── hosts.ap0 ├── hosts.qemu0 ├── init.d │ └── vmware-USBArbitrator ├── issue ├── issue.old ├── kmscon │ └── kmscon.conf ├── laptop-mode │ ├── batt-start │ │ └── drm │ ├── conf.d │ │ ├── ac97-powersave.conf │ │ ├── auto-hibernate.conf │ │ ├── battery-level-polling.conf │ │ ├── bluetooth.conf │ │ ├── configuration-file-control.conf │ │ ├── cpufreq.conf │ │ ├── cpuhotplug.conf │ │ ├── dpms-standby.conf │ │ ├── eee-superhe.conf │ │ ├── ethernet.conf │ │ ├── exec-commands.conf │ │ ├── hal-polling.conf │ │ ├── intel-hda-powersave.conf │ │ ├── intel-sata-powermgmt.conf │ │ ├── intel_pstate.conf │ │ ├── kbd-backlight.conf │ │ ├── lcd-brightness.conf │ │ ├── nmi-watchdog.conf │ │ ├── pcie-aspm.conf │ │ ├── radeon-dpm.conf │ │ ├── runtime-pm.conf │ │ ├── sched-mc-power-savings.conf │ │ ├── sched-smt-power-savings.conf │ │ ├── start-stop-programs.conf │ │ ├── terminal-blanking.conf │ │ ├── vgaswitcheroo.conf │ │ ├── video-out.conf │ │ ├── wireless-ipw-power.conf │ │ ├── wireless-iwl-power.conf │ │ └── wireless-power.conf │ ├── laptop-mode.conf │ └── lm-profiler.conf ├── locale.conf ├── localtime ├── mail.rc ├── makepkg.conf ├── mkinitcpio-lts.conf ├── mkinitcpio.conf ├── mkinitcpio.d │ ├── linux-lts.preset │ └── linux.preset ├── modprobe.d │ ├── ath9k.conf │ ├── audio_powersave.conf │ ├── modprobe.conf │ ├── nobeep.conf │ ├── radeon.conf │ ├── usbcore.conf │ └── vmware-fuse.conf ├── modules-load.d │ ├── ofono.conf │ └── toshiba.conf ├── nodogsplash │ ├── htdocs │ │ ├── images │ │ │ └── splash.jpg │ │ ├── infoskel.html │ │ └── splash.html │ └── nodogsplash.conf ├── pacman.conf ├── pacman.d │ └── mirrorlist ├── pam.d │ ├── su │ └── system-login ├── powerpill │ └── powerpill.json ├── psd.conf ├── qemu-ifdown ├── qemu-ifup ├── resolv.conf ├── samba │ └── smb.conf ├── schroot │ ├── arch │ │ ├── copyfiles │ │ ├── fstab │ │ └── nssdatabases │ ├── schroot.conf │ └── ubuntu │ │ ├── copyfiles │ │ ├── fstab │ │ └── nssdatabases ├── slim.conf ├── slimlock.conf ├── squid │ └── squid.conf ├── ssh │ ├── ssh_config │ ├── ssh_config.d │ │ └── enforce_security.conf │ └── sshd_config ├── sysctl.d │ ├── 50-bpf_jit_enable.conf │ ├── 50-dmesg-restrict.conf │ ├── 50-forward.conf │ ├── 50-kptr-restrict.conf │ ├── 50-ptrace_scope.conf │ ├── dirty.conf │ ├── disable_watchdog.conf │ ├── protected_hard_sym-links.conf │ ├── reuse_time-wait_sockets.conf │ ├── swappiness.conf │ └── tcp_ip_stack_harening.conf ├── systemd │ ├── journald.conf │ ├── logind.conf │ ├── network │ │ ├── 00-eth-dhcp.network │ │ ├── 00-wireless-dhcp.network │ │ └── 01-cdc-ether-dhcp.network │ ├── resolved.conf │ ├── system │ │ ├── connman-vpn.service │ │ ├── ddclient.service │ │ ├── dnsmasq.service │ │ ├── docker.service │ │ ├── efistub-update.path │ │ ├── efistub-update.service │ │ ├── getty@.service.d │ │ │ └── activate-numlock.conf │ │ ├── kexec-load@.service │ │ ├── promiscuous@.service │ │ ├── sshdgenkeys.service │ │ ├── systemd-modules-load.service │ │ ├── thermald.service │ │ ├── tmux@.service │ │ └── virtualbox.service │ └── user.conf ├── udev │ └── rules.d │ │ ├── 30-radeon-pm.rules │ │ ├── 51-android.rules │ │ ├── 70-disable_wol.rules │ │ ├── 70-wifi-powersave.rules │ │ ├── 81-backlight.rules │ │ ├── 99-android.rules │ │ ├── 99-lowbat.rules │ │ ├── bluetooth.rules │ │ ├── dev_power_save.rules │ │ ├── pci_pm.rules │ │ ├── scsi.rules │ │ └── usb_power_save.rules ├── vconsole.conf ├── vimrc ├── yaourtrc └── zsh │ ├── zprofile │ └── zshenv ├── spec.md └── ~ ├── .asoundrc ├── .bash_logout ├── .bash_profile ├── .bashrc ├── .calcurse └── conf ├── .clang-format ├── .cmus ├── autosave └── rc ├── .color_coded ├── .config ├── X11 │ ├── xinitrc │ └── xresources ├── alacritty │ └── alacritty.yml ├── archey3.cfg ├── aria2 │ ├── aria2.conf │ └── session.lock ├── chromium-flags.conf ├── color │ └── icc │ │ ├── ICC_Lenovo_G500s_1366x768_glossy_SAMSUNG__L_ATLTN156AT30L01.icm │ │ ├── ICC_Toshiba_Satellite_C50-A-1JU_1366x768_glossy_LG_Display_LP156WH4_TLN2.icm │ │ └── Toshiba_C50D_A_10E_HD_Glare__LG_Display_LP156WH4_TLN2_.icm ├── composer │ └── composer.json ├── dunst │ └── dunstrc ├── elinks │ └── elinks.conf ├── feednix │ └── config.json ├── fontconfig │ ├── conf.d │ │ ├── 10-symbols.conf │ │ └── 70-no-bitmaps.conf │ └── fonts.conf ├── gemrc ├── git │ ├── attribues │ ├── config │ ├── gitk │ └── ignore ├── gnupg │ ├── gpg-agent.conf │ └── gpg.conf ├── gtk-2.0 │ ├── gtkfilechooser.ini │ └── gtkrc ├── gtk-3.0 │ ├── bookmarks │ ├── custom-papers │ ├── gtk.css │ └── settings.ini ├── hg │ └── hgrc ├── htop │ └── htoprc ├── i3 │ ├── MAIN.sh │ ├── TERM.sh │ ├── aria2c-stat.py │ ├── colorscheme.sh │ ├── config │ ├── conky.conf │ ├── getNetwokStrength.sh │ ├── keymouse.sh │ ├── load_web_ws_layout.sh │ ├── toggle-display │ ├── weather.sh │ └── web_ws_layout.json ├── jupyter │ ├── jupyter_console_config.py │ ├── jupyter_notebook_config.py │ ├── jupyter_qtconsole_config.py │ └── profile_default │ │ └── ipython_config.py ├── ls++ │ └── ls++.conf ├── lyvi │ └── lyvi.conf ├── mailcap ├── mimeapps.list ├── modprobed-db.conf ├── mpd │ └── mpd.conf ├── mplayer │ └── config ├── mpv │ └── mpv.conf ├── ncmpcpp │ └── config ├── newsboat │ ├── config │ └── urls ├── npm │ └── npmrc ├── nvim │ └── init.vim ├── pep8 ├── pip │ └── pip.conf ├── pokoy │ └── pokoyrc ├── proxy.pac ├── pythonrc ├── qutebrowser │ ├── bookmarks │ │ └── urls │ ├── keys.conf │ ├── quickmarks │ ├── qutebrowser.conf │ └── start-page.html ├── redshift.conf ├── surfraw │ └── conf ├── sway │ ├── config │ └── lockscreen.sh ├── sxiv │ └── exec │ │ └── key-handler ├── systemd │ └── user │ │ ├── aria2c.service │ │ ├── getmails.service │ │ ├── getmails.timer │ │ ├── modprobed-db.service │ │ ├── modprobed-db.timer │ │ ├── newsbeuter.service │ │ ├── newsbeuter.timer │ │ ├── polipo.service │ │ ├── tmux@.service │ │ └── transmission.service ├── transmission-daemon │ └── settings.json ├── transmission-remote-cli │ └── settings.cfg ├── transmission │ └── settings.json ├── urxvt │ └── ext │ │ └── font-size ├── user-dirs.dirs ├── user-dirs.locale ├── vifm │ ├── colors │ │ ├── istib-solarized-dark.vifm │ │ └── ls_colors │ └── vifmrc ├── vim │ ├── coc.vim │ ├── common.vim │ ├── lsp.vim │ ├── vimrc │ └── vundle.vim ├── vimpager │ └── vimpagerrc ├── vimperator │ ├── colors │ │ └── indigo.vimp │ ├── plugin │ │ ├── _libly.js │ │ ├── fbshare.js │ │ ├── gbmark.js │ │ └── share.js │ └── vimperatorrc ├── weechat │ ├── alias.conf │ ├── logger.conf │ ├── perl │ │ ├── autoload │ │ │ └── buffers.pl │ │ └── buffers.pl │ └── weechat.conf ├── weston.ini ├── xml │ ├── CatalogManager.properties │ ├── catalog.xml │ ├── graphml.graphdrawing.org │ │ ├── catalog.xml │ │ ├── dtds │ │ │ └── graphml.dtd │ │ └── xmlns │ │ │ └── 1.1 │ │ │ ├── graphml-attributes.xsd │ │ │ ├── graphml-parseinfo.xsd │ │ │ ├── graphml-structure.xsd │ │ │ ├── graphml.xsd │ │ │ └── xlink.xsd │ ├── relaxng.org │ │ ├── mns.rng │ │ ├── nrl.rng │ │ ├── relaxCore.rng │ │ ├── relaxCoreDatatypes.rng │ │ ├── relaxng.rnc │ │ └── relaxng.rng │ ├── schematron │ │ ├── catalog.xml │ │ ├── iso │ │ │ ├── iso-schematron.rnc │ │ │ ├── iso-schematron.xsd │ │ │ ├── svrl.rnc │ │ │ └── svrl.xsd │ │ └── v1.5 │ │ │ ├── schematron1-5.dtd │ │ │ ├── schematron1-5.sch │ │ │ └── schematron1-5.xsd │ ├── www.gupro.de │ │ └── GXL │ │ │ ├── catalog.xml │ │ │ ├── gxl-1.0.dtd │ │ │ ├── gxl-1.0.xsd │ │ │ ├── gxl-1.1.dtd │ │ │ ├── gxl-1.1_attribute.dtd │ │ │ └── gxl-1.1_graph.dtd │ ├── www.oasis-open.org │ │ ├── catalog │ │ │ ├── 1.0 │ │ │ │ └── catalog.dtd │ │ │ ├── 1.1 │ │ │ │ └── catalog.dtd │ │ │ └── catalog.xml │ │ ├── dita │ │ │ └── v1.2 │ │ │ │ ├── dtd │ │ │ │ ├── base │ │ │ │ │ └── dtd │ │ │ │ │ │ ├── basemap.dtd │ │ │ │ │ │ ├── basetopic.dtd │ │ │ │ │ │ ├── commonElements.ent │ │ │ │ │ │ ├── commonElements.mod │ │ │ │ │ │ ├── delayResolutionDomain.ent │ │ │ │ │ │ ├── delayResolutionDomain.mod │ │ │ │ │ │ ├── hazardstatementDomain.ent │ │ │ │ │ │ ├── hazardstatementDomain.mod │ │ │ │ │ │ ├── highlightDomain.ent │ │ │ │ │ │ ├── highlightDomain.mod │ │ │ │ │ │ ├── map.mod │ │ │ │ │ │ ├── mapGroup.ent │ │ │ │ │ │ ├── mapGroup.mod │ │ │ │ │ │ ├── metaDecl.mod │ │ │ │ │ │ ├── tblDecl.mod │ │ │ │ │ │ ├── topic.mod │ │ │ │ │ │ ├── topicDefn.ent │ │ │ │ │ │ ├── utilitiesDomain.ent │ │ │ │ │ │ └── utilitiesDomain.mod │ │ │ │ ├── bookmap │ │ │ │ │ └── dtd │ │ │ │ │ │ ├── bookmap.dtd │ │ │ │ │ │ ├── bookmap.ent │ │ │ │ │ │ └── bookmap.mod │ │ │ │ ├── catalog-dita.xml │ │ │ │ ├── ditaval │ │ │ │ │ └── dtd │ │ │ │ │ │ └── ditaval.dtd │ │ │ │ ├── learning │ │ │ │ │ └── dtd │ │ │ │ │ │ ├── learningAssessment.dtd │ │ │ │ │ │ ├── learningAssessment.ent │ │ │ │ │ │ ├── learningAssessment.mod │ │ │ │ │ │ ├── learningBase.ent │ │ │ │ │ │ ├── learningBase.mod │ │ │ │ │ │ ├── learningBookmap.dtd │ │ │ │ │ │ ├── learningContent.dtd │ │ │ │ │ │ ├── learningContent.ent │ │ │ │ │ │ ├── learningContent.mod │ │ │ │ │ │ ├── learningDomain.ent │ │ │ │ │ │ ├── learningDomain.mod │ │ │ │ │ │ ├── learningInteractionBaseDomain.ent │ │ │ │ │ │ ├── learningInteractionBaseDomain.mod │ │ │ │ │ │ ├── learningMap.dtd │ │ │ │ │ │ ├── learningMapDomain.ent │ │ │ │ │ │ ├── learningMapDomain.mod │ │ │ │ │ │ ├── learningMetadataDomain.ent │ │ │ │ │ │ ├── learningMetadataDomain.mod │ │ │ │ │ │ ├── learningOverview.dtd │ │ │ │ │ │ ├── learningOverview.ent │ │ │ │ │ │ ├── learningOverview.mod │ │ │ │ │ │ ├── learningPlan.dtd │ │ │ │ │ │ ├── learningPlan.ent │ │ │ │ │ │ ├── learningPlan.mod │ │ │ │ │ │ ├── learningSummary.dtd │ │ │ │ │ │ ├── learningSummary.ent │ │ │ │ │ │ └── learningSummary.mod │ │ │ │ ├── machineryIndustry │ │ │ │ │ └── dtd │ │ │ │ │ │ ├── machineryTask.dtd │ │ │ │ │ │ └── machineryTaskbodyConstraint.mod │ │ │ │ ├── subjectScheme │ │ │ │ │ └── dtd │ │ │ │ │ │ ├── classifyDomain.ent │ │ │ │ │ │ ├── classifyDomain.mod │ │ │ │ │ │ ├── classifyMap.dtd │ │ │ │ │ │ ├── subjectScheme.dtd │ │ │ │ │ │ ├── subjectScheme.ent │ │ │ │ │ │ └── subjectScheme.mod │ │ │ │ ├── technicalContent │ │ │ │ │ └── dtd │ │ │ │ │ │ ├── abbreviateDomain.ent │ │ │ │ │ │ ├── abbreviateDomain.mod │ │ │ │ │ │ ├── concept.dtd │ │ │ │ │ │ ├── concept.ent │ │ │ │ │ │ ├── concept.mod │ │ │ │ │ │ ├── ditabase.dtd │ │ │ │ │ │ ├── generalTask.dtd │ │ │ │ │ │ ├── glossary.dtd │ │ │ │ │ │ ├── glossary.ent │ │ │ │ │ │ ├── glossary.mod │ │ │ │ │ │ ├── glossentry.dtd │ │ │ │ │ │ ├── glossentry.ent │ │ │ │ │ │ ├── glossentry.mod │ │ │ │ │ │ ├── glossgroup.dtd │ │ │ │ │ │ ├── glossgroup.ent │ │ │ │ │ │ ├── glossgroup.mod │ │ │ │ │ │ ├── glossrefDomain.ent │ │ │ │ │ │ ├── glossrefDomain.mod │ │ │ │ │ │ ├── map.dtd │ │ │ │ │ │ ├── programmingDomain.ent │ │ │ │ │ │ ├── programmingDomain.mod │ │ │ │ │ │ ├── reference.dtd │ │ │ │ │ │ ├── reference.ent │ │ │ │ │ │ ├── reference.mod │ │ │ │ │ │ ├── softwareDomain.ent │ │ │ │ │ │ ├── softwareDomain.mod │ │ │ │ │ │ ├── strictTaskbodyConstraint.mod │ │ │ │ │ │ ├── task.dtd │ │ │ │ │ │ ├── task.ent │ │ │ │ │ │ ├── task.mod │ │ │ │ │ │ ├── taskreqDomain.ent │ │ │ │ │ │ ├── taskreqDomain.mod │ │ │ │ │ │ ├── topic.dtd │ │ │ │ │ │ ├── uiDomain.ent │ │ │ │ │ │ └── uiDomain.mod │ │ │ │ └── xnal │ │ │ │ │ └── dtd │ │ │ │ │ ├── xnalDomain.ent │ │ │ │ │ └── xnalDomain.mod │ │ │ │ └── xsd │ │ │ │ ├── base │ │ │ │ └── xsd │ │ │ │ │ ├── basemap.xsd │ │ │ │ │ ├── basetopic.xsd │ │ │ │ │ ├── commonElementGrp.xsd │ │ │ │ │ ├── commonElementMod.xsd │ │ │ │ │ ├── delayResolutionDomain.xsd │ │ │ │ │ ├── ditaarch.xsd │ │ │ │ │ ├── hazardstatementDomain.xsd │ │ │ │ │ ├── highlightDomain.xsd │ │ │ │ │ ├── indexingDomain.xsd │ │ │ │ │ ├── mapGroupMod.xsd │ │ │ │ │ ├── mapGrp.xsd │ │ │ │ │ ├── mapMod.xsd │ │ │ │ │ ├── metaDeclGrp.xsd │ │ │ │ │ ├── metaDeclMod.xsd │ │ │ │ │ ├── tblDeclGrp.xsd │ │ │ │ │ ├── tblDeclMod.xsd │ │ │ │ │ ├── topicGrp.xsd │ │ │ │ │ ├── topicMod.xsd │ │ │ │ │ ├── utilitiesDomain.xsd │ │ │ │ │ └── xml.xsd │ │ │ │ ├── bookmap │ │ │ │ └── xsd │ │ │ │ │ ├── bookmap.xsd │ │ │ │ │ ├── bookmapGrp.xsd │ │ │ │ │ └── bookmapMod.xsd │ │ │ │ ├── catalog-dita-xsd.xml │ │ │ │ ├── ditaval │ │ │ │ └── xsd │ │ │ │ │ └── ditaval.xsd │ │ │ │ ├── learning │ │ │ │ └── xsd │ │ │ │ │ ├── learningAssessment.xsd │ │ │ │ │ ├── learningAssessmentGrp.xsd │ │ │ │ │ ├── learningAssessmentMod.xsd │ │ │ │ │ ├── learningBaseGrp.xsd │ │ │ │ │ ├── learningBaseMod.xsd │ │ │ │ │ ├── learningBookmap.xsd │ │ │ │ │ ├── learningContent.xsd │ │ │ │ │ ├── learningContentGrp.xsd │ │ │ │ │ ├── learningContentMod.xsd │ │ │ │ │ ├── learningDomain.xsd │ │ │ │ │ ├── learningInteractionBaseDomain.xsd │ │ │ │ │ ├── learningMap.xsd │ │ │ │ │ ├── learningMapDomain.xsd │ │ │ │ │ ├── learningMapGrp.xsd │ │ │ │ │ ├── learningMetadataDomain.xsd │ │ │ │ │ ├── learningOverview.xsd │ │ │ │ │ ├── learningOverviewGrp.xsd │ │ │ │ │ ├── learningOverviewMod.xsd │ │ │ │ │ ├── learningPlan.xsd │ │ │ │ │ ├── learningPlanGrp.xsd │ │ │ │ │ ├── learningPlanMod.xsd │ │ │ │ │ ├── learningSummary.xsd │ │ │ │ │ ├── learningSummaryGrp.xsd │ │ │ │ │ └── learningSummaryMod.xsd │ │ │ │ ├── machineryIndustry │ │ │ │ └── xsd │ │ │ │ │ ├── machineryTask.xsd │ │ │ │ │ ├── machineryTaskbodyConstraintIntMod.xsd │ │ │ │ │ └── machineryTaskbodyConstraintMod.xsd │ │ │ │ ├── subjectScheme │ │ │ │ └── xsd │ │ │ │ │ ├── classifyDomain.xsd │ │ │ │ │ ├── classifyMap.xsd │ │ │ │ │ ├── subjectScheme.xsd │ │ │ │ │ ├── subjectSchemeGrp.xsd │ │ │ │ │ └── subjectSchemeMod.xsd │ │ │ │ ├── technicalContent │ │ │ │ └── xsd │ │ │ │ │ ├── abbreviateDomain.xsd │ │ │ │ │ ├── concept.xsd │ │ │ │ │ ├── conceptGrp.xsd │ │ │ │ │ ├── conceptMod.xsd │ │ │ │ │ ├── ditabase.xsd │ │ │ │ │ ├── ditabaseMod.xsd │ │ │ │ │ ├── generalTask.xsd │ │ │ │ │ ├── glossary.xsd │ │ │ │ │ ├── glossaryGrp.xsd │ │ │ │ │ ├── glossaryMod.xsd │ │ │ │ │ ├── glossentry.xsd │ │ │ │ │ ├── glossentryGrp.xsd │ │ │ │ │ ├── glossentryMod.xsd │ │ │ │ │ ├── glossgroup.xsd │ │ │ │ │ ├── glossgroupGrp.xsd │ │ │ │ │ ├── glossgroupMod.xsd │ │ │ │ │ ├── glossrefDomain.xsd │ │ │ │ │ ├── map.xsd │ │ │ │ │ ├── programmingDomain.xsd │ │ │ │ │ ├── reference.xsd │ │ │ │ │ ├── referenceGrp.xsd │ │ │ │ │ ├── referenceMod.xsd │ │ │ │ │ ├── softwareDomain.xsd │ │ │ │ │ ├── strictTaskbodyConstraintMod.xsd │ │ │ │ │ ├── task.xsd │ │ │ │ │ ├── taskGrp.xsd │ │ │ │ │ ├── taskMod.xsd │ │ │ │ │ ├── taskreqDomain.xsd │ │ │ │ │ ├── topic.xsd │ │ │ │ │ └── uiDomain.xsd │ │ │ │ └── xnal │ │ │ │ └── xsd │ │ │ │ └── xnalDomain.xsd │ │ └── docbook │ │ │ ├── 4.1.1 │ │ │ ├── 40chg.txt │ │ │ ├── 41chg.txt │ │ │ ├── ChangeLog │ │ │ ├── calstblx.dtd │ │ │ ├── catalog.xml │ │ │ ├── dbcentx.mod │ │ │ ├── dbgenent.mod │ │ │ ├── dbhierx.mod │ │ │ ├── dbnotnx.mod │ │ │ ├── dbpoolx.mod │ │ │ ├── docbookx.dtd │ │ │ ├── readme.txt │ │ │ └── soextblx.dtd │ │ │ ├── 4.1.2 │ │ │ ├── 40chg.txt │ │ │ ├── 41chg.txt │ │ │ ├── ChangeLog │ │ │ ├── LostLog │ │ │ ├── calstblx.dtd │ │ │ ├── catalog.xml │ │ │ ├── dbcentx.mod │ │ │ ├── dbgenent.mod │ │ │ ├── dbhierx.mod │ │ │ ├── dbnotnx.mod │ │ │ ├── dbpoolx.mod │ │ │ ├── docbookx.dtd │ │ │ ├── readme.txt │ │ │ └── soextblx.dtd │ │ │ ├── 4.1 │ │ │ ├── 40chg.txt │ │ │ ├── 41chg.txt │ │ │ ├── ChangeLog │ │ │ ├── calstblx.dtd │ │ │ ├── catalog.xml │ │ │ ├── dbcentx.mod │ │ │ ├── dbgenent.ent │ │ │ ├── dbhierx.mod │ │ │ ├── dbnotnx.mod │ │ │ ├── dbpoolx.mod │ │ │ ├── docbookx.dtd │ │ │ ├── readme.txt │ │ │ └── soextblx.dtd │ │ │ ├── 4.2 │ │ │ ├── ChangeLog │ │ │ ├── README │ │ │ ├── calstblx.dtd │ │ │ ├── catalog.xml │ │ │ ├── dbcentx.mod │ │ │ ├── dbgenent.mod │ │ │ ├── dbhierx.mod │ │ │ ├── dbnotnx.mod │ │ │ ├── dbpoolx.mod │ │ │ ├── docbookx.dtd │ │ │ └── soextblx.dtd │ │ │ ├── 4.3 │ │ │ ├── ChangeLog │ │ │ ├── README │ │ │ ├── calstblx.dtd │ │ │ ├── catalog.xml │ │ │ ├── dbcentx.mod │ │ │ ├── dbgenent.mod │ │ │ ├── dbhierx.mod │ │ │ ├── dbnotnx.mod │ │ │ ├── dbpoolx.mod │ │ │ ├── docbookx.dtd │ │ │ ├── htmltblx.mod │ │ │ └── soextblx.dtd │ │ │ ├── 4.4 │ │ │ ├── ChangeLog │ │ │ ├── README │ │ │ ├── calstblx.dtd │ │ │ ├── catalog.xml │ │ │ ├── dbcentx.mod │ │ │ ├── dbgenent.mod │ │ │ ├── dbhierx.mod │ │ │ ├── dbnotnx.mod │ │ │ ├── dbpoolx.mod │ │ │ ├── docbookx.dtd │ │ │ ├── htmltblx.mod │ │ │ └── soextblx.dtd │ │ │ ├── 4.5 │ │ │ ├── ChangeLog │ │ │ ├── README │ │ │ ├── calstblx.dtd │ │ │ ├── catalog.xml │ │ │ ├── dbcentx.mod │ │ │ ├── dbgenent.mod │ │ │ ├── dbhierx.mod │ │ │ ├── dbnotnx.mod │ │ │ ├── dbpoolx.mod │ │ │ ├── docbookx.dtd │ │ │ ├── htmltblx.mod │ │ │ └── soextblx.dtd │ │ │ ├── ebnf │ │ │ ├── 1.0 │ │ │ │ ├── dbebnf.dtd │ │ │ │ └── testebnf.xml │ │ │ ├── 1.1CR1 │ │ │ │ ├── dbebnf.dtd │ │ │ │ └── testebnf.xml │ │ │ ├── 1.2CR1 │ │ │ │ ├── dbebnf.dtd │ │ │ │ └── testebnf.xml │ │ │ └── catalog.xml │ │ │ ├── htmlforms │ │ │ ├── 1.0 │ │ │ │ ├── dbforms.dtd │ │ │ │ └── testform.xml │ │ │ ├── 1.1 │ │ │ │ ├── dbforms.dtd │ │ │ │ └── testform.xml │ │ │ ├── 1.2CR1 │ │ │ │ ├── dbforms.dtd │ │ │ │ └── testform.xml │ │ │ └── catalog.xml │ │ │ ├── mathml │ │ │ ├── 1.0 │ │ │ │ ├── dbmathml.dtd │ │ │ │ └── testmath.xml │ │ │ ├── 1.1CR1 │ │ │ │ ├── dbmathml.dtd │ │ │ │ └── testmath.xml │ │ │ └── catalog.xml │ │ │ ├── simple │ │ │ ├── 1.0 │ │ │ │ ├── sdbcent.mod │ │ │ │ ├── sdbhier.mod │ │ │ │ ├── sdbpool.mod │ │ │ │ ├── sdocbook-custom.dtd │ │ │ │ ├── sdocbook.dtd │ │ │ │ ├── sdocbookref-custom.dtd │ │ │ │ ├── sdocbookref.dtd │ │ │ │ └── sinclist.mod │ │ │ ├── 1.1 │ │ │ │ ├── sdbcent.mod │ │ │ │ ├── sdbhier.mod │ │ │ │ ├── sdbpool.mod │ │ │ │ ├── sdocbook-custom.dtd │ │ │ │ ├── sdocbook.dtd │ │ │ │ ├── sdocbookref-custom.dtd │ │ │ │ ├── sdocbookref.dtd │ │ │ │ └── sinclist.mod │ │ │ ├── 1.2CR1 │ │ │ │ ├── sdbcent.mod │ │ │ │ ├── sdbhier.mod │ │ │ │ ├── sdbpool.mod │ │ │ │ ├── sdocbook-custom.dtd │ │ │ │ ├── sdocbook.dtd │ │ │ │ ├── sdocbookref-custom.dtd │ │ │ │ ├── sdocbookref.dtd │ │ │ │ └── sinclist.mod │ │ │ ├── 4.1.2.5 │ │ │ │ ├── sdbcent.mod │ │ │ │ ├── sdbhier.mod │ │ │ │ ├── sdbpool.mod │ │ │ │ ├── sdocbook-custom.dtd │ │ │ │ ├── sdocbook.dtd │ │ │ │ ├── sdocbookref-custom.dtd │ │ │ │ ├── sdocbookref.dtd │ │ │ │ └── sinclist.mod │ │ │ └── catalog.xml │ │ │ └── svg │ │ │ ├── 1.0CR1 │ │ │ ├── dbsvg.dtd │ │ │ └── testsvg.xml │ │ │ ├── 1.1CR1 │ │ │ ├── dbsvg.dtd │ │ │ └── testsvg.xml │ │ │ └── catalog.xml │ ├── www.openmobilealliance.org │ │ └── tech │ │ │ └── DTD │ │ │ ├── catalog.xml │ │ │ ├── xhtml-mobile11-model-1.mod │ │ │ ├── xhtml-mobile11.dtd │ │ │ ├── xhtml-mobile12-model-1.mod │ │ │ ├── xhtml-mobile12.dtd │ │ │ └── xhtmlmp12-form-1.mod │ ├── www.w3.org │ │ ├── entities │ │ │ ├── 2007 │ │ │ │ ├── html5-uppercase.ent │ │ │ │ ├── htmlmathml.ent │ │ │ │ ├── isoamsa.ent │ │ │ │ ├── isoamsb.ent │ │ │ │ ├── isoamsc.ent │ │ │ │ ├── isoamsn.ent │ │ │ │ ├── isoamso.ent │ │ │ │ ├── isoamsr.ent │ │ │ │ ├── isobox.ent │ │ │ │ ├── isocyr1.ent │ │ │ │ ├── isocyr2.ent │ │ │ │ ├── isodia.ent │ │ │ │ ├── isogrk1.ent │ │ │ │ ├── isogrk2.ent │ │ │ │ ├── isogrk3.ent │ │ │ │ ├── isogrk4.ent │ │ │ │ ├── isolat1.ent │ │ │ │ ├── isolat2.ent │ │ │ │ ├── isomfrk.ent │ │ │ │ ├── isomopf.ent │ │ │ │ ├── isomscr.ent │ │ │ │ ├── isonum.ent │ │ │ │ ├── isopub.ent │ │ │ │ ├── isotech.ent │ │ │ │ ├── mmlalias.ent │ │ │ │ ├── mmlextra.ent │ │ │ │ ├── predefined.ent │ │ │ │ ├── w3centities.ent │ │ │ │ ├── xhtml1-lat1.ent │ │ │ │ ├── xhtml1-special.ent │ │ │ │ └── xhtml1-symbol.ent │ │ │ ├── catalog.xml │ │ │ ├── iso8879 │ │ │ │ ├── isoamsa.ent │ │ │ │ ├── isoamsb.ent │ │ │ │ ├── isoamsc.ent │ │ │ │ ├── isoamsn.ent │ │ │ │ ├── isoamso.ent │ │ │ │ ├── isoamsr.ent │ │ │ │ ├── isobox.ent │ │ │ │ ├── isocyr1.ent │ │ │ │ ├── isocyr2.ent │ │ │ │ ├── isodia.ent │ │ │ │ ├── isogrk1.ent │ │ │ │ ├── isogrk2.ent │ │ │ │ ├── isogrk3.ent │ │ │ │ ├── isogrk4.ent │ │ │ │ ├── isolat1.ent │ │ │ │ ├── isolat2.ent │ │ │ │ ├── isonum.ent │ │ │ │ ├── isopub.ent │ │ │ │ └── isotech.ent │ │ │ ├── iso9573-1991 │ │ │ │ ├── isoamsa.ent │ │ │ │ ├── isoamsb.ent │ │ │ │ ├── isoamsc.ent │ │ │ │ ├── isoamsn.ent │ │ │ │ ├── isoamso.ent │ │ │ │ ├── isoamsr.ent │ │ │ │ ├── isogrk3.ent │ │ │ │ ├── isogrk4.ent │ │ │ │ ├── isomfrk.ent │ │ │ │ ├── isomopf.ent │ │ │ │ ├── isomscr.ent │ │ │ │ └── isotech.ent │ │ │ └── iso9573-2003 │ │ │ │ ├── isoamsa.ent │ │ │ │ ├── isoamsb.ent │ │ │ │ ├── isoamsc.ent │ │ │ │ ├── isoamsn.ent │ │ │ │ ├── isoamso.ent │ │ │ │ ├── isoamsr.ent │ │ │ │ ├── isobox.ent │ │ │ │ ├── isocyr1.ent │ │ │ │ ├── isocyr2.ent │ │ │ │ ├── isodia.ent │ │ │ │ ├── isogrk1.ent │ │ │ │ ├── isogrk2.ent │ │ │ │ ├── isogrk3.ent │ │ │ │ ├── isogrk4.ent │ │ │ │ ├── isolat1.ent │ │ │ │ ├── isolat2.ent │ │ │ │ ├── isomfrk.ent │ │ │ │ ├── isomopf.ent │ │ │ │ ├── isomscr.ent │ │ │ │ ├── isonum.ent │ │ │ │ ├── isopub.ent │ │ │ │ └── isotech.ent │ │ ├── html401-rdfa │ │ │ ├── catalog.xml │ │ │ └── html401-rdfa11-1.dtd │ │ ├── html401 │ │ │ ├── HTMLlat1.ent │ │ │ ├── HTMLspecial.ent │ │ │ ├── HTMLsymbol.ent │ │ │ ├── catalog.xml │ │ │ ├── frameset.dtd │ │ │ ├── loose.dtd │ │ │ └── strict.dtd │ │ ├── mathml2 │ │ │ ├── catalog.xml │ │ │ ├── iso8879 │ │ │ │ ├── isoamsa.ent │ │ │ │ ├── isoamsb.ent │ │ │ │ ├── isoamsc.ent │ │ │ │ ├── isoamsn.ent │ │ │ │ ├── isoamso.ent │ │ │ │ ├── isoamsr.ent │ │ │ │ ├── isobox.ent │ │ │ │ ├── isocyr1.ent │ │ │ │ ├── isocyr2.ent │ │ │ │ ├── isodia.ent │ │ │ │ ├── isogrk1.ent │ │ │ │ ├── isogrk2.ent │ │ │ │ ├── isogrk3.ent │ │ │ │ ├── isogrk4.ent │ │ │ │ ├── isolat1.ent │ │ │ │ ├── isolat2.ent │ │ │ │ ├── isonum.ent │ │ │ │ ├── isopub.ent │ │ │ │ └── isotech.ent │ │ │ ├── iso9573-13 │ │ │ │ ├── isoamsa.ent │ │ │ │ ├── isoamsb.ent │ │ │ │ ├── isoamsc.ent │ │ │ │ ├── isoamsn.ent │ │ │ │ ├── isoamso.ent │ │ │ │ ├── isoamsr.ent │ │ │ │ ├── isogrk3.ent │ │ │ │ ├── isogrk4.ent │ │ │ │ ├── isomfrk.ent │ │ │ │ ├── isomopf.ent │ │ │ │ ├── isomscr.ent │ │ │ │ └── isotech.ent │ │ │ ├── mathml │ │ │ │ ├── mmlalias.ent │ │ │ │ └── mmlextra.ent │ │ │ ├── mathml2-qname-1.mod │ │ │ ├── mathml2.dtd │ │ │ └── xhtml-math11-f.dtd │ │ ├── mathml3 │ │ │ ├── catalog.xml │ │ │ ├── mathml3-qname.mod │ │ │ └── mathml3.dtd │ │ ├── svg │ │ │ └── 1.1 │ │ │ │ ├── catalog.xml │ │ │ │ ├── svg-animation.mod │ │ │ │ ├── svg-animevents-attrib.mod │ │ │ │ ├── svg-basic-clip.mod │ │ │ │ ├── svg-basic-color.mod │ │ │ │ ├── svg-basic-filter.mod │ │ │ │ ├── svg-basic-font.mod │ │ │ │ ├── svg-basic-graphics-attrib.mod │ │ │ │ ├── svg-basic-paint-attrib.mod │ │ │ │ ├── svg-basic-structure.mod │ │ │ │ ├── svg-basic-text.mod │ │ │ │ ├── svg-clip.mod │ │ │ │ ├── svg-color.mod │ │ │ │ ├── svg-conditional.mod │ │ │ │ ├── svg-container-attrib.mod │ │ │ │ ├── svg-core-attrib.mod │ │ │ │ ├── svg-cursor.mod │ │ │ │ ├── svg-datatypes.mod │ │ │ │ ├── svg-docevents-attrib.mod │ │ │ │ ├── svg-extensibility.mod │ │ │ │ ├── svg-extresources-attrib.mod │ │ │ │ ├── svg-filter.mod │ │ │ │ ├── svg-font.mod │ │ │ │ ├── svg-framework.mod │ │ │ │ ├── svg-gradient.mod │ │ │ │ ├── svg-graphevents-attrib.mod │ │ │ │ ├── svg-graphics-attrib.mod │ │ │ │ ├── svg-hyperlink.mod │ │ │ │ ├── svg-image.mod │ │ │ │ ├── svg-marker.mod │ │ │ │ ├── svg-mask.mod │ │ │ │ ├── svg-opacity-attrib.mod │ │ │ │ ├── svg-paint-attrib.mod │ │ │ │ ├── svg-pattern.mod │ │ │ │ ├── svg-profile.mod │ │ │ │ ├── svg-qname.mod │ │ │ │ ├── svg-script.mod │ │ │ │ ├── svg-shape.mod │ │ │ │ ├── svg-structure.mod │ │ │ │ ├── svg-style.mod │ │ │ │ ├── svg-text.mod │ │ │ │ ├── svg-view.mod │ │ │ │ ├── svg-viewport-attrib.mod │ │ │ │ ├── svg-xlink-attrib.mod │ │ │ │ ├── svg11-attribs.mod │ │ │ │ ├── svg11-basic-attribs.mod │ │ │ │ ├── svg11-basic-flat.dtd │ │ │ │ ├── svg11-basic-model.mod │ │ │ │ ├── svg11-basic.dtd │ │ │ │ ├── svg11-flat-20110816.dtd │ │ │ │ ├── svg11-flat.dtd │ │ │ │ ├── svg11-model.mod │ │ │ │ ├── svg11-tiny-attribs.mod │ │ │ │ ├── svg11-tiny-flat.dtd │ │ │ │ ├── svg11-tiny-model.mod │ │ │ │ ├── svg11-tiny.dtd │ │ │ │ └── svg11.dtd │ │ ├── xhtml-aria │ │ │ ├── aria-attributes-1.mod │ │ │ ├── catalog.xml │ │ │ └── xhtml-aria-1.dtd │ │ ├── xhtml-basic │ │ │ ├── catalog.xml │ │ │ ├── xhtml-basic10-model-1.mod │ │ │ ├── xhtml-basic10.dtd │ │ │ ├── xhtml-basic11-model-1.mod │ │ │ └── xhtml-basic11.dtd │ │ ├── xhtml-math-svg │ │ │ ├── catalog.xml │ │ │ └── xhtml-math-svg.dtd │ │ ├── xhtml-modularization │ │ │ ├── catalog.xml │ │ │ ├── xhtml-applet-1.mod │ │ │ ├── xhtml-arch-1.mod │ │ │ ├── xhtml-attribs-1.mod │ │ │ ├── xhtml-base-1.mod │ │ │ ├── xhtml-basic-form-1.mod │ │ │ ├── xhtml-basic-table-1.mod │ │ │ ├── xhtml-bdo-1.mod │ │ │ ├── xhtml-blkphras-1.mod │ │ │ ├── xhtml-blkpres-1.mod │ │ │ ├── xhtml-blkstruct-1.mod │ │ │ ├── xhtml-charent-1.mod │ │ │ ├── xhtml-csismap-1.mod │ │ │ ├── xhtml-datatypes-1.mod │ │ │ ├── xhtml-edit-1.mod │ │ │ ├── xhtml-events-1.mod │ │ │ ├── xhtml-form-1.mod │ │ │ ├── xhtml-frames-1.mod │ │ │ ├── xhtml-framework-1.mod │ │ │ ├── xhtml-hypertext-1.mod │ │ │ ├── xhtml-iframe-1.mod │ │ │ ├── xhtml-image-1.mod │ │ │ ├── xhtml-inlphras-1.mod │ │ │ ├── xhtml-inlpres-1.mod │ │ │ ├── xhtml-inlstruct-1.mod │ │ │ ├── xhtml-inlstyle-1.mod │ │ │ ├── xhtml-inputmode-1.mod │ │ │ ├── xhtml-lat1.ent │ │ │ ├── xhtml-legacy-1.mod │ │ │ ├── xhtml-legacy-redecl-1.mod │ │ │ ├── xhtml-link-1.mod │ │ │ ├── xhtml-list-1.mod │ │ │ ├── xhtml-meta-1.mod │ │ │ ├── xhtml-nameident-1.mod │ │ │ ├── xhtml-notations-1.mod │ │ │ ├── xhtml-object-1.mod │ │ │ ├── xhtml-param-1.mod │ │ │ ├── xhtml-pres-1.mod │ │ │ ├── xhtml-qname-1.mod │ │ │ ├── xhtml-role-1.mod │ │ │ ├── xhtml-role-qname-1.mod │ │ │ ├── xhtml-ruby-1.mod │ │ │ ├── xhtml-script-1.mod │ │ │ ├── xhtml-special.ent │ │ │ ├── xhtml-ssismap-1.mod │ │ │ ├── xhtml-struct-1.mod │ │ │ ├── xhtml-style-1.mod │ │ │ ├── xhtml-symbol.ent │ │ │ ├── xhtml-table-1.mod │ │ │ ├── xhtml-target-1.mod │ │ │ ├── xhtml-text-1.mod │ │ │ └── xhtml11-arch.dtd │ │ ├── xhtml-print │ │ │ ├── catalog.xml │ │ │ ├── xhtml-print10-model-1.mod │ │ │ └── xhtml-print10.dtd │ │ ├── xhtml-rdfa │ │ │ ├── catalog.xml │ │ │ ├── xhtml-metaAttributes-2.mod │ │ │ ├── xhtml-rdfa-2.dtd │ │ │ └── xhtml-rdfa-model-2.mod │ │ ├── xhtml1 │ │ │ ├── catalog.xml │ │ │ ├── xhtml1-frameset.dtd │ │ │ ├── xhtml1-strict.dtd │ │ │ └── xhtml1-transitional.dtd │ │ ├── xhtml11 │ │ │ ├── catalog.xml │ │ │ ├── xhtml11-model-1.mod │ │ │ └── xhtml11.dtd │ │ ├── xinclude │ │ │ ├── catalog.xml │ │ │ ├── xinclude.dtd │ │ │ └── xinclude.xsd │ │ ├── xlink │ │ │ ├── catalog.xml │ │ │ ├── xlink-schema.sch │ │ │ ├── xlink.dtd │ │ │ └── xlink.xsd │ │ ├── xml │ │ │ ├── catalog.xml │ │ │ └── xml.xsd │ │ ├── xmlschema │ │ │ ├── XMLSchema.dtd │ │ │ ├── XMLSchema.xsd │ │ │ ├── catalog.xml │ │ │ └── datatypes.dtd │ │ └── xslt │ │ │ ├── schema-for-xslt20.xsd │ │ │ ├── xslt.rng │ │ │ ├── xslt10.dtd │ │ │ ├── xslt10.rnc │ │ │ ├── xslt20.rnc │ │ │ └── xslt30.rnc │ ├── www.wapforum.org │ │ └── DTD │ │ │ ├── catalog.xml │ │ │ ├── xhtml-mobile10-model-1.mod │ │ │ └── xhtml-mobile10.dtd │ └── www.web3d.org │ │ ├── catalog.xml │ │ ├── x3d-3.0-InputOutputFields.dtd │ │ ├── x3d-3.0-Web3dExtensions.dtd │ │ ├── x3d-3.0-Web3dExtensionsAmendment1.dtd │ │ ├── x3d-3.0-Web3dExtensionsAmendment1.xsd │ │ ├── x3d-3.0-Web3dExtensionsPrivate.dtd │ │ ├── x3d-3.0-Web3dExtensionsPrivate.xsd │ │ ├── x3d-3.0-Web3dExtensionsPublic.Specification.dtd │ │ ├── x3d-3.0-Web3dExtensionsPublic.Specification.xsd │ │ ├── x3d-3.0-Web3dExtensionsPublic.dtd │ │ ├── x3d-3.0-Web3dExtensionsPublic.xsd │ │ ├── x3d-3.0.dtd │ │ ├── x3d-3.0.xsd │ │ ├── x3d-3.1-InputOutputFields.dtd │ │ ├── x3d-3.1-Web3dExtensionsPrivate.dtd │ │ ├── x3d-3.1-Web3dExtensionsPrivate.xsd │ │ ├── x3d-3.1-Web3dExtensionsPublic.Specification.dtd │ │ ├── x3d-3.1-Web3dExtensionsPublic.Specification.xsd │ │ ├── x3d-3.1-Web3dExtensionsPublic.dtd │ │ ├── x3d-3.1-Web3dExtensionsPublic.xsd │ │ ├── x3d-3.1.dtd │ │ ├── x3d-3.1.xsd │ │ ├── x3d-3.2-InputOutputFields.dtd │ │ ├── x3d-3.2-Web3dExtensionsPrivate.dtd │ │ ├── x3d-3.2-Web3dExtensionsPrivate.xsd │ │ ├── x3d-3.2-Web3dExtensionsPublic.Specification.dtd │ │ ├── x3d-3.2-Web3dExtensionsPublic.Specification.xsd │ │ ├── x3d-3.2-Web3dExtensionsPublic.dtd │ │ ├── x3d-3.2-Web3dExtensionsPublic.xsd │ │ ├── x3d-3.2.dtd │ │ └── x3d-3.2.xsd ├── zathura │ └── zathurarc └── zsh │ ├── .zlogout │ ├── .zprofile │ ├── .zshrc │ ├── 00-environment.zsh │ ├── 00-wayland │ ├── 01-envars.zsh │ ├── 01-setopt.zsh │ ├── 02-aliases.zsh │ ├── 02-autocomplete.zsh │ ├── 02-functions.zsh │ ├── 02-proxy.zsh │ ├── 03-bindkeys.zsh │ ├── 03-tools.zsh │ ├── 06-prompt.zsh │ ├── 06-syntax-rules.zsh │ ├── 07-zstyle.zsh │ ├── 08-line-editor.zsh │ ├── 09-secrets-env.zsh │ ├── 09-vocal.zsh │ └── zsh_path.sh ├── .ctags ├── .curlrc ├── .hgignore ├── .jshintrc ├── .keynavrc ├── .mozilla └── firefox │ ├── default │ ├── chrome │ │ └── userChrome.css │ ├── search-metadata.json │ ├── searchplugins │ │ └── duckduckgo.xml │ └── user.js │ └── profiles.ini ├── .mrconfig ├── .mutt ├── gpgrc └── muttrc ├── .polipo ├── .ssh └── config ├── .tern-config ├── .tmux.conf ├── .todo.cfg ├── .urlview ├── .vmware └── preferences ├── .xmodmap └── .ycm_extra_conf.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /ansible/bootstrap-arch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/ansible/bootstrap-arch.yaml -------------------------------------------------------------------------------- /ansible/group_vars/arch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/ansible/group_vars/arch.yaml -------------------------------------------------------------------------------- /ansible/group_vars/pacakges.ubuntu.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/ansible/group_vars/pacakges.ubuntu.yaml -------------------------------------------------------------------------------- /ansible/group_vars/repos.ubuntu.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/ansible/group_vars/repos.ubuntu.yaml -------------------------------------------------------------------------------- /bin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/README.md -------------------------------------------------------------------------------- /bin/android: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/android -------------------------------------------------------------------------------- /bin/android-studio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/android-studio -------------------------------------------------------------------------------- /bin/ap0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/ap0 -------------------------------------------------------------------------------- /bin/aria2c-daemon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/aria2c-daemon -------------------------------------------------------------------------------- /bin/centos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/centos -------------------------------------------------------------------------------- /bin/chromium: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/chromium -------------------------------------------------------------------------------- /bin/clean-downloads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/clean-downloads -------------------------------------------------------------------------------- /bin/docker-proxyfy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/docker-proxyfy -------------------------------------------------------------------------------- /bin/dota2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/dota2 -------------------------------------------------------------------------------- /bin/firefox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/firefox -------------------------------------------------------------------------------- /bin/getmails: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/getmails -------------------------------------------------------------------------------- /bin/go-full-hd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/go-full-hd -------------------------------------------------------------------------------- /bin/lsof_proc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/lsof_proc -------------------------------------------------------------------------------- /bin/popcorntime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/popcorntime -------------------------------------------------------------------------------- /bin/presentation-mode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/presentation-mode -------------------------------------------------------------------------------- /bin/reconf-squid-db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/reconf-squid-db -------------------------------------------------------------------------------- /bin/sync-all: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/sync-all -------------------------------------------------------------------------------- /bin/term-irc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/term-irc -------------------------------------------------------------------------------- /bin/term-mutt: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | $TERMINAL -e mutt "$@" 3 | -------------------------------------------------------------------------------- /bin/term-vifm: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | $TERMINAL -e vifm "${@#file://}" 3 | -------------------------------------------------------------------------------- /bin/term-vim: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | $TERMINAL -e vim "${@#file://}" 3 | -------------------------------------------------------------------------------- /bin/ubuntu-server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/ubuntu-server -------------------------------------------------------------------------------- /bin/url_handler.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/url_handler.sh -------------------------------------------------------------------------------- /bin/wait_for_X11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/wait_for_X11 -------------------------------------------------------------------------------- /bin/ws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/bin/ws -------------------------------------------------------------------------------- /dotfile-etc.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/dotfile-etc.list -------------------------------------------------------------------------------- /dotfile-home.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/dotfile-home.list -------------------------------------------------------------------------------- /dotfiles-completion.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/dotfiles-completion.bash -------------------------------------------------------------------------------- /dotfiles-completion.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/dotfiles-completion.zsh -------------------------------------------------------------------------------- /dotfiles.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/dotfiles.sh -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/10-keyboard.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/X11/xorg.conf.d/10-keyboard.conf -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/20-radeon.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/X11/xorg.conf.d/20-radeon.conf -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/30-touchpad.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/X11/xorg.conf.d/30-touchpad.conf -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/41-lvds-monitor.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/X11/xorg.conf.d/41-lvds-monitor.conf -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/50-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/X11/xorg.conf.d/50-video.conf -------------------------------------------------------------------------------- /etc/abs.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/abs.conf -------------------------------------------------------------------------------- /etc/asd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/asd.conf -------------------------------------------------------------------------------- /etc/bitlbee/bitlbee.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/bitlbee/bitlbee.conf -------------------------------------------------------------------------------- /etc/bitlbee/motd.txt: -------------------------------------------------------------------------------- 1 | BitlBee (%v) at %h. 2 | -------------------------------------------------------------------------------- /etc/chromium/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/chromium/default -------------------------------------------------------------------------------- /etc/chromium/policies/managed/prefs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/chromium/policies/managed/prefs.json -------------------------------------------------------------------------------- /etc/connman/main.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/connman/main.conf -------------------------------------------------------------------------------- /etc/customizepkg.d/linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/customizepkg.d/linux -------------------------------------------------------------------------------- /etc/customizepkg.d/linux.config.x86_64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/customizepkg.d/linux.config.x86_64 -------------------------------------------------------------------------------- /etc/customizepkg.d/squid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/customizepkg.d/squid -------------------------------------------------------------------------------- /etc/customizepkg.d/st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/customizepkg.d/st -------------------------------------------------------------------------------- /etc/customizepkg.d/st.config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/customizepkg.d/st.config.h -------------------------------------------------------------------------------- /etc/default/grub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/default/grub -------------------------------------------------------------------------------- /etc/dnsmasq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/dnsmasq.conf -------------------------------------------------------------------------------- /etc/dnsmasq.d/ap0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/dnsmasq.d/ap0.conf -------------------------------------------------------------------------------- /etc/dnsmasq.d/docker0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/dnsmasq.d/docker0.conf -------------------------------------------------------------------------------- /etc/dnsmasq.d/qemu0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/dnsmasq.d/qemu0.conf -------------------------------------------------------------------------------- /etc/dnsmasq.d/static-ip.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/dnsmasq.d/static-ip.conf -------------------------------------------------------------------------------- /etc/hostapd/hostapd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/hostapd/hostapd.conf -------------------------------------------------------------------------------- /etc/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/hosts -------------------------------------------------------------------------------- /etc/hosts.ap0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/hosts.ap0 -------------------------------------------------------------------------------- /etc/hosts.qemu0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/hosts.qemu0 -------------------------------------------------------------------------------- /etc/init.d/vmware-USBArbitrator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/init.d/vmware-USBArbitrator -------------------------------------------------------------------------------- /etc/issue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/issue -------------------------------------------------------------------------------- /etc/issue.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/issue.old -------------------------------------------------------------------------------- /etc/kmscon/kmscon.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/kmscon/kmscon.conf -------------------------------------------------------------------------------- /etc/laptop-mode/batt-start/drm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/batt-start/drm -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/ac97-powersave.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/ac97-powersave.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/auto-hibernate.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/auto-hibernate.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/battery-level-polling.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/battery-level-polling.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/bluetooth.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/bluetooth.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/configuration-file-control.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/configuration-file-control.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/cpufreq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/cpufreq.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/cpuhotplug.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/cpuhotplug.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/dpms-standby.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/dpms-standby.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/eee-superhe.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/eee-superhe.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/ethernet.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/ethernet.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/exec-commands.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/exec-commands.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/hal-polling.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/hal-polling.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/intel-hda-powersave.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/intel-hda-powersave.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/intel-sata-powermgmt.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/intel-sata-powermgmt.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/intel_pstate.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/intel_pstate.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/kbd-backlight.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/kbd-backlight.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/lcd-brightness.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/lcd-brightness.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/nmi-watchdog.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/nmi-watchdog.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/pcie-aspm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/pcie-aspm.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/radeon-dpm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/radeon-dpm.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/runtime-pm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/runtime-pm.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/sched-mc-power-savings.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/sched-mc-power-savings.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/sched-smt-power-savings.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/sched-smt-power-savings.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/start-stop-programs.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/start-stop-programs.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/terminal-blanking.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/terminal-blanking.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/vgaswitcheroo.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/vgaswitcheroo.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/video-out.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/video-out.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/wireless-ipw-power.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/wireless-ipw-power.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/wireless-iwl-power.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/wireless-iwl-power.conf -------------------------------------------------------------------------------- /etc/laptop-mode/conf.d/wireless-power.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/conf.d/wireless-power.conf -------------------------------------------------------------------------------- /etc/laptop-mode/laptop-mode.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/laptop-mode.conf -------------------------------------------------------------------------------- /etc/laptop-mode/lm-profiler.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/laptop-mode/lm-profiler.conf -------------------------------------------------------------------------------- /etc/locale.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/locale.conf -------------------------------------------------------------------------------- /etc/localtime: -------------------------------------------------------------------------------- 1 | /usr/share/zoneinfo/Africa/Tunis -------------------------------------------------------------------------------- /etc/mail.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/mail.rc -------------------------------------------------------------------------------- /etc/makepkg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/makepkg.conf -------------------------------------------------------------------------------- /etc/mkinitcpio-lts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/mkinitcpio-lts.conf -------------------------------------------------------------------------------- /etc/mkinitcpio.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/mkinitcpio.conf -------------------------------------------------------------------------------- /etc/mkinitcpio.d/linux-lts.preset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/mkinitcpio.d/linux-lts.preset -------------------------------------------------------------------------------- /etc/mkinitcpio.d/linux.preset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/mkinitcpio.d/linux.preset -------------------------------------------------------------------------------- /etc/modprobe.d/ath9k.conf: -------------------------------------------------------------------------------- 1 | # set throw CONFIG_CMDLINE for build-in modules 2 | options ath9k ps_enable=1 3 | -------------------------------------------------------------------------------- /etc/modprobe.d/audio_powersave.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/modprobe.d/audio_powersave.conf -------------------------------------------------------------------------------- /etc/modprobe.d/modprobe.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/modprobe.d/modprobe.conf -------------------------------------------------------------------------------- /etc/modprobe.d/nobeep.conf: -------------------------------------------------------------------------------- 1 | blacklist pcspkr 2 | -------------------------------------------------------------------------------- /etc/modprobe.d/radeon.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/modprobe.d/radeon.conf -------------------------------------------------------------------------------- /etc/modprobe.d/usbcore.conf: -------------------------------------------------------------------------------- 1 | # set throw CONFIG_CMDLINE for build-in modules 2 | options usbcore autosuspend=1 3 | -------------------------------------------------------------------------------- /etc/modprobe.d/vmware-fuse.conf: -------------------------------------------------------------------------------- 1 | # Added by VMware. 2 | 3 | alias char-major-10-229 fuse 4 | -------------------------------------------------------------------------------- /etc/modules-load.d/ofono.conf: -------------------------------------------------------------------------------- 1 | tun 2 | -------------------------------------------------------------------------------- /etc/modules-load.d/toshiba.conf: -------------------------------------------------------------------------------- 1 | toshiba_bluetooth 2 | -------------------------------------------------------------------------------- /etc/nodogsplash/htdocs/images/splash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/nodogsplash/htdocs/images/splash.jpg -------------------------------------------------------------------------------- /etc/nodogsplash/htdocs/infoskel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/nodogsplash/htdocs/infoskel.html -------------------------------------------------------------------------------- /etc/nodogsplash/htdocs/splash.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/nodogsplash/htdocs/splash.html -------------------------------------------------------------------------------- /etc/nodogsplash/nodogsplash.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/nodogsplash/nodogsplash.conf -------------------------------------------------------------------------------- /etc/pacman.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/pacman.conf -------------------------------------------------------------------------------- /etc/pacman.d/mirrorlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/pacman.d/mirrorlist -------------------------------------------------------------------------------- /etc/pam.d/su: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/pam.d/su -------------------------------------------------------------------------------- /etc/pam.d/system-login: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/pam.d/system-login -------------------------------------------------------------------------------- /etc/powerpill/powerpill.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/powerpill/powerpill.json -------------------------------------------------------------------------------- /etc/psd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/psd.conf -------------------------------------------------------------------------------- /etc/qemu-ifdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/qemu-ifdown -------------------------------------------------------------------------------- /etc/qemu-ifup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/qemu-ifup -------------------------------------------------------------------------------- /etc/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/resolv.conf -------------------------------------------------------------------------------- /etc/samba/smb.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/samba/smb.conf -------------------------------------------------------------------------------- /etc/schroot/arch/copyfiles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/schroot/arch/copyfiles -------------------------------------------------------------------------------- /etc/schroot/arch/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/schroot/arch/fstab -------------------------------------------------------------------------------- /etc/schroot/arch/nssdatabases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/schroot/arch/nssdatabases -------------------------------------------------------------------------------- /etc/schroot/schroot.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/schroot/schroot.conf -------------------------------------------------------------------------------- /etc/schroot/ubuntu/copyfiles: -------------------------------------------------------------------------------- 1 | #/etc/resolv.conf 2 | -------------------------------------------------------------------------------- /etc/schroot/ubuntu/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/schroot/ubuntu/fstab -------------------------------------------------------------------------------- /etc/schroot/ubuntu/nssdatabases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/schroot/ubuntu/nssdatabases -------------------------------------------------------------------------------- /etc/slim.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/slim.conf -------------------------------------------------------------------------------- /etc/slimlock.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/slimlock.conf -------------------------------------------------------------------------------- /etc/squid/squid.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/squid/squid.conf -------------------------------------------------------------------------------- /etc/ssh/ssh_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/ssh/ssh_config -------------------------------------------------------------------------------- /etc/ssh/ssh_config.d/enforce_security.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/ssh/ssh_config.d/enforce_security.conf -------------------------------------------------------------------------------- /etc/ssh/sshd_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/ssh/sshd_config -------------------------------------------------------------------------------- /etc/sysctl.d/50-bpf_jit_enable.conf: -------------------------------------------------------------------------------- 1 | net.core.bpf_jit_enable = 0 2 | -------------------------------------------------------------------------------- /etc/sysctl.d/50-dmesg-restrict.conf: -------------------------------------------------------------------------------- 1 | kernel.dmesg_restrict = 1 2 | -------------------------------------------------------------------------------- /etc/sysctl.d/50-forward.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/sysctl.d/50-forward.conf -------------------------------------------------------------------------------- /etc/sysctl.d/50-kptr-restrict.conf: -------------------------------------------------------------------------------- 1 | kernel.kptr_restrict = 1 2 | -------------------------------------------------------------------------------- /etc/sysctl.d/50-ptrace_scope.conf: -------------------------------------------------------------------------------- 1 | kernel.yama.ptrace_scope = 0 2 | -------------------------------------------------------------------------------- /etc/sysctl.d/dirty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/sysctl.d/dirty.conf -------------------------------------------------------------------------------- /etc/sysctl.d/disable_watchdog.conf: -------------------------------------------------------------------------------- 1 | kernel.nmi_watchdog = 0 2 | -------------------------------------------------------------------------------- /etc/sysctl.d/protected_hard_sym-links.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/sysctl.d/protected_hard_sym-links.conf -------------------------------------------------------------------------------- /etc/sysctl.d/reuse_time-wait_sockets.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/sysctl.d/reuse_time-wait_sockets.conf -------------------------------------------------------------------------------- /etc/sysctl.d/swappiness.conf: -------------------------------------------------------------------------------- 1 | vm.swappiness=1 2 | vm.vfs_cache_pressure=50 3 | -------------------------------------------------------------------------------- /etc/sysctl.d/tcp_ip_stack_harening.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/sysctl.d/tcp_ip_stack_harening.conf -------------------------------------------------------------------------------- /etc/systemd/journald.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/systemd/journald.conf -------------------------------------------------------------------------------- /etc/systemd/logind.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/systemd/logind.conf -------------------------------------------------------------------------------- /etc/systemd/network/00-eth-dhcp.network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/systemd/network/00-eth-dhcp.network -------------------------------------------------------------------------------- /etc/systemd/network/00-wireless-dhcp.network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/systemd/network/00-wireless-dhcp.network -------------------------------------------------------------------------------- /etc/systemd/network/01-cdc-ether-dhcp.network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/systemd/network/01-cdc-ether-dhcp.network -------------------------------------------------------------------------------- /etc/systemd/resolved.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/systemd/resolved.conf -------------------------------------------------------------------------------- /etc/systemd/system/connman-vpn.service: -------------------------------------------------------------------------------- 1 | /dev/null -------------------------------------------------------------------------------- /etc/systemd/system/ddclient.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/systemd/system/ddclient.service -------------------------------------------------------------------------------- /etc/systemd/system/dnsmasq.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/systemd/system/dnsmasq.service -------------------------------------------------------------------------------- /etc/systemd/system/docker.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/systemd/system/docker.service -------------------------------------------------------------------------------- /etc/systemd/system/efistub-update.path: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/systemd/system/efistub-update.path -------------------------------------------------------------------------------- /etc/systemd/system/efistub-update.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/systemd/system/efistub-update.service -------------------------------------------------------------------------------- /etc/systemd/system/getty@.service.d/activate-numlock.conf: -------------------------------------------------------------------------------- 1 | [Service] 2 | ExecStartPre=/bin/sh -c 'setleds +num < /dev/%I' 3 | -------------------------------------------------------------------------------- /etc/systemd/system/kexec-load@.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/systemd/system/kexec-load@.service -------------------------------------------------------------------------------- /etc/systemd/system/promiscuous@.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/systemd/system/promiscuous@.service -------------------------------------------------------------------------------- /etc/systemd/system/sshdgenkeys.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/systemd/system/sshdgenkeys.service -------------------------------------------------------------------------------- /etc/systemd/system/systemd-modules-load.service: -------------------------------------------------------------------------------- 1 | /dev/null -------------------------------------------------------------------------------- /etc/systemd/system/thermald.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/systemd/system/thermald.service -------------------------------------------------------------------------------- /etc/systemd/system/tmux@.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/systemd/system/tmux@.service -------------------------------------------------------------------------------- /etc/systemd/system/virtualbox.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/systemd/system/virtualbox.service -------------------------------------------------------------------------------- /etc/systemd/user.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/systemd/user.conf -------------------------------------------------------------------------------- /etc/udev/rules.d/30-radeon-pm.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/udev/rules.d/30-radeon-pm.rules -------------------------------------------------------------------------------- /etc/udev/rules.d/51-android.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/udev/rules.d/51-android.rules -------------------------------------------------------------------------------- /etc/udev/rules.d/70-disable_wol.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/udev/rules.d/70-disable_wol.rules -------------------------------------------------------------------------------- /etc/udev/rules.d/70-wifi-powersave.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/udev/rules.d/70-wifi-powersave.rules -------------------------------------------------------------------------------- /etc/udev/rules.d/81-backlight.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/udev/rules.d/81-backlight.rules -------------------------------------------------------------------------------- /etc/udev/rules.d/99-android.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/udev/rules.d/99-android.rules -------------------------------------------------------------------------------- /etc/udev/rules.d/99-lowbat.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/udev/rules.d/99-lowbat.rules -------------------------------------------------------------------------------- /etc/udev/rules.d/bluetooth.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/udev/rules.d/bluetooth.rules -------------------------------------------------------------------------------- /etc/udev/rules.d/dev_power_save.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/udev/rules.d/dev_power_save.rules -------------------------------------------------------------------------------- /etc/udev/rules.d/pci_pm.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/udev/rules.d/pci_pm.rules -------------------------------------------------------------------------------- /etc/udev/rules.d/scsi.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/udev/rules.d/scsi.rules -------------------------------------------------------------------------------- /etc/udev/rules.d/usb_power_save.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/udev/rules.d/usb_power_save.rules -------------------------------------------------------------------------------- /etc/vconsole.conf: -------------------------------------------------------------------------------- 1 | FONT=lat9w-16 2 | KEYMAP=fr-pc 3 | -------------------------------------------------------------------------------- /etc/vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/vimrc -------------------------------------------------------------------------------- /etc/yaourtrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/etc/yaourtrc -------------------------------------------------------------------------------- /etc/zsh/zprofile: -------------------------------------------------------------------------------- 1 | emulate sh -c 'source /etc/profile' 2 | -------------------------------------------------------------------------------- /etc/zsh/zshenv: -------------------------------------------------------------------------------- 1 | export ZDOTDIR="$HOME/.config/zsh" 2 | -------------------------------------------------------------------------------- /spec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/spec.md -------------------------------------------------------------------------------- /~/.asoundrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.asoundrc -------------------------------------------------------------------------------- /~/.bash_logout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.bash_logout -------------------------------------------------------------------------------- /~/.bash_profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.bash_profile -------------------------------------------------------------------------------- /~/.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.bashrc -------------------------------------------------------------------------------- /~/.calcurse/conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.calcurse/conf -------------------------------------------------------------------------------- /~/.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.clang-format -------------------------------------------------------------------------------- /~/.cmus/autosave: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.cmus/autosave -------------------------------------------------------------------------------- /~/.cmus/rc: -------------------------------------------------------------------------------- 1 | view sorted 2 | -------------------------------------------------------------------------------- /~/.color_coded: -------------------------------------------------------------------------------- 1 | -std=c++1z 2 | -I/usr/include/SDL2 3 | -x 4 | c 5 | -------------------------------------------------------------------------------- /~/.config/X11/xinitrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/X11/xinitrc -------------------------------------------------------------------------------- /~/.config/X11/xresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/X11/xresources -------------------------------------------------------------------------------- /~/.config/alacritty/alacritty.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/alacritty/alacritty.yml -------------------------------------------------------------------------------- /~/.config/archey3.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/archey3.cfg -------------------------------------------------------------------------------- /~/.config/aria2/aria2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/aria2/aria2.conf -------------------------------------------------------------------------------- /~/.config/aria2/session.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /~/.config/chromium-flags.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/chromium-flags.conf -------------------------------------------------------------------------------- /~/.config/composer/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/composer/composer.json -------------------------------------------------------------------------------- /~/.config/dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/dunst/dunstrc -------------------------------------------------------------------------------- /~/.config/elinks/elinks.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/elinks/elinks.conf -------------------------------------------------------------------------------- /~/.config/feednix/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/feednix/config.json -------------------------------------------------------------------------------- /~/.config/fontconfig/conf.d/10-symbols.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/fontconfig/conf.d/10-symbols.conf -------------------------------------------------------------------------------- /~/.config/fontconfig/conf.d/70-no-bitmaps.conf: -------------------------------------------------------------------------------- 1 | /etc/fonts/conf.avail/70-no-bitmaps.conf -------------------------------------------------------------------------------- /~/.config/fontconfig/fonts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/fontconfig/fonts.conf -------------------------------------------------------------------------------- /~/.config/gemrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/gemrc -------------------------------------------------------------------------------- /~/.config/git/attribues: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/git/attribues -------------------------------------------------------------------------------- /~/.config/git/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/git/config -------------------------------------------------------------------------------- /~/.config/git/gitk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/git/gitk -------------------------------------------------------------------------------- /~/.config/git/ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/git/ignore -------------------------------------------------------------------------------- /~/.config/gnupg/gpg-agent.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/gnupg/gpg-agent.conf -------------------------------------------------------------------------------- /~/.config/gnupg/gpg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/gnupg/gpg.conf -------------------------------------------------------------------------------- /~/.config/gtk-2.0/gtkfilechooser.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/gtk-2.0/gtkfilechooser.ini -------------------------------------------------------------------------------- /~/.config/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /~/.config/gtk-3.0/bookmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/gtk-3.0/bookmarks -------------------------------------------------------------------------------- /~/.config/gtk-3.0/custom-papers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/gtk-3.0/custom-papers -------------------------------------------------------------------------------- /~/.config/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /~/.config/gtk-3.0/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/gtk-3.0/settings.ini -------------------------------------------------------------------------------- /~/.config/hg/hgrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/hg/hgrc -------------------------------------------------------------------------------- /~/.config/htop/htoprc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/htop/htoprc -------------------------------------------------------------------------------- /~/.config/i3/MAIN.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/i3/MAIN.sh -------------------------------------------------------------------------------- /~/.config/i3/TERM.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/i3/TERM.sh -------------------------------------------------------------------------------- /~/.config/i3/aria2c-stat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/i3/aria2c-stat.py -------------------------------------------------------------------------------- /~/.config/i3/colorscheme.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/i3/colorscheme.sh -------------------------------------------------------------------------------- /~/.config/i3/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/i3/config -------------------------------------------------------------------------------- /~/.config/i3/conky.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/i3/conky.conf -------------------------------------------------------------------------------- /~/.config/i3/getNetwokStrength.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/i3/getNetwokStrength.sh -------------------------------------------------------------------------------- /~/.config/i3/keymouse.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/i3/keymouse.sh -------------------------------------------------------------------------------- /~/.config/i3/load_web_ws_layout.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/i3/load_web_ws_layout.sh -------------------------------------------------------------------------------- /~/.config/i3/toggle-display: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/i3/toggle-display -------------------------------------------------------------------------------- /~/.config/i3/weather.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/i3/weather.sh -------------------------------------------------------------------------------- /~/.config/i3/web_ws_layout.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/i3/web_ws_layout.json -------------------------------------------------------------------------------- /~/.config/jupyter/jupyter_console_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/jupyter/jupyter_console_config.py -------------------------------------------------------------------------------- /~/.config/jupyter/jupyter_notebook_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/jupyter/jupyter_notebook_config.py -------------------------------------------------------------------------------- /~/.config/jupyter/jupyter_qtconsole_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/jupyter/jupyter_qtconsole_config.py -------------------------------------------------------------------------------- /~/.config/jupyter/profile_default/ipython_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/jupyter/profile_default/ipython_config.py -------------------------------------------------------------------------------- /~/.config/ls++/ls++.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/ls++/ls++.conf -------------------------------------------------------------------------------- /~/.config/lyvi/lyvi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/lyvi/lyvi.conf -------------------------------------------------------------------------------- /~/.config/mailcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/mailcap -------------------------------------------------------------------------------- /~/.config/mimeapps.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/mimeapps.list -------------------------------------------------------------------------------- /~/.config/modprobed-db.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/modprobed-db.conf -------------------------------------------------------------------------------- /~/.config/mpd/mpd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/mpd/mpd.conf -------------------------------------------------------------------------------- /~/.config/mplayer/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/mplayer/config -------------------------------------------------------------------------------- /~/.config/mpv/mpv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/mpv/mpv.conf -------------------------------------------------------------------------------- /~/.config/ncmpcpp/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/ncmpcpp/config -------------------------------------------------------------------------------- /~/.config/newsboat/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/newsboat/config -------------------------------------------------------------------------------- /~/.config/newsboat/urls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/newsboat/urls -------------------------------------------------------------------------------- /~/.config/npm/npmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/npm/npmrc -------------------------------------------------------------------------------- /~/.config/nvim/init.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/nvim/init.vim -------------------------------------------------------------------------------- /~/.config/pep8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/pep8 -------------------------------------------------------------------------------- /~/.config/pip/pip.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/pip/pip.conf -------------------------------------------------------------------------------- /~/.config/pokoy/pokoyrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/pokoy/pokoyrc -------------------------------------------------------------------------------- /~/.config/proxy.pac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/proxy.pac -------------------------------------------------------------------------------- /~/.config/pythonrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/pythonrc -------------------------------------------------------------------------------- /~/.config/qutebrowser/bookmarks/urls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/qutebrowser/bookmarks/urls -------------------------------------------------------------------------------- /~/.config/qutebrowser/keys.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/qutebrowser/keys.conf -------------------------------------------------------------------------------- /~/.config/qutebrowser/quickmarks: -------------------------------------------------------------------------------- 1 | o http://symfony.com/doc/current/routing.html 2 | -------------------------------------------------------------------------------- /~/.config/qutebrowser/qutebrowser.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/qutebrowser/qutebrowser.conf -------------------------------------------------------------------------------- /~/.config/qutebrowser/start-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/qutebrowser/start-page.html -------------------------------------------------------------------------------- /~/.config/redshift.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/redshift.conf -------------------------------------------------------------------------------- /~/.config/surfraw/conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/surfraw/conf -------------------------------------------------------------------------------- /~/.config/sway/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/sway/config -------------------------------------------------------------------------------- /~/.config/sway/lockscreen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/sway/lockscreen.sh -------------------------------------------------------------------------------- /~/.config/sxiv/exec/key-handler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/sxiv/exec/key-handler -------------------------------------------------------------------------------- /~/.config/systemd/user/aria2c.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/systemd/user/aria2c.service -------------------------------------------------------------------------------- /~/.config/systemd/user/getmails.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/systemd/user/getmails.service -------------------------------------------------------------------------------- /~/.config/systemd/user/getmails.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/systemd/user/getmails.timer -------------------------------------------------------------------------------- /~/.config/systemd/user/modprobed-db.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/systemd/user/modprobed-db.service -------------------------------------------------------------------------------- /~/.config/systemd/user/modprobed-db.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/systemd/user/modprobed-db.timer -------------------------------------------------------------------------------- /~/.config/systemd/user/newsbeuter.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/systemd/user/newsbeuter.service -------------------------------------------------------------------------------- /~/.config/systemd/user/newsbeuter.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/systemd/user/newsbeuter.timer -------------------------------------------------------------------------------- /~/.config/systemd/user/polipo.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/systemd/user/polipo.service -------------------------------------------------------------------------------- /~/.config/systemd/user/tmux@.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/systemd/user/tmux@.service -------------------------------------------------------------------------------- /~/.config/systemd/user/transmission.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/systemd/user/transmission.service -------------------------------------------------------------------------------- /~/.config/transmission-daemon/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/transmission-daemon/settings.json -------------------------------------------------------------------------------- /~/.config/transmission-remote-cli/settings.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/transmission-remote-cli/settings.cfg -------------------------------------------------------------------------------- /~/.config/transmission/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/transmission/settings.json -------------------------------------------------------------------------------- /~/.config/urxvt/ext/font-size: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/urxvt/ext/font-size -------------------------------------------------------------------------------- /~/.config/user-dirs.dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/user-dirs.dirs -------------------------------------------------------------------------------- /~/.config/user-dirs.locale: -------------------------------------------------------------------------------- 1 | en_US -------------------------------------------------------------------------------- /~/.config/vifm/colors/istib-solarized-dark.vifm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/vifm/colors/istib-solarized-dark.vifm -------------------------------------------------------------------------------- /~/.config/vifm/colors/ls_colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/vifm/colors/ls_colors -------------------------------------------------------------------------------- /~/.config/vifm/vifmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/vifm/vifmrc -------------------------------------------------------------------------------- /~/.config/vim/coc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/vim/coc.vim -------------------------------------------------------------------------------- /~/.config/vim/common.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/vim/common.vim -------------------------------------------------------------------------------- /~/.config/vim/lsp.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/vim/lsp.vim -------------------------------------------------------------------------------- /~/.config/vim/vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/vim/vimrc -------------------------------------------------------------------------------- /~/.config/vim/vundle.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/vim/vundle.vim -------------------------------------------------------------------------------- /~/.config/vimpager/vimpagerrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/vimpager/vimpagerrc -------------------------------------------------------------------------------- /~/.config/vimperator/colors/indigo.vimp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/vimperator/colors/indigo.vimp -------------------------------------------------------------------------------- /~/.config/vimperator/plugin/_libly.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/vimperator/plugin/_libly.js -------------------------------------------------------------------------------- /~/.config/vimperator/plugin/fbshare.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/vimperator/plugin/fbshare.js -------------------------------------------------------------------------------- /~/.config/vimperator/plugin/gbmark.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/vimperator/plugin/gbmark.js -------------------------------------------------------------------------------- /~/.config/vimperator/plugin/share.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/vimperator/plugin/share.js -------------------------------------------------------------------------------- /~/.config/vimperator/vimperatorrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/vimperator/vimperatorrc -------------------------------------------------------------------------------- /~/.config/weechat/alias.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/weechat/alias.conf -------------------------------------------------------------------------------- /~/.config/weechat/logger.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/weechat/logger.conf -------------------------------------------------------------------------------- /~/.config/weechat/perl/autoload/buffers.pl: -------------------------------------------------------------------------------- 1 | ../buffers.pl -------------------------------------------------------------------------------- /~/.config/weechat/perl/buffers.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/weechat/perl/buffers.pl -------------------------------------------------------------------------------- /~/.config/weechat/weechat.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/weechat/weechat.conf -------------------------------------------------------------------------------- /~/.config/weston.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/weston.ini -------------------------------------------------------------------------------- /~/.config/xml/CatalogManager.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/CatalogManager.properties -------------------------------------------------------------------------------- /~/.config/xml/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/graphml.graphdrawing.org/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/graphml.graphdrawing.org/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/graphml.graphdrawing.org/dtds/graphml.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/graphml.graphdrawing.org/dtds/graphml.dtd -------------------------------------------------------------------------------- /~/.config/xml/graphml.graphdrawing.org/xmlns/1.1/graphml.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/graphml.graphdrawing.org/xmlns/1.1/graphml.xsd -------------------------------------------------------------------------------- /~/.config/xml/graphml.graphdrawing.org/xmlns/1.1/xlink.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/graphml.graphdrawing.org/xmlns/1.1/xlink.xsd -------------------------------------------------------------------------------- /~/.config/xml/relaxng.org/mns.rng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/relaxng.org/mns.rng -------------------------------------------------------------------------------- /~/.config/xml/relaxng.org/nrl.rng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/relaxng.org/nrl.rng -------------------------------------------------------------------------------- /~/.config/xml/relaxng.org/relaxCore.rng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/relaxng.org/relaxCore.rng -------------------------------------------------------------------------------- /~/.config/xml/relaxng.org/relaxCoreDatatypes.rng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/relaxng.org/relaxCoreDatatypes.rng -------------------------------------------------------------------------------- /~/.config/xml/relaxng.org/relaxng.rnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/relaxng.org/relaxng.rnc -------------------------------------------------------------------------------- /~/.config/xml/relaxng.org/relaxng.rng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/relaxng.org/relaxng.rng -------------------------------------------------------------------------------- /~/.config/xml/schematron/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/schematron/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/schematron/iso/iso-schematron.rnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/schematron/iso/iso-schematron.rnc -------------------------------------------------------------------------------- /~/.config/xml/schematron/iso/iso-schematron.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/schematron/iso/iso-schematron.xsd -------------------------------------------------------------------------------- /~/.config/xml/schematron/iso/svrl.rnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/schematron/iso/svrl.rnc -------------------------------------------------------------------------------- /~/.config/xml/schematron/iso/svrl.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/schematron/iso/svrl.xsd -------------------------------------------------------------------------------- /~/.config/xml/schematron/v1.5/schematron1-5.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/schematron/v1.5/schematron1-5.dtd -------------------------------------------------------------------------------- /~/.config/xml/schematron/v1.5/schematron1-5.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/schematron/v1.5/schematron1-5.sch -------------------------------------------------------------------------------- /~/.config/xml/schematron/v1.5/schematron1-5.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/schematron/v1.5/schematron1-5.xsd -------------------------------------------------------------------------------- /~/.config/xml/www.gupro.de/GXL/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.gupro.de/GXL/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.gupro.de/GXL/gxl-1.0.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.gupro.de/GXL/gxl-1.0.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.gupro.de/GXL/gxl-1.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.gupro.de/GXL/gxl-1.0.xsd -------------------------------------------------------------------------------- /~/.config/xml/www.gupro.de/GXL/gxl-1.1.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.gupro.de/GXL/gxl-1.1.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.gupro.de/GXL/gxl-1.1_attribute.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.gupro.de/GXL/gxl-1.1_attribute.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.gupro.de/GXL/gxl-1.1_graph.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.gupro.de/GXL/gxl-1.1_graph.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/catalog/1.0/catalog.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/catalog/1.0/catalog.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/catalog/1.1/catalog.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/catalog/1.1/catalog.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/catalog/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/catalog/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/dita/v1.2/dtd/base/dtd/basemap.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/dita/v1.2/dtd/base/dtd/basemap.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/dita/v1.2/dtd/base/dtd/map.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/dita/v1.2/dtd/base/dtd/map.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/dita/v1.2/dtd/base/dtd/tblDecl.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/dita/v1.2/dtd/base/dtd/tblDecl.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/dita/v1.2/dtd/base/dtd/topic.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/dita/v1.2/dtd/base/dtd/topic.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/dita/v1.2/dtd/catalog-dita.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/dita/v1.2/dtd/catalog-dita.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/dita/v1.2/xsd/base/xsd/xml.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/dita/v1.2/xsd/base/xsd/xml.xsd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.1/40chg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.1/40chg.txt -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.1/41chg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.1/41chg.txt -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.1/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.1/ChangeLog -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.1/calstblx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.1/calstblx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.1/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.1/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.1/dbcentx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.1/dbcentx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.1/dbgenent.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.1/dbgenent.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.1/dbhierx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.1/dbhierx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.1/dbnotnx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.1/dbnotnx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.1/dbpoolx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.1/dbpoolx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.1/docbookx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.1/docbookx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.1/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.1/readme.txt -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.1/soextblx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.1/soextblx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.2/40chg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.2/40chg.txt -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.2/41chg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.2/41chg.txt -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.2/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.2/ChangeLog -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.2/LostLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.2/LostLog -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.2/calstblx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.2/calstblx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.2/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.2/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.2/dbcentx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.2/dbcentx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.2/dbgenent.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.2/dbgenent.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.2/dbhierx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.2/dbhierx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.2/dbnotnx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.2/dbnotnx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.2/dbpoolx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.2/dbpoolx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.2/docbookx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.2/docbookx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.2/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.2/readme.txt -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1.2/soextblx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1.2/soextblx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1/40chg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1/40chg.txt -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1/41chg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1/41chg.txt -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1/ChangeLog -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1/calstblx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1/calstblx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1/dbcentx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1/dbcentx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1/dbgenent.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1/dbgenent.ent -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1/dbhierx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1/dbhierx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1/dbnotnx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1/dbnotnx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1/dbpoolx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1/dbpoolx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1/docbookx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1/docbookx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1/readme.txt -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.1/soextblx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.1/soextblx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.2/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.2/ChangeLog -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.2/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.2/README -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.2/calstblx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.2/calstblx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.2/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.2/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.2/dbcentx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.2/dbcentx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.2/dbgenent.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.2/dbgenent.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.2/dbhierx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.2/dbhierx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.2/dbnotnx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.2/dbnotnx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.2/dbpoolx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.2/dbpoolx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.2/docbookx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.2/docbookx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.2/soextblx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.2/soextblx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.3/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.3/ChangeLog -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.3/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.3/README -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.3/calstblx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.3/calstblx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.3/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.3/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.3/dbcentx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.3/dbcentx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.3/dbgenent.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.3/dbgenent.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.3/dbhierx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.3/dbhierx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.3/dbnotnx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.3/dbnotnx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.3/dbpoolx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.3/dbpoolx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.3/docbookx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.3/docbookx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.3/htmltblx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.3/htmltblx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.3/soextblx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.3/soextblx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.4/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.4/ChangeLog -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.4/README -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.4/calstblx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.4/calstblx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.4/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.4/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.4/dbcentx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.4/dbcentx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.4/dbgenent.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.4/dbgenent.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.4/dbhierx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.4/dbhierx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.4/dbnotnx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.4/dbnotnx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.4/dbpoolx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.4/dbpoolx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.4/docbookx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.4/docbookx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.4/htmltblx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.4/htmltblx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.4/soextblx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.4/soextblx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.5/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.5/ChangeLog -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.5/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.5/README -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.5/calstblx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.5/calstblx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.5/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.5/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.5/dbcentx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.5/dbcentx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.5/dbgenent.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.5/dbgenent.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.5/dbhierx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.5/dbhierx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.5/dbnotnx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.5/dbnotnx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.5/dbpoolx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.5/dbpoolx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.5/docbookx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.5/docbookx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.5/htmltblx.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.5/htmltblx.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/4.5/soextblx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/4.5/soextblx.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/ebnf/1.0/dbebnf.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/ebnf/1.0/dbebnf.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/ebnf/1.0/testebnf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/ebnf/1.0/testebnf.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/ebnf/1.1CR1/dbebnf.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/ebnf/1.1CR1/dbebnf.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/ebnf/1.1CR1/testebnf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/ebnf/1.1CR1/testebnf.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/ebnf/1.2CR1/dbebnf.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/ebnf/1.2CR1/dbebnf.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/ebnf/1.2CR1/testebnf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/ebnf/1.2CR1/testebnf.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/ebnf/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/ebnf/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/htmlforms/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/htmlforms/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/mathml/1.0/dbmathml.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/mathml/1.0/dbmathml.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/mathml/1.0/testmath.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/mathml/1.0/testmath.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/mathml/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/mathml/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/simple/1.0/sdbcent.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/simple/1.0/sdbcent.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/simple/1.0/sdbhier.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/simple/1.0/sdbhier.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/simple/1.0/sdbpool.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/simple/1.0/sdbpool.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/simple/1.0/sdocbook.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/simple/1.0/sdocbook.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/simple/1.0/sinclist.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/simple/1.0/sinclist.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/simple/1.1/sdbcent.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/simple/1.1/sdbcent.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/simple/1.1/sdbhier.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/simple/1.1/sdbhier.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/simple/1.1/sdbpool.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/simple/1.1/sdbpool.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/simple/1.1/sdocbook.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/simple/1.1/sdocbook.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/simple/1.1/sinclist.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/simple/1.1/sinclist.mod -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/simple/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/simple/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/svg/1.0CR1/dbsvg.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/svg/1.0CR1/dbsvg.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/svg/1.0CR1/testsvg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/svg/1.0CR1/testsvg.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/svg/1.1CR1/dbsvg.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/svg/1.1CR1/dbsvg.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/svg/1.1CR1/testsvg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/svg/1.1CR1/testsvg.xml -------------------------------------------------------------------------------- /~/.config/xml/www.oasis-open.org/docbook/svg/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.oasis-open.org/docbook/svg/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.openmobilealliance.org/tech/DTD/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.openmobilealliance.org/tech/DTD/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/html5-uppercase.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/html5-uppercase.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/htmlmathml.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/htmlmathml.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isoamsa.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isoamsa.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isoamsb.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isoamsb.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isoamsc.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isoamsc.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isoamsn.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isoamsn.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isoamso.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isoamso.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isoamsr.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isoamsr.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isobox.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isobox.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isocyr1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isocyr1.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isocyr2.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isocyr2.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isodia.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isodia.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isogrk1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isogrk1.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isogrk2.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isogrk2.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isogrk3.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isogrk3.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isogrk4.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isogrk4.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isolat1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isolat1.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isolat2.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isolat2.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isomfrk.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isomfrk.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isomopf.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isomopf.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isomscr.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isomscr.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isonum.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isonum.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isopub.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isopub.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/isotech.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/isotech.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/mmlalias.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/mmlalias.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/mmlextra.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/mmlextra.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/predefined.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/predefined.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/w3centities.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/w3centities.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/xhtml1-lat1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/xhtml1-lat1.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/xhtml1-special.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/xhtml1-special.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/2007/xhtml1-symbol.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/2007/xhtml1-symbol.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isoamsa.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isoamsa.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isoamsb.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isoamsb.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isoamsc.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isoamsc.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isoamsn.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isoamsn.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isoamso.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isoamso.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isoamsr.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isoamsr.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isobox.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isobox.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isocyr1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isocyr1.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isocyr2.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isocyr2.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isodia.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isodia.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isogrk1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isogrk1.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isogrk2.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isogrk2.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isogrk3.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isogrk3.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isogrk4.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isogrk4.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isolat1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isolat1.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isolat2.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isolat2.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isonum.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isonum.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isopub.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isopub.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso8879/isotech.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso8879/isotech.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-1991/isoamsa.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-1991/isoamsa.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-1991/isoamsb.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-1991/isoamsb.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-1991/isoamsc.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-1991/isoamsc.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-1991/isoamsn.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-1991/isoamsn.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-1991/isoamso.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-1991/isoamso.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-1991/isoamsr.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-1991/isoamsr.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-1991/isogrk3.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-1991/isogrk3.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-1991/isogrk4.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-1991/isogrk4.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-1991/isomfrk.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-1991/isomfrk.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-1991/isomopf.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-1991/isomopf.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-1991/isomscr.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-1991/isomscr.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-1991/isotech.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-1991/isotech.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isoamsa.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isoamsa.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isoamsb.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isoamsb.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isoamsc.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isoamsc.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isoamsn.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isoamsn.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isoamso.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isoamso.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isoamsr.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isoamsr.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isobox.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isobox.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isocyr1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isocyr1.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isocyr2.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isocyr2.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isodia.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isodia.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isogrk1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isogrk1.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isogrk2.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isogrk2.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isogrk3.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isogrk3.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isogrk4.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isogrk4.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isolat1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isolat1.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isolat2.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isolat2.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isomfrk.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isomfrk.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isomopf.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isomopf.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isomscr.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isomscr.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isonum.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isonum.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isopub.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isopub.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/entities/iso9573-2003/isotech.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/entities/iso9573-2003/isotech.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/html401-rdfa/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/html401-rdfa/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/html401-rdfa/html401-rdfa11-1.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/html401-rdfa/html401-rdfa11-1.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/html401/HTMLlat1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/html401/HTMLlat1.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/html401/HTMLspecial.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/html401/HTMLspecial.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/html401/HTMLsymbol.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/html401/HTMLsymbol.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/html401/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/html401/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/html401/frameset.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/html401/frameset.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/html401/loose.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/html401/loose.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/html401/strict.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/html401/strict.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isoamsa.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isoamsa.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isoamsb.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isoamsb.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isoamsc.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isoamsc.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isoamsn.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isoamsn.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isoamso.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isoamso.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isoamsr.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isoamsr.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isobox.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isobox.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isocyr1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isocyr1.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isocyr2.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isocyr2.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isodia.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isodia.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isogrk1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isogrk1.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isogrk2.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isogrk2.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isogrk3.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isogrk3.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isogrk4.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isogrk4.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isolat1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isolat1.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isolat2.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isolat2.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isonum.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isonum.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isopub.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isopub.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso8879/isotech.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso8879/isotech.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso9573-13/isoamsa.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso9573-13/isoamsa.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso9573-13/isoamsb.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso9573-13/isoamsb.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso9573-13/isoamsc.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso9573-13/isoamsc.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso9573-13/isoamsn.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso9573-13/isoamsn.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso9573-13/isoamso.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso9573-13/isoamso.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso9573-13/isoamsr.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso9573-13/isoamsr.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso9573-13/isogrk3.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso9573-13/isogrk3.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso9573-13/isogrk4.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso9573-13/isogrk4.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso9573-13/isomfrk.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso9573-13/isomfrk.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso9573-13/isomopf.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso9573-13/isomopf.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso9573-13/isomscr.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso9573-13/isomscr.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/iso9573-13/isotech.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/iso9573-13/isotech.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/mathml/mmlalias.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/mathml/mmlalias.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/mathml/mmlextra.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/mathml/mmlextra.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/mathml2-qname-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/mathml2-qname-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/mathml2.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/mathml2.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml2/xhtml-math11-f.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml2/xhtml-math11-f.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml3/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml3/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml3/mathml3-qname.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml3/mathml3-qname.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/mathml3/mathml3.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/mathml3/mathml3.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-animation.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-animation.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-animevents-attrib.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-animevents-attrib.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-basic-clip.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-basic-clip.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-basic-color.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-basic-color.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-basic-filter.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-basic-filter.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-basic-font.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-basic-font.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-basic-graphics-attrib.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-basic-graphics-attrib.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-basic-paint-attrib.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-basic-paint-attrib.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-basic-structure.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-basic-structure.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-basic-text.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-basic-text.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-clip.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-clip.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-color.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-color.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-conditional.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-conditional.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-container-attrib.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-container-attrib.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-core-attrib.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-core-attrib.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-cursor.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-cursor.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-datatypes.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-datatypes.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-docevents-attrib.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-docevents-attrib.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-extensibility.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-extensibility.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-extresources-attrib.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-extresources-attrib.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-filter.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-filter.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-font.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-font.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-framework.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-framework.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-gradient.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-gradient.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-graphevents-attrib.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-graphevents-attrib.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-graphics-attrib.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-graphics-attrib.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-hyperlink.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-hyperlink.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-image.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-image.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-marker.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-marker.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-mask.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-mask.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-opacity-attrib.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-opacity-attrib.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-paint-attrib.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-paint-attrib.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-pattern.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-pattern.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-profile.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-profile.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-qname.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-qname.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-script.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-script.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-shape.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-shape.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-structure.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-structure.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-style.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-style.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-text.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-text.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-view.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-view.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-viewport-attrib.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-viewport-attrib.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg-xlink-attrib.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg-xlink-attrib.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg11-attribs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg11-attribs.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg11-basic-attribs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg11-basic-attribs.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg11-basic-flat.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg11-basic-flat.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg11-basic-model.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg11-basic-model.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg11-basic.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg11-basic.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg11-flat-20110816.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg11-flat-20110816.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg11-flat.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg11-flat.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg11-model.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg11-model.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg11-tiny-attribs.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg11-tiny-attribs.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg11-tiny-flat.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg11-tiny-flat.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg11-tiny-model.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg11-tiny-model.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg11-tiny.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg11-tiny.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/svg/1.1/svg11.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/svg/1.1/svg11.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-aria/aria-attributes-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-aria/aria-attributes-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-aria/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-aria/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-aria/xhtml-aria-1.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-aria/xhtml-aria-1.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-basic/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-basic/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-basic/xhtml-basic10-model-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-basic/xhtml-basic10-model-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-basic/xhtml-basic10.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-basic/xhtml-basic10.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-basic/xhtml-basic11-model-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-basic/xhtml-basic11-model-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-basic/xhtml-basic11.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-basic/xhtml-basic11.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-math-svg/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-math-svg/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-math-svg/xhtml-math-svg.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-math-svg/xhtml-math-svg.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-applet-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-applet-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-arch-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-arch-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-attribs-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-attribs-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-base-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-base-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-bdo-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-bdo-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-blkpres-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-blkpres-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-charent-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-charent-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-csismap-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-csismap-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-edit-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-edit-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-events-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-events-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-form-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-form-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-frames-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-frames-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-iframe-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-iframe-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-image-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-image-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-inlpres-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-inlpres-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-lat1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-lat1.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-legacy-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-legacy-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-link-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-link-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-list-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-list-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-meta-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-meta-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-object-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-object-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-param-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-param-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-pres-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-pres-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-qname-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-qname-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-role-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-role-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-ruby-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-ruby-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-script-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-script-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-special.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-special.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-ssismap-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-ssismap-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-struct-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-struct-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-style-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-style-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-symbol.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-symbol.ent -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-table-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-table-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-target-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-target-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml-text-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml-text-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-modularization/xhtml11-arch.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-modularization/xhtml11-arch.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-print/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-print/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-print/xhtml-print10-model-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-print/xhtml-print10-model-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-print/xhtml-print10.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-print/xhtml-print10.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-rdfa/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-rdfa/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-rdfa/xhtml-metaAttributes-2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-rdfa/xhtml-metaAttributes-2.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-rdfa/xhtml-rdfa-2.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-rdfa/xhtml-rdfa-2.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml-rdfa/xhtml-rdfa-model-2.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml-rdfa/xhtml-rdfa-model-2.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml1/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml1/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml1/xhtml1-frameset.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml1/xhtml1-frameset.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml1/xhtml1-strict.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml1/xhtml1-strict.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml1/xhtml1-transitional.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml1/xhtml1-transitional.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml11/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml11/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml11/xhtml11-model-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml11/xhtml11-model-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xhtml11/xhtml11.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xhtml11/xhtml11.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xinclude/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xinclude/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xinclude/xinclude.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xinclude/xinclude.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xinclude/xinclude.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xinclude/xinclude.xsd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xlink/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xlink/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xlink/xlink-schema.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xlink/xlink-schema.sch -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xlink/xlink.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xlink/xlink.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xlink/xlink.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xlink/xlink.xsd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xml/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xml/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xml/xml.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xml/xml.xsd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xmlschema/XMLSchema.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xmlschema/XMLSchema.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xmlschema/XMLSchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xmlschema/XMLSchema.xsd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xmlschema/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xmlschema/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xmlschema/datatypes.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xmlschema/datatypes.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xslt/schema-for-xslt20.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xslt/schema-for-xslt20.xsd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xslt/xslt.rng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xslt/xslt.rng -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xslt/xslt10.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xslt/xslt10.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xslt/xslt10.rnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xslt/xslt10.rnc -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xslt/xslt20.rnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xslt/xslt20.rnc -------------------------------------------------------------------------------- /~/.config/xml/www.w3.org/xslt/xslt30.rnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.w3.org/xslt/xslt30.rnc -------------------------------------------------------------------------------- /~/.config/xml/www.wapforum.org/DTD/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.wapforum.org/DTD/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.wapforum.org/DTD/xhtml-mobile10-model-1.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.wapforum.org/DTD/xhtml-mobile10-model-1.mod -------------------------------------------------------------------------------- /~/.config/xml/www.wapforum.org/DTD/xhtml-mobile10.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.wapforum.org/DTD/xhtml-mobile10.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/catalog.xml -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.0-InputOutputFields.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.0-InputOutputFields.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.0-Web3dExtensions.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.0-Web3dExtensions.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.0-Web3dExtensionsAmendment1.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.0-Web3dExtensionsAmendment1.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.0-Web3dExtensionsAmendment1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.0-Web3dExtensionsAmendment1.xsd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.0-Web3dExtensionsPrivate.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.0-Web3dExtensionsPrivate.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.0-Web3dExtensionsPrivate.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.0-Web3dExtensionsPrivate.xsd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.0-Web3dExtensionsPublic.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.0-Web3dExtensionsPublic.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.0-Web3dExtensionsPublic.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.0-Web3dExtensionsPublic.xsd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.0.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.0.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.0.xsd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.1-InputOutputFields.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.1-InputOutputFields.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.1-Web3dExtensionsPrivate.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.1-Web3dExtensionsPrivate.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.1-Web3dExtensionsPrivate.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.1-Web3dExtensionsPrivate.xsd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.1-Web3dExtensionsPublic.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.1-Web3dExtensionsPublic.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.1-Web3dExtensionsPublic.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.1-Web3dExtensionsPublic.xsd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.1.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.1.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.1.xsd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.2-InputOutputFields.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.2-InputOutputFields.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.2-Web3dExtensionsPrivate.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.2-Web3dExtensionsPrivate.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.2-Web3dExtensionsPrivate.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.2-Web3dExtensionsPrivate.xsd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.2-Web3dExtensionsPublic.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.2-Web3dExtensionsPublic.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.2-Web3dExtensionsPublic.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.2-Web3dExtensionsPublic.xsd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.2.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.2.dtd -------------------------------------------------------------------------------- /~/.config/xml/www.web3d.org/x3d-3.2.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/xml/www.web3d.org/x3d-3.2.xsd -------------------------------------------------------------------------------- /~/.config/zathura/zathurarc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zathura/zathurarc -------------------------------------------------------------------------------- /~/.config/zsh/.zlogout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/.zlogout -------------------------------------------------------------------------------- /~/.config/zsh/.zprofile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/.zprofile -------------------------------------------------------------------------------- /~/.config/zsh/.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/.zshrc -------------------------------------------------------------------------------- /~/.config/zsh/00-environment.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/00-environment.zsh -------------------------------------------------------------------------------- /~/.config/zsh/00-wayland: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/00-wayland -------------------------------------------------------------------------------- /~/.config/zsh/01-envars.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/01-envars.zsh -------------------------------------------------------------------------------- /~/.config/zsh/01-setopt.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/01-setopt.zsh -------------------------------------------------------------------------------- /~/.config/zsh/02-aliases.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/02-aliases.zsh -------------------------------------------------------------------------------- /~/.config/zsh/02-autocomplete.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/02-autocomplete.zsh -------------------------------------------------------------------------------- /~/.config/zsh/02-functions.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/02-functions.zsh -------------------------------------------------------------------------------- /~/.config/zsh/02-proxy.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/02-proxy.zsh -------------------------------------------------------------------------------- /~/.config/zsh/03-bindkeys.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/03-bindkeys.zsh -------------------------------------------------------------------------------- /~/.config/zsh/03-tools.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/03-tools.zsh -------------------------------------------------------------------------------- /~/.config/zsh/06-prompt.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/06-prompt.zsh -------------------------------------------------------------------------------- /~/.config/zsh/06-syntax-rules.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/06-syntax-rules.zsh -------------------------------------------------------------------------------- /~/.config/zsh/07-zstyle.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/07-zstyle.zsh -------------------------------------------------------------------------------- /~/.config/zsh/08-line-editor.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/08-line-editor.zsh -------------------------------------------------------------------------------- /~/.config/zsh/09-secrets-env.zsh: -------------------------------------------------------------------------------- 1 | export GITHUB_RELEASEIT_TOKEN="81fec2db8f2d8258957da78703da7583dee0ebc1" 2 | -------------------------------------------------------------------------------- /~/.config/zsh/09-vocal.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/09-vocal.zsh -------------------------------------------------------------------------------- /~/.config/zsh/zsh_path.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.config/zsh/zsh_path.sh -------------------------------------------------------------------------------- /~/.ctags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.ctags -------------------------------------------------------------------------------- /~/.curlrc: -------------------------------------------------------------------------------- 1 | #progress-bar 2 | continue-at - 3 | fail 4 | tcp-fastopen 5 | -------------------------------------------------------------------------------- /~/.hgignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.hgignore -------------------------------------------------------------------------------- /~/.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.jshintrc -------------------------------------------------------------------------------- /~/.keynavrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.keynavrc -------------------------------------------------------------------------------- /~/.mozilla/firefox/default/chrome/userChrome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.mozilla/firefox/default/chrome/userChrome.css -------------------------------------------------------------------------------- /~/.mozilla/firefox/default/search-metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.mozilla/firefox/default/search-metadata.json -------------------------------------------------------------------------------- /~/.mozilla/firefox/default/searchplugins/duckduckgo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.mozilla/firefox/default/searchplugins/duckduckgo.xml -------------------------------------------------------------------------------- /~/.mozilla/firefox/default/user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.mozilla/firefox/default/user.js -------------------------------------------------------------------------------- /~/.mozilla/firefox/profiles.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.mozilla/firefox/profiles.ini -------------------------------------------------------------------------------- /~/.mrconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.mrconfig -------------------------------------------------------------------------------- /~/.mutt/gpgrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.mutt/gpgrc -------------------------------------------------------------------------------- /~/.mutt/muttrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.mutt/muttrc -------------------------------------------------------------------------------- /~/.polipo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.polipo -------------------------------------------------------------------------------- /~/.ssh/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.ssh/config -------------------------------------------------------------------------------- /~/.tern-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.tern-config -------------------------------------------------------------------------------- /~/.tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.tmux.conf -------------------------------------------------------------------------------- /~/.todo.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.todo.cfg -------------------------------------------------------------------------------- /~/.urlview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.urlview -------------------------------------------------------------------------------- /~/.vmware/preferences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.vmware/preferences -------------------------------------------------------------------------------- /~/.xmodmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.xmodmap -------------------------------------------------------------------------------- /~/.ycm_extra_conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lejenome/dotfiles/HEAD/~/.ycm_extra_conf.py --------------------------------------------------------------------------------