├── .gitattributes ├── .gitignore ├── .gitmodules ├── .stow-local-ignore ├── .stowrc ├── LICENSE ├── LICENSE.MPL ├── README.rst ├── TODO ├── bash ├── .bashrc ├── .inputrc └── package.list ├── cargo ├── .local │ └── share │ │ └── cargo │ │ └── config.toml └── package.list ├── clang ├── .clang-format ├── .clang-tidy ├── .config │ └── clangd │ │ └── config.yaml └── package.list ├── curl ├── .config │ └── curlrc └── package.list ├── emacs └── .emacs.d │ └── init.el ├── envvars ├── .config │ └── plasma-workspace │ │ └── env │ │ └── xprofile.sh ├── .xprofile └── package.list ├── fcitx5 ├── .gitignore ├── .local │ └── share │ │ └── fcitx5 │ │ ├── lua │ │ └── imeapi │ │ │ └── extensions │ │ │ ├── BinOctHex.lua │ │ │ ├── calculator.lua │ │ │ ├── hanyupinyin.lua │ │ │ ├── ipa.lua │ │ │ ├── last.lua │ │ │ ├── pwgen.lua │ │ │ ├── spusim.lua │ │ │ └── timestamp.lua │ │ ├── pinyin │ │ ├── .gitignore │ │ ├── customphrase │ │ ├── pianwen.addons.txt │ │ └── symbolic.dict.txt │ │ └── punctuation │ │ └── punc.mb.zh_CN └── package.list ├── firefox ├── .mozilla │ └── firefox │ │ └── userprofile │ │ ├── chrome │ │ └── userChrome.css │ │ └── user.js └── package.list ├── fontconfig ├── .config │ └── fontconfig │ │ └── conf.d │ │ ├── 10-setting.conf │ │ ├── 20-disable-onum.conf │ │ ├── 20-fira-code.conf │ │ ├── 20-monaco.conf │ │ ├── 20-noto-color-emoji.conf │ │ ├── 20-twemoji.conf │ │ ├── 20-zhudou-sans.conf │ │ ├── 30-frutiger.conf │ │ ├── 30-replace-charset.conf │ │ ├── 30-web-postscript-safe-fonts.conf │ │ ├── 40-extended-system-fonts.conf │ │ ├── 40-replace-ja.conf.disabled │ │ ├── 40-replace-ko.conf.disabled │ │ ├── 40-replace-latin.conf │ │ ├── 40-replace-monospace.conf │ │ ├── 40-replace-zh-cn-others.conf │ │ ├── 40-replace-zh-cn.conf.disabled │ │ ├── 40-replace-zh-tw-others.conf │ │ ├── 40-replace-zh-tw.conf.disabled │ │ ├── 45-mpv-font.conf │ │ ├── 45-retroarch-font.conf │ │ ├── 45-thunderbird.conf │ │ ├── 60-generic.conf │ │ ├── 61-arabic-urdu-persian-fix.conf │ │ ├── 61-hanyi-shufang-fix.conf │ │ ├── 61-ibm-plex-sans.conf │ │ ├── 61-lxgw-wenkai.conf │ │ ├── 61-replace-noto-cjk-with-source-han.conf.disabled │ │ ├── 61-source-han-lang-attr-fix.conf │ │ └── 61-use-shanggu-for-tc.conf ├── .stow-local-ignore ├── etc │ ├── conf.avail │ │ └── 66-qt.conf │ └── conf.d │ │ └── 66-qt.conf └── package.list ├── gdb ├── .config │ └── gdb │ │ ├── firefox-symbols.py │ │ ├── gdbinit │ │ ├── gdbinit-gef │ │ ├── gdbinit-peda │ │ ├── gdbinit-pwndbg │ │ └── printers │ │ ├── helper.py │ │ ├── kde.py │ │ ├── libcxx-printers.py │ │ ├── llvm-prettyprinters.py │ │ ├── mlir-prettyprinters.py │ │ ├── pretty-printers.gdbinit │ │ └── qt.py └── package.list ├── git ├── .config │ ├── git │ │ ├── .gitignore │ │ ├── aliases.config │ │ ├── aosc.config │ │ ├── archlinux.config │ │ ├── archlinuxcn.config │ │ ├── config │ │ ├── diff-specified.config │ │ ├── format.config │ │ ├── gitattributes │ │ ├── gitignore │ │ ├── instead.config │ │ ├── kde.config │ │ ├── linux.config │ │ ├── platform │ │ │ └── termux.config │ │ ├── qt.config │ │ └── sendmail.config │ └── lazygit │ │ └── config.yml ├── .local │ └── bin │ │ └── docx2txt-git-diff └── package.list ├── golang └── .config │ └── go │ └── env ├── gpg ├── .caffrc ├── .config │ └── systemd │ │ └── user │ │ └── keyboxd.service ├── .gnupg │ ├── .gitignore │ ├── common.conf │ ├── gpg-agent.conf │ ├── gpg.conf │ ├── scdaemon.conf │ └── sshcontrol ├── POSTINSTALL.md └── package.list ├── hg ├── .config │ └── hg │ │ └── hgrc └── package.list ├── ipython ├── .config │ └── ipython │ │ └── profile_default │ │ ├── .gitignore │ │ └── ipython_config.py └── package.list ├── kate ├── .local │ └── share │ │ └── org.kde.syntax-highlighting │ │ └── syntax │ │ ├── Makefile │ │ ├── README.rst │ │ ├── exim.xml │ │ ├── ipfw.xml │ │ ├── llvm-tablegen.xml │ │ ├── nginx-keywords.sh │ │ ├── nginx.xml │ │ ├── pam_env.xml │ │ ├── python.xml │ │ ├── sfz.xml │ │ ├── smarty.xml │ │ ├── vim.xml │ │ ├── vue.xml │ │ └── yaml.xml └── package.list ├── konsole └── .local │ └── share │ └── konsole │ ├── Coelacanthus.colorscheme │ └── Coelacanthus.profile ├── latex └── .config │ └── latexmk │ └── latexmkrc ├── limit-run └── .config │ └── systemd │ └── user │ ├── limit-cpu.slice │ ├── limit-mem.slice │ └── limit-run.slice ├── lldb ├── .config │ └── lldb │ │ ├── formatters │ │ ├── all.py │ │ ├── helpers.py │ │ ├── kde.py │ │ ├── qt.py │ │ └── synthetic │ │ │ ├── gnu_libstdcpp.py │ │ │ └── libcxx.py │ │ └── utils.py └── .lldbinit ├── msmtp └── .config │ └── msmtp │ ├── .gitignore │ └── config.example ├── mutt ├── .config │ ├── mutt │ │ ├── color.d │ │ │ ├── okubax.muttrc │ │ │ ├── solarized-dark-256.muttrc │ │ │ ├── solarized-light-16.muttrc │ │ │ └── solarized-light-256.muttrc │ │ ├── gpg.rc │ │ ├── mailboxes │ │ ├── mailcap │ │ ├── markdown2html │ │ ├── muttrc │ │ ├── muttrc.aliases │ │ ├── muttrc.d │ │ │ ├── aosc │ │ │ ├── gmail │ │ │ └── outlook │ │ ├── muttrc.keybind │ │ ├── muttrc.sidebar │ │ └── signature │ │ │ └── outlook │ └── offlineimap │ │ ├── .gitignore │ │ └── config ├── .gitignore ├── .local │ └── bin │ │ └── mkaddr.pl └── package.list ├── npm ├── .config │ └── npm │ │ └── npmrc └── package.list ├── package.list ├── pacman └── .config │ └── pacman │ └── makepkg.conf ├── paru ├── .config │ └── paru │ │ └── paru.conf └── package.list ├── ripgrep ├── .config │ └── ripgreprc └── package.list ├── screen └── .screenrc ├── scripts └── scripts │ ├── cf-check │ ├── cf-domains.txt │ ├── colors.py │ ├── filesizehistogram.py │ ├── gh-check │ └── spectre-meltdown-checker.sh ├── ssh ├── .config │ └── user-tmpfiles.d │ │ └── ssh.conf ├── .ssh │ ├── .gitignore │ ├── 06F96A0FB5AD258D.pub │ ├── conf.d │ │ ├── 10-githost │ │ ├── 99-compat │ │ ├── 99-proxy │ │ └── aosc │ ├── config │ ├── known_hosts.d │ │ ├── aosc │ │ └── public │ ├── socket │ │ └── .gitkeep │ └── sshd_config └── package.list ├── stow.sh ├── sysctl ├── 99-harden.conf ├── 99-perf.conf └── Makefile ├── systemd └── .config │ └── systemd │ └── user │ ├── .gitignore │ ├── easyeffects.service │ ├── fava.service │ ├── limit-cpu.slice │ ├── limit-mem.slice │ ├── limit-run.slice │ ├── network-online.target │ ├── refresh-gmail-xoauth-token.service │ ├── refresh-gmail-xoauth-token.timer │ └── wait-online.service ├── thunderbird ├── Profile │ └── Coelacanthus │ │ └── user.js └── package.list ├── tmux ├── .config │ └── tmux │ │ ├── palletes │ │ └── tokyo-night.sh │ │ ├── theme.tmux │ │ └── tmux.conf └── package.list ├── tridactyl └── .config │ └── tridactyl │ └── tridactylrc ├── vim ├── .editorconfig ├── .vim │ ├── .VimballRecord │ ├── .gitignore │ ├── UltiSnips │ │ ├── sh.snippets │ │ └── snippets.snippets │ ├── after │ │ ├── ftplugin │ │ │ ├── json.vim │ │ │ ├── latex.vim │ │ │ └── tex.vim │ │ └── indent │ │ │ └── vim.vim │ ├── autoload │ │ ├── AnsiEsc.vim │ │ ├── mathmenu.vim │ │ └── vis.vim │ ├── compile_flags.txt │ ├── conf.d │ │ ├── airline.vim │ │ ├── ale.vim │ │ ├── asynccomplete.vim │ │ ├── committia.vim │ │ ├── echodoc.vim │ │ ├── git.vim │ │ ├── gtags.vim │ │ ├── language-server.vim │ │ ├── matchup.vim │ │ ├── vim-cycle.vim │ │ ├── vim9-stargate.vim │ │ └── vimtex.vim │ ├── dein.d │ │ └── asyncomplete.toml │ ├── doc │ │ ├── AnsiEsc.txt │ │ ├── cecutil.txt │ │ ├── mathmenu.txt │ │ ├── tags │ │ └── vis.txt │ ├── filetype.vim │ ├── ftdetect │ │ └── gitignore.vim │ ├── ftplugin │ │ ├── asciidoctor.vim │ │ ├── c.vim │ │ ├── cmake.vim │ │ ├── cpp.vim │ │ ├── cuda.vim │ │ ├── go.vim │ │ ├── haskell.vim │ │ ├── help.vim │ │ ├── jq.vim │ │ ├── json.vim │ │ ├── latex.vim │ │ ├── mail.vim │ │ ├── markdown.vim │ │ ├── racket.vim │ │ ├── rust.vim │ │ └── scheme.vim │ ├── keymap │ │ └── math.vim │ ├── plugin │ │ ├── AnsiEscPlugin.vim │ │ ├── AutoMkdir.vim │ │ ├── cecutil.vim │ │ ├── mathmenuPlugin.vim │ │ └── visPlugin.vim │ ├── plugins.vim │ ├── scripts.vim │ ├── spell │ │ ├── en.utf-8.add │ │ └── en.utf-8.add.spl │ ├── syntax │ │ ├── bbcode.vim │ │ ├── bird.vim │ │ ├── getmailrc.vim │ │ ├── gitignore.vim │ │ ├── pacmanlog.vim │ │ ├── pgsql.vim │ │ ├── racket.vim │ │ ├── rfc.vim │ │ ├── scheme.vim │ │ ├── wiki.vim │ │ ├── wiki │ │ │ └── code.vim │ │ └── xul.vim │ ├── vim8.vimrc │ └── vimrc └── package.list ├── weechat ├── .weechat │ ├── .gitignore │ ├── alias.conf │ ├── autosort.conf │ ├── buflist.conf │ ├── charset.conf │ ├── colorize_nicks.conf │ ├── exec.conf │ ├── fifo.conf │ ├── fset.conf │ ├── guile.conf │ ├── irc.conf │ ├── iset.conf │ ├── logger.conf │ ├── logs │ │ └── .gitignore │ ├── lua.conf │ ├── perl.conf │ ├── perl │ │ ├── autoload │ │ │ └── iset.pl │ │ ├── iset.pl │ │ └── multiline.pl │ ├── plugins.conf │ ├── python.conf │ ├── python │ │ ├── autoload │ │ │ ├── autosort.py │ │ │ ├── colorize_nicks.py │ │ │ ├── notify_send.py │ │ │ └── weechat_bot2human.py │ │ ├── autosort.py │ │ ├── colorize_nicks.py │ │ ├── notify_send.py │ │ └── weechat_bot2human.py │ ├── relay.conf │ ├── ruby.conf │ ├── script.conf │ ├── spell.conf │ ├── tcl.conf │ ├── trigger.conf │ ├── typing.conf │ ├── weechat.conf │ └── xfer.conf ├── README.md ├── TODO └── package.list ├── wget └── .config │ └── wget │ └── config.ini ├── yakuake ├── .config │ └── yakuakerc └── package.list ├── zathura └── .config │ └── zathura │ └── zathurarc └── zsh ├── .config ├── starship.toml └── zsh.d │ ├── .gitignore │ ├── .hidden │ ├── .zshrc │ ├── Arch.zsh │ ├── Termux.zsh │ ├── alias.zsh │ ├── commands │ ├── gpg-keys-signed-by │ └── yank │ ├── completion.d │ ├── editor.zsh │ ├── git.zsh │ ├── img_av.zsh │ ├── llvm.zsh │ ├── mutt.zsh │ ├── python.zsh │ ├── ssh.zsh │ └── systemd.zsh │ ├── completion.zsh │ ├── completions │ ├── _arc │ ├── _aria2c │ ├── _binutils-config │ ├── _birdc │ ├── _cargo-clippy │ ├── _cargo-fmt │ ├── _clang-doc │ ├── _clang-format │ ├── _clang-include-fixer │ ├── _clangd │ ├── _clangd-indexer │ ├── _cpan │ ├── _cpanm │ ├── _efibootmgr │ ├── _ekeyword │ ├── _eselect │ ├── _flake8 │ ├── _flatc │ ├── _g-cpan │ ├── _gcc-config │ ├── _genlop │ ├── _gentoo_arches │ ├── _gentoo_packages │ ├── _gentoo_repos │ ├── _gentoo_repos_conf │ ├── _gentoolkit │ ├── _git-absorb │ ├── _grc │ ├── _guix │ ├── _hashcat │ ├── _ipfs │ ├── _layman │ ├── _lldb-server │ ├── _llvm-config │ ├── _llvm-dwarfdump │ ├── _llvm-objdump │ ├── _openocd │ ├── _pactree │ ├── _perl-cleaner │ ├── _pipx │ ├── _pkgconf │ ├── _portage │ ├── _portage_utils │ ├── _pygmentize │ ├── _racket │ ├── _repo │ ├── _rust-analyzer │ ├── _rust-gdb │ ├── _rust-lldb │ ├── _rustdoc │ ├── _rustfmt │ ├── _rustup │ ├── _tio │ ├── _tokei │ └── _yasm │ ├── config.zsh │ ├── function.zsh │ ├── functions │ └── bracketed-paste-win-path │ ├── keybind.zsh │ ├── p10k.zsh │ ├── plugin.zsh │ ├── plugins │ ├── LS_COLORS │ ├── better-man-pages.plugin.zsh │ ├── cpan-completion.plugin.zsh │ ├── dotenv.plugin.zsh │ ├── git.plugin.zsh │ ├── grc.zsh │ └── ssh.plugin.zsh │ ├── prompt.init.zsh │ ├── prompt.zsh │ └── zhistory │ └── .gitkeep ├── .zshenv └── package.list /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/.gitmodules -------------------------------------------------------------------------------- /.stow-local-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/.stow-local-ignore -------------------------------------------------------------------------------- /.stowrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/.stowrc -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | LICENSE.MPL -------------------------------------------------------------------------------- /LICENSE.MPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/LICENSE.MPL -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/README.rst -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/TODO -------------------------------------------------------------------------------- /bash/.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/bash/.bashrc -------------------------------------------------------------------------------- /bash/.inputrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/bash/.inputrc -------------------------------------------------------------------------------- /bash/package.list: -------------------------------------------------------------------------------- 1 | pkgfile 2 | bash-completions 3 | -------------------------------------------------------------------------------- /cargo/.local/share/cargo/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/cargo/.local/share/cargo/config.toml -------------------------------------------------------------------------------- /cargo/package.list: -------------------------------------------------------------------------------- 1 | cargo-nightly 2 | -------------------------------------------------------------------------------- /clang/.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/clang/.clang-format -------------------------------------------------------------------------------- /clang/.clang-tidy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/clang/.clang-tidy -------------------------------------------------------------------------------- /clang/.config/clangd/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/clang/.config/clangd/config.yaml -------------------------------------------------------------------------------- /clang/package.list: -------------------------------------------------------------------------------- 1 | clang 2 | llvm 3 | -------------------------------------------------------------------------------- /curl/.config/curlrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/curl/.config/curlrc -------------------------------------------------------------------------------- /curl/package.list: -------------------------------------------------------------------------------- 1 | curl 2 | -------------------------------------------------------------------------------- /emacs/.emacs.d/init.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/emacs/.emacs.d/init.el -------------------------------------------------------------------------------- /envvars/.config/plasma-workspace/env/xprofile.sh: -------------------------------------------------------------------------------- 1 | /home/coelacanthus/.xprofile -------------------------------------------------------------------------------- /envvars/.xprofile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/envvars/.xprofile -------------------------------------------------------------------------------- /envvars/package.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/envvars/package.list -------------------------------------------------------------------------------- /fcitx5/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fcitx5/.gitignore -------------------------------------------------------------------------------- /fcitx5/.local/share/fcitx5/lua/imeapi/extensions/BinOctHex.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fcitx5/.local/share/fcitx5/lua/imeapi/extensions/BinOctHex.lua -------------------------------------------------------------------------------- /fcitx5/.local/share/fcitx5/lua/imeapi/extensions/calculator.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fcitx5/.local/share/fcitx5/lua/imeapi/extensions/calculator.lua -------------------------------------------------------------------------------- /fcitx5/.local/share/fcitx5/lua/imeapi/extensions/hanyupinyin.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fcitx5/.local/share/fcitx5/lua/imeapi/extensions/hanyupinyin.lua -------------------------------------------------------------------------------- /fcitx5/.local/share/fcitx5/lua/imeapi/extensions/ipa.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fcitx5/.local/share/fcitx5/lua/imeapi/extensions/ipa.lua -------------------------------------------------------------------------------- /fcitx5/.local/share/fcitx5/lua/imeapi/extensions/last.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fcitx5/.local/share/fcitx5/lua/imeapi/extensions/last.lua -------------------------------------------------------------------------------- /fcitx5/.local/share/fcitx5/lua/imeapi/extensions/pwgen.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fcitx5/.local/share/fcitx5/lua/imeapi/extensions/pwgen.lua -------------------------------------------------------------------------------- /fcitx5/.local/share/fcitx5/lua/imeapi/extensions/spusim.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fcitx5/.local/share/fcitx5/lua/imeapi/extensions/spusim.lua -------------------------------------------------------------------------------- /fcitx5/.local/share/fcitx5/lua/imeapi/extensions/timestamp.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fcitx5/.local/share/fcitx5/lua/imeapi/extensions/timestamp.lua -------------------------------------------------------------------------------- /fcitx5/.local/share/fcitx5/pinyin/.gitignore: -------------------------------------------------------------------------------- 1 | chengyu/ 2 | user.* 3 | -------------------------------------------------------------------------------- /fcitx5/.local/share/fcitx5/pinyin/customphrase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fcitx5/.local/share/fcitx5/pinyin/customphrase -------------------------------------------------------------------------------- /fcitx5/.local/share/fcitx5/pinyin/pianwen.addons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fcitx5/.local/share/fcitx5/pinyin/pianwen.addons.txt -------------------------------------------------------------------------------- /fcitx5/.local/share/fcitx5/pinyin/symbolic.dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fcitx5/.local/share/fcitx5/pinyin/symbolic.dict.txt -------------------------------------------------------------------------------- /fcitx5/.local/share/fcitx5/punctuation/punc.mb.zh_CN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fcitx5/.local/share/fcitx5/punctuation/punc.mb.zh_CN -------------------------------------------------------------------------------- /fcitx5/package.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fcitx5/package.list -------------------------------------------------------------------------------- /firefox/.mozilla/firefox/userprofile/chrome/userChrome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/firefox/.mozilla/firefox/userprofile/chrome/userChrome.css -------------------------------------------------------------------------------- /firefox/.mozilla/firefox/userprofile/user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/firefox/.mozilla/firefox/userprofile/user.js -------------------------------------------------------------------------------- /firefox/package.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/firefox/package.list -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/10-setting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/10-setting.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/20-disable-onum.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/20-disable-onum.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/20-fira-code.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/20-fira-code.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/20-monaco.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/20-monaco.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/20-noto-color-emoji.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/20-noto-color-emoji.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/20-twemoji.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/20-twemoji.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/20-zhudou-sans.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/20-zhudou-sans.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/30-frutiger.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/30-frutiger.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/30-replace-charset.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/30-replace-charset.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/30-web-postscript-safe-fonts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/30-web-postscript-safe-fonts.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/40-extended-system-fonts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/40-extended-system-fonts.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/40-replace-ja.conf.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/40-replace-ja.conf.disabled -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/40-replace-ko.conf.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/40-replace-ko.conf.disabled -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/40-replace-latin.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/40-replace-latin.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/40-replace-monospace.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/40-replace-monospace.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/40-replace-zh-cn-others.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/40-replace-zh-cn-others.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/40-replace-zh-cn.conf.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/40-replace-zh-cn.conf.disabled -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/40-replace-zh-tw-others.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/40-replace-zh-tw-others.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/40-replace-zh-tw.conf.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/40-replace-zh-tw.conf.disabled -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/45-mpv-font.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/45-mpv-font.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/45-retroarch-font.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/45-retroarch-font.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/45-thunderbird.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/45-thunderbird.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/60-generic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/60-generic.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/61-arabic-urdu-persian-fix.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/61-arabic-urdu-persian-fix.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/61-hanyi-shufang-fix.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/61-hanyi-shufang-fix.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/61-ibm-plex-sans.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/61-ibm-plex-sans.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/61-lxgw-wenkai.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/61-lxgw-wenkai.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/61-replace-noto-cjk-with-source-han.conf.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/61-replace-noto-cjk-with-source-han.conf.disabled -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/61-source-han-lang-attr-fix.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/61-source-han-lang-attr-fix.conf -------------------------------------------------------------------------------- /fontconfig/.config/fontconfig/conf.d/61-use-shanggu-for-tc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/.config/fontconfig/conf.d/61-use-shanggu-for-tc.conf -------------------------------------------------------------------------------- /fontconfig/.stow-local-ignore: -------------------------------------------------------------------------------- 1 | etc 2 | -------------------------------------------------------------------------------- /fontconfig/etc/conf.avail/66-qt.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/etc/conf.avail/66-qt.conf -------------------------------------------------------------------------------- /fontconfig/etc/conf.d/66-qt.conf: -------------------------------------------------------------------------------- 1 | ../conf.avail/66-qt.conf -------------------------------------------------------------------------------- /fontconfig/package.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/fontconfig/package.list -------------------------------------------------------------------------------- /gdb/.config/gdb/firefox-symbols.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gdb/.config/gdb/firefox-symbols.py -------------------------------------------------------------------------------- /gdb/.config/gdb/gdbinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gdb/.config/gdb/gdbinit -------------------------------------------------------------------------------- /gdb/.config/gdb/gdbinit-gef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gdb/.config/gdb/gdbinit-gef -------------------------------------------------------------------------------- /gdb/.config/gdb/gdbinit-peda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gdb/.config/gdb/gdbinit-peda -------------------------------------------------------------------------------- /gdb/.config/gdb/gdbinit-pwndbg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gdb/.config/gdb/gdbinit-pwndbg -------------------------------------------------------------------------------- /gdb/.config/gdb/printers/helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gdb/.config/gdb/printers/helper.py -------------------------------------------------------------------------------- /gdb/.config/gdb/printers/kde.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gdb/.config/gdb/printers/kde.py -------------------------------------------------------------------------------- /gdb/.config/gdb/printers/libcxx-printers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gdb/.config/gdb/printers/libcxx-printers.py -------------------------------------------------------------------------------- /gdb/.config/gdb/printers/llvm-prettyprinters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gdb/.config/gdb/printers/llvm-prettyprinters.py -------------------------------------------------------------------------------- /gdb/.config/gdb/printers/mlir-prettyprinters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gdb/.config/gdb/printers/mlir-prettyprinters.py -------------------------------------------------------------------------------- /gdb/.config/gdb/printers/pretty-printers.gdbinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gdb/.config/gdb/printers/pretty-printers.gdbinit -------------------------------------------------------------------------------- /gdb/.config/gdb/printers/qt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gdb/.config/gdb/printers/qt.py -------------------------------------------------------------------------------- /gdb/package.list: -------------------------------------------------------------------------------- 1 | gdb 2 | gef 3 | -------------------------------------------------------------------------------- /git/.config/git/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/git/.config/git/.gitignore -------------------------------------------------------------------------------- /git/.config/git/aliases.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/git/.config/git/aliases.config -------------------------------------------------------------------------------- /git/.config/git/aosc.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/git/.config/git/aosc.config -------------------------------------------------------------------------------- /git/.config/git/archlinux.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/git/.config/git/archlinux.config -------------------------------------------------------------------------------- /git/.config/git/archlinuxcn.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/git/.config/git/archlinuxcn.config -------------------------------------------------------------------------------- /git/.config/git/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/git/.config/git/config -------------------------------------------------------------------------------- /git/.config/git/diff-specified.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/git/.config/git/diff-specified.config -------------------------------------------------------------------------------- /git/.config/git/format.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/git/.config/git/format.config -------------------------------------------------------------------------------- /git/.config/git/gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/git/.config/git/gitattributes -------------------------------------------------------------------------------- /git/.config/git/gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/git/.config/git/gitignore -------------------------------------------------------------------------------- /git/.config/git/instead.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/git/.config/git/instead.config -------------------------------------------------------------------------------- /git/.config/git/kde.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/git/.config/git/kde.config -------------------------------------------------------------------------------- /git/.config/git/linux.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/git/.config/git/linux.config -------------------------------------------------------------------------------- /git/.config/git/platform/termux.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/git/.config/git/platform/termux.config -------------------------------------------------------------------------------- /git/.config/git/qt.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/git/.config/git/qt.config -------------------------------------------------------------------------------- /git/.config/git/sendmail.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/git/.config/git/sendmail.config -------------------------------------------------------------------------------- /git/.config/lazygit/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/git/.config/lazygit/config.yml -------------------------------------------------------------------------------- /git/.local/bin/docx2txt-git-diff: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | docx2txt "$1" - 3 | -------------------------------------------------------------------------------- /git/package.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/git/package.list -------------------------------------------------------------------------------- /golang/.config/go/env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/golang/.config/go/env -------------------------------------------------------------------------------- /gpg/.caffrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gpg/.caffrc -------------------------------------------------------------------------------- /gpg/.config/systemd/user/keyboxd.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gpg/.config/systemd/user/keyboxd.service -------------------------------------------------------------------------------- /gpg/.gnupg/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gpg/.gnupg/.gitignore -------------------------------------------------------------------------------- /gpg/.gnupg/common.conf: -------------------------------------------------------------------------------- 1 | use-keyboxd 2 | -------------------------------------------------------------------------------- /gpg/.gnupg/gpg-agent.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gpg/.gnupg/gpg-agent.conf -------------------------------------------------------------------------------- /gpg/.gnupg/gpg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gpg/.gnupg/gpg.conf -------------------------------------------------------------------------------- /gpg/.gnupg/scdaemon.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gpg/.gnupg/scdaemon.conf -------------------------------------------------------------------------------- /gpg/.gnupg/sshcontrol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gpg/.gnupg/sshcontrol -------------------------------------------------------------------------------- /gpg/POSTINSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/gpg/POSTINSTALL.md -------------------------------------------------------------------------------- /gpg/package.list: -------------------------------------------------------------------------------- 1 | gnupg 2 | signing-party 3 | -------------------------------------------------------------------------------- /hg/.config/hg/hgrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/hg/.config/hg/hgrc -------------------------------------------------------------------------------- /hg/package.list: -------------------------------------------------------------------------------- 1 | mercurial 2 | -------------------------------------------------------------------------------- /ipython/.config/ipython/profile_default/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | !ipython_config.py 4 | -------------------------------------------------------------------------------- /ipython/.config/ipython/profile_default/ipython_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/ipython/.config/ipython/profile_default/ipython_config.py -------------------------------------------------------------------------------- /ipython/package.list: -------------------------------------------------------------------------------- 1 | ipython 2 | -------------------------------------------------------------------------------- /kate/.local/share/org.kde.syntax-highlighting/syntax/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/kate/.local/share/org.kde.syntax-highlighting/syntax/Makefile -------------------------------------------------------------------------------- /kate/.local/share/org.kde.syntax-highlighting/syntax/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/kate/.local/share/org.kde.syntax-highlighting/syntax/README.rst -------------------------------------------------------------------------------- /kate/.local/share/org.kde.syntax-highlighting/syntax/exim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/kate/.local/share/org.kde.syntax-highlighting/syntax/exim.xml -------------------------------------------------------------------------------- /kate/.local/share/org.kde.syntax-highlighting/syntax/ipfw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/kate/.local/share/org.kde.syntax-highlighting/syntax/ipfw.xml -------------------------------------------------------------------------------- /kate/.local/share/org.kde.syntax-highlighting/syntax/llvm-tablegen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/kate/.local/share/org.kde.syntax-highlighting/syntax/llvm-tablegen.xml -------------------------------------------------------------------------------- /kate/.local/share/org.kde.syntax-highlighting/syntax/nginx-keywords.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/kate/.local/share/org.kde.syntax-highlighting/syntax/nginx-keywords.sh -------------------------------------------------------------------------------- /kate/.local/share/org.kde.syntax-highlighting/syntax/nginx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/kate/.local/share/org.kde.syntax-highlighting/syntax/nginx.xml -------------------------------------------------------------------------------- /kate/.local/share/org.kde.syntax-highlighting/syntax/pam_env.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/kate/.local/share/org.kde.syntax-highlighting/syntax/pam_env.xml -------------------------------------------------------------------------------- /kate/.local/share/org.kde.syntax-highlighting/syntax/python.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/kate/.local/share/org.kde.syntax-highlighting/syntax/python.xml -------------------------------------------------------------------------------- /kate/.local/share/org.kde.syntax-highlighting/syntax/sfz.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/kate/.local/share/org.kde.syntax-highlighting/syntax/sfz.xml -------------------------------------------------------------------------------- /kate/.local/share/org.kde.syntax-highlighting/syntax/smarty.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/kate/.local/share/org.kde.syntax-highlighting/syntax/smarty.xml -------------------------------------------------------------------------------- /kate/.local/share/org.kde.syntax-highlighting/syntax/vim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/kate/.local/share/org.kde.syntax-highlighting/syntax/vim.xml -------------------------------------------------------------------------------- /kate/.local/share/org.kde.syntax-highlighting/syntax/vue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/kate/.local/share/org.kde.syntax-highlighting/syntax/vue.xml -------------------------------------------------------------------------------- /kate/.local/share/org.kde.syntax-highlighting/syntax/yaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/kate/.local/share/org.kde.syntax-highlighting/syntax/yaml.xml -------------------------------------------------------------------------------- /kate/package.list: -------------------------------------------------------------------------------- 1 | kate 2 | -------------------------------------------------------------------------------- /konsole/.local/share/konsole/Coelacanthus.colorscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/konsole/.local/share/konsole/Coelacanthus.colorscheme -------------------------------------------------------------------------------- /konsole/.local/share/konsole/Coelacanthus.profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/konsole/.local/share/konsole/Coelacanthus.profile -------------------------------------------------------------------------------- /latex/.config/latexmk/latexmkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/latex/.config/latexmk/latexmkrc -------------------------------------------------------------------------------- /limit-run/.config/systemd/user/limit-cpu.slice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/limit-run/.config/systemd/user/limit-cpu.slice -------------------------------------------------------------------------------- /limit-run/.config/systemd/user/limit-mem.slice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/limit-run/.config/systemd/user/limit-mem.slice -------------------------------------------------------------------------------- /limit-run/.config/systemd/user/limit-run.slice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/limit-run/.config/systemd/user/limit-run.slice -------------------------------------------------------------------------------- /lldb/.config/lldb/formatters/all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/lldb/.config/lldb/formatters/all.py -------------------------------------------------------------------------------- /lldb/.config/lldb/formatters/helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/lldb/.config/lldb/formatters/helpers.py -------------------------------------------------------------------------------- /lldb/.config/lldb/formatters/kde.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/lldb/.config/lldb/formatters/kde.py -------------------------------------------------------------------------------- /lldb/.config/lldb/formatters/qt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/lldb/.config/lldb/formatters/qt.py -------------------------------------------------------------------------------- /lldb/.config/lldb/formatters/synthetic/gnu_libstdcpp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/lldb/.config/lldb/formatters/synthetic/gnu_libstdcpp.py -------------------------------------------------------------------------------- /lldb/.config/lldb/formatters/synthetic/libcxx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/lldb/.config/lldb/formatters/synthetic/libcxx.py -------------------------------------------------------------------------------- /lldb/.config/lldb/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/lldb/.config/lldb/utils.py -------------------------------------------------------------------------------- /lldb/.lldbinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/lldb/.lldbinit -------------------------------------------------------------------------------- /msmtp/.config/msmtp/.gitignore: -------------------------------------------------------------------------------- 1 | config 2 | *.json 3 | -------------------------------------------------------------------------------- /msmtp/.config/msmtp/config.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/msmtp/.config/msmtp/config.example -------------------------------------------------------------------------------- /mutt/.config/mutt/color.d/okubax.muttrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/mutt/.config/mutt/color.d/okubax.muttrc -------------------------------------------------------------------------------- /mutt/.config/mutt/color.d/solarized-dark-256.muttrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/mutt/.config/mutt/color.d/solarized-dark-256.muttrc -------------------------------------------------------------------------------- /mutt/.config/mutt/color.d/solarized-light-16.muttrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/mutt/.config/mutt/color.d/solarized-light-16.muttrc -------------------------------------------------------------------------------- /mutt/.config/mutt/color.d/solarized-light-256.muttrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/mutt/.config/mutt/color.d/solarized-light-256.muttrc -------------------------------------------------------------------------------- /mutt/.config/mutt/gpg.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/mutt/.config/mutt/gpg.rc -------------------------------------------------------------------------------- /mutt/.config/mutt/mailboxes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/mutt/.config/mutt/mailboxes -------------------------------------------------------------------------------- /mutt/.config/mutt/mailcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/mutt/.config/mutt/mailcap -------------------------------------------------------------------------------- /mutt/.config/mutt/markdown2html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/mutt/.config/mutt/markdown2html -------------------------------------------------------------------------------- /mutt/.config/mutt/muttrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/mutt/.config/mutt/muttrc -------------------------------------------------------------------------------- /mutt/.config/mutt/muttrc.aliases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/mutt/.config/mutt/muttrc.aliases -------------------------------------------------------------------------------- /mutt/.config/mutt/muttrc.d/aosc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/mutt/.config/mutt/muttrc.d/aosc -------------------------------------------------------------------------------- /mutt/.config/mutt/muttrc.d/gmail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/mutt/.config/mutt/muttrc.d/gmail -------------------------------------------------------------------------------- /mutt/.config/mutt/muttrc.d/outlook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/mutt/.config/mutt/muttrc.d/outlook -------------------------------------------------------------------------------- /mutt/.config/mutt/muttrc.keybind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/mutt/.config/mutt/muttrc.keybind -------------------------------------------------------------------------------- /mutt/.config/mutt/muttrc.sidebar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/mutt/.config/mutt/muttrc.sidebar -------------------------------------------------------------------------------- /mutt/.config/mutt/signature/outlook: -------------------------------------------------------------------------------- 1 | GPG Fingerprint: 0xD0B24B9A4557F2B9 2 | -------------------------------------------------------------------------------- /mutt/.config/offlineimap/.gitignore: -------------------------------------------------------------------------------- 1 | pass/ 2 | -------------------------------------------------------------------------------- /mutt/.config/offlineimap/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/mutt/.config/offlineimap/config -------------------------------------------------------------------------------- /mutt/.gitignore: -------------------------------------------------------------------------------- 1 | oldmail-* 2 | -------------------------------------------------------------------------------- /mutt/.local/bin/mkaddr.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/mutt/.local/bin/mkaddr.pl -------------------------------------------------------------------------------- /mutt/package.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/mutt/package.list -------------------------------------------------------------------------------- /npm/.config/npm/npmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/npm/.config/npm/npmrc -------------------------------------------------------------------------------- /npm/package.list: -------------------------------------------------------------------------------- 1 | npm 2 | -------------------------------------------------------------------------------- /package.list: -------------------------------------------------------------------------------- 1 | stow 2 | git 3 | -------------------------------------------------------------------------------- /pacman/.config/pacman/makepkg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/pacman/.config/pacman/makepkg.conf -------------------------------------------------------------------------------- /paru/.config/paru/paru.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/paru/.config/paru/paru.conf -------------------------------------------------------------------------------- /paru/package.list: -------------------------------------------------------------------------------- 1 | paru 2 | -------------------------------------------------------------------------------- /ripgrep/.config/ripgreprc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/ripgrep/.config/ripgreprc -------------------------------------------------------------------------------- /ripgrep/package.list: -------------------------------------------------------------------------------- 1 | ripgrep 2 | -------------------------------------------------------------------------------- /screen/.screenrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/screen/.screenrc -------------------------------------------------------------------------------- /scripts/scripts/cf-check: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/scripts/scripts/cf-check -------------------------------------------------------------------------------- /scripts/scripts/cf-domains.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/scripts/scripts/cf-domains.txt -------------------------------------------------------------------------------- /scripts/scripts/colors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/scripts/scripts/colors.py -------------------------------------------------------------------------------- /scripts/scripts/filesizehistogram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/scripts/scripts/filesizehistogram.py -------------------------------------------------------------------------------- /scripts/scripts/gh-check: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/scripts/scripts/gh-check -------------------------------------------------------------------------------- /scripts/scripts/spectre-meltdown-checker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/scripts/scripts/spectre-meltdown-checker.sh -------------------------------------------------------------------------------- /ssh/.config/user-tmpfiles.d/ssh.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/ssh/.config/user-tmpfiles.d/ssh.conf -------------------------------------------------------------------------------- /ssh/.ssh/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/ssh/.ssh/.gitignore -------------------------------------------------------------------------------- /ssh/.ssh/06F96A0FB5AD258D.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/ssh/.ssh/06F96A0FB5AD258D.pub -------------------------------------------------------------------------------- /ssh/.ssh/conf.d/10-githost: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/ssh/.ssh/conf.d/10-githost -------------------------------------------------------------------------------- /ssh/.ssh/conf.d/99-compat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/ssh/.ssh/conf.d/99-compat -------------------------------------------------------------------------------- /ssh/.ssh/conf.d/99-proxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/ssh/.ssh/conf.d/99-proxy -------------------------------------------------------------------------------- /ssh/.ssh/conf.d/aosc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/ssh/.ssh/conf.d/aosc -------------------------------------------------------------------------------- /ssh/.ssh/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/ssh/.ssh/config -------------------------------------------------------------------------------- /ssh/.ssh/known_hosts.d/aosc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/ssh/.ssh/known_hosts.d/aosc -------------------------------------------------------------------------------- /ssh/.ssh/known_hosts.d/public: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/ssh/.ssh/known_hosts.d/public -------------------------------------------------------------------------------- /ssh/.ssh/socket/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ssh/.ssh/sshd_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/ssh/.ssh/sshd_config -------------------------------------------------------------------------------- /ssh/package.list: -------------------------------------------------------------------------------- 1 | openssh 2 | -------------------------------------------------------------------------------- /stow.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/stow.sh -------------------------------------------------------------------------------- /sysctl/99-harden.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/sysctl/99-harden.conf -------------------------------------------------------------------------------- /sysctl/99-perf.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/sysctl/99-perf.conf -------------------------------------------------------------------------------- /sysctl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/sysctl/Makefile -------------------------------------------------------------------------------- /systemd/.config/systemd/user/.gitignore: -------------------------------------------------------------------------------- 1 | default.target.wants 2 | -------------------------------------------------------------------------------- /systemd/.config/systemd/user/easyeffects.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/systemd/.config/systemd/user/easyeffects.service -------------------------------------------------------------------------------- /systemd/.config/systemd/user/fava.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/systemd/.config/systemd/user/fava.service -------------------------------------------------------------------------------- /systemd/.config/systemd/user/limit-cpu.slice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/systemd/.config/systemd/user/limit-cpu.slice -------------------------------------------------------------------------------- /systemd/.config/systemd/user/limit-mem.slice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/systemd/.config/systemd/user/limit-mem.slice -------------------------------------------------------------------------------- /systemd/.config/systemd/user/limit-run.slice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/systemd/.config/systemd/user/limit-run.slice -------------------------------------------------------------------------------- /systemd/.config/systemd/user/network-online.target: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Network is Online 3 | 4 | [Install] 5 | WantedBy=default.target 6 | -------------------------------------------------------------------------------- /systemd/.config/systemd/user/refresh-gmail-xoauth-token.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/systemd/.config/systemd/user/refresh-gmail-xoauth-token.service -------------------------------------------------------------------------------- /systemd/.config/systemd/user/refresh-gmail-xoauth-token.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/systemd/.config/systemd/user/refresh-gmail-xoauth-token.timer -------------------------------------------------------------------------------- /systemd/.config/systemd/user/wait-online.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/systemd/.config/systemd/user/wait-online.service -------------------------------------------------------------------------------- /thunderbird/Profile/Coelacanthus/user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/thunderbird/Profile/Coelacanthus/user.js -------------------------------------------------------------------------------- /thunderbird/package.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/thunderbird/package.list -------------------------------------------------------------------------------- /tmux/.config/tmux/palletes/tokyo-night.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/tmux/.config/tmux/palletes/tokyo-night.sh -------------------------------------------------------------------------------- /tmux/.config/tmux/theme.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/tmux/.config/tmux/theme.tmux -------------------------------------------------------------------------------- /tmux/.config/tmux/tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/tmux/.config/tmux/tmux.conf -------------------------------------------------------------------------------- /tmux/package.list: -------------------------------------------------------------------------------- 1 | tmux 2 | -------------------------------------------------------------------------------- /tridactyl/.config/tridactyl/tridactylrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/tridactyl/.config/tridactyl/tridactylrc -------------------------------------------------------------------------------- /vim/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.editorconfig -------------------------------------------------------------------------------- /vim/.vim/.VimballRecord: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/.VimballRecord -------------------------------------------------------------------------------- /vim/.vim/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/.gitignore -------------------------------------------------------------------------------- /vim/.vim/UltiSnips/sh.snippets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/UltiSnips/sh.snippets -------------------------------------------------------------------------------- /vim/.vim/UltiSnips/snippets.snippets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/UltiSnips/snippets.snippets -------------------------------------------------------------------------------- /vim/.vim/after/ftplugin/json.vim: -------------------------------------------------------------------------------- 1 | vim9script 2 | 3 | setlocal conceallevel=0 4 | -------------------------------------------------------------------------------- /vim/.vim/after/ftplugin/latex.vim: -------------------------------------------------------------------------------- 1 | ./tex.vim -------------------------------------------------------------------------------- /vim/.vim/after/ftplugin/tex.vim: -------------------------------------------------------------------------------- 1 | vim9script 2 | vimtex#init() 3 | -------------------------------------------------------------------------------- /vim/.vim/after/indent/vim.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/after/indent/vim.vim -------------------------------------------------------------------------------- /vim/.vim/autoload/AnsiEsc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/autoload/AnsiEsc.vim -------------------------------------------------------------------------------- /vim/.vim/autoload/mathmenu.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/autoload/mathmenu.vim -------------------------------------------------------------------------------- /vim/.vim/autoload/vis.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/autoload/vis.vim -------------------------------------------------------------------------------- /vim/.vim/compile_flags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/compile_flags.txt -------------------------------------------------------------------------------- /vim/.vim/conf.d/airline.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/conf.d/airline.vim -------------------------------------------------------------------------------- /vim/.vim/conf.d/ale.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/conf.d/ale.vim -------------------------------------------------------------------------------- /vim/.vim/conf.d/asynccomplete.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/conf.d/asynccomplete.vim -------------------------------------------------------------------------------- /vim/.vim/conf.d/committia.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/conf.d/committia.vim -------------------------------------------------------------------------------- /vim/.vim/conf.d/echodoc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/conf.d/echodoc.vim -------------------------------------------------------------------------------- /vim/.vim/conf.d/git.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/conf.d/git.vim -------------------------------------------------------------------------------- /vim/.vim/conf.d/gtags.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/conf.d/gtags.vim -------------------------------------------------------------------------------- /vim/.vim/conf.d/language-server.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/conf.d/language-server.vim -------------------------------------------------------------------------------- /vim/.vim/conf.d/matchup.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/conf.d/matchup.vim -------------------------------------------------------------------------------- /vim/.vim/conf.d/vim-cycle.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/conf.d/vim-cycle.vim -------------------------------------------------------------------------------- /vim/.vim/conf.d/vim9-stargate.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/conf.d/vim9-stargate.vim -------------------------------------------------------------------------------- /vim/.vim/conf.d/vimtex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/conf.d/vimtex.vim -------------------------------------------------------------------------------- /vim/.vim/dein.d/asyncomplete.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/dein.d/asyncomplete.toml -------------------------------------------------------------------------------- /vim/.vim/doc/AnsiEsc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/doc/AnsiEsc.txt -------------------------------------------------------------------------------- /vim/.vim/doc/cecutil.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/doc/cecutil.txt -------------------------------------------------------------------------------- /vim/.vim/doc/mathmenu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/doc/mathmenu.txt -------------------------------------------------------------------------------- /vim/.vim/doc/tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/doc/tags -------------------------------------------------------------------------------- /vim/.vim/doc/vis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/doc/vis.txt -------------------------------------------------------------------------------- /vim/.vim/filetype.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/filetype.vim -------------------------------------------------------------------------------- /vim/.vim/ftdetect/gitignore.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/ftdetect/gitignore.vim -------------------------------------------------------------------------------- /vim/.vim/ftplugin/asciidoctor.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/ftplugin/asciidoctor.vim -------------------------------------------------------------------------------- /vim/.vim/ftplugin/c.vim: -------------------------------------------------------------------------------- 1 | ./cpp.vim -------------------------------------------------------------------------------- /vim/.vim/ftplugin/cmake.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/ftplugin/cmake.vim -------------------------------------------------------------------------------- /vim/.vim/ftplugin/cpp.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/ftplugin/cpp.vim -------------------------------------------------------------------------------- /vim/.vim/ftplugin/cuda.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/ftplugin/cuda.vim -------------------------------------------------------------------------------- /vim/.vim/ftplugin/go.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/ftplugin/go.vim -------------------------------------------------------------------------------- /vim/.vim/ftplugin/haskell.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/ftplugin/haskell.vim -------------------------------------------------------------------------------- /vim/.vim/ftplugin/help.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/ftplugin/help.vim -------------------------------------------------------------------------------- /vim/.vim/ftplugin/jq.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/ftplugin/jq.vim -------------------------------------------------------------------------------- /vim/.vim/ftplugin/json.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/ftplugin/json.vim -------------------------------------------------------------------------------- /vim/.vim/ftplugin/latex.vim: -------------------------------------------------------------------------------- 1 | ./tex.vim -------------------------------------------------------------------------------- /vim/.vim/ftplugin/mail.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/ftplugin/mail.vim -------------------------------------------------------------------------------- /vim/.vim/ftplugin/markdown.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/ftplugin/markdown.vim -------------------------------------------------------------------------------- /vim/.vim/ftplugin/racket.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/ftplugin/racket.vim -------------------------------------------------------------------------------- /vim/.vim/ftplugin/rust.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/ftplugin/rust.vim -------------------------------------------------------------------------------- /vim/.vim/ftplugin/scheme.vim: -------------------------------------------------------------------------------- 1 | racket.vim -------------------------------------------------------------------------------- /vim/.vim/keymap/math.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/keymap/math.vim -------------------------------------------------------------------------------- /vim/.vim/plugin/AnsiEscPlugin.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/plugin/AnsiEscPlugin.vim -------------------------------------------------------------------------------- /vim/.vim/plugin/AutoMkdir.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/plugin/AutoMkdir.vim -------------------------------------------------------------------------------- /vim/.vim/plugin/cecutil.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/plugin/cecutil.vim -------------------------------------------------------------------------------- /vim/.vim/plugin/mathmenuPlugin.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/plugin/mathmenuPlugin.vim -------------------------------------------------------------------------------- /vim/.vim/plugin/visPlugin.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/plugin/visPlugin.vim -------------------------------------------------------------------------------- /vim/.vim/plugins.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/plugins.vim -------------------------------------------------------------------------------- /vim/.vim/scripts.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/scripts.vim -------------------------------------------------------------------------------- /vim/.vim/spell/en.utf-8.add: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/spell/en.utf-8.add -------------------------------------------------------------------------------- /vim/.vim/spell/en.utf-8.add.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/spell/en.utf-8.add.spl -------------------------------------------------------------------------------- /vim/.vim/syntax/bbcode.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/syntax/bbcode.vim -------------------------------------------------------------------------------- /vim/.vim/syntax/bird.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/syntax/bird.vim -------------------------------------------------------------------------------- /vim/.vim/syntax/getmailrc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/syntax/getmailrc.vim -------------------------------------------------------------------------------- /vim/.vim/syntax/gitignore.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/syntax/gitignore.vim -------------------------------------------------------------------------------- /vim/.vim/syntax/pacmanlog.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/syntax/pacmanlog.vim -------------------------------------------------------------------------------- /vim/.vim/syntax/pgsql.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/syntax/pgsql.vim -------------------------------------------------------------------------------- /vim/.vim/syntax/racket.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/syntax/racket.vim -------------------------------------------------------------------------------- /vim/.vim/syntax/rfc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/syntax/rfc.vim -------------------------------------------------------------------------------- /vim/.vim/syntax/scheme.vim: -------------------------------------------------------------------------------- 1 | racket.vim -------------------------------------------------------------------------------- /vim/.vim/syntax/wiki.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/syntax/wiki.vim -------------------------------------------------------------------------------- /vim/.vim/syntax/wiki/code.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/syntax/wiki/code.vim -------------------------------------------------------------------------------- /vim/.vim/syntax/xul.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/syntax/xul.vim -------------------------------------------------------------------------------- /vim/.vim/vim8.vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/vim8.vimrc -------------------------------------------------------------------------------- /vim/.vim/vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/.vim/vimrc -------------------------------------------------------------------------------- /vim/package.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/vim/package.list -------------------------------------------------------------------------------- /weechat/.weechat/.gitignore: -------------------------------------------------------------------------------- 1 | weechat.log 2 | sec.conf 3 | certs/ 4 | -------------------------------------------------------------------------------- /weechat/.weechat/alias.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/alias.conf -------------------------------------------------------------------------------- /weechat/.weechat/autosort.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/autosort.conf -------------------------------------------------------------------------------- /weechat/.weechat/buflist.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/buflist.conf -------------------------------------------------------------------------------- /weechat/.weechat/charset.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/charset.conf -------------------------------------------------------------------------------- /weechat/.weechat/colorize_nicks.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/colorize_nicks.conf -------------------------------------------------------------------------------- /weechat/.weechat/exec.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/exec.conf -------------------------------------------------------------------------------- /weechat/.weechat/fifo.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/fifo.conf -------------------------------------------------------------------------------- /weechat/.weechat/fset.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/fset.conf -------------------------------------------------------------------------------- /weechat/.weechat/guile.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/guile.conf -------------------------------------------------------------------------------- /weechat/.weechat/irc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/irc.conf -------------------------------------------------------------------------------- /weechat/.weechat/iset.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/iset.conf -------------------------------------------------------------------------------- /weechat/.weechat/logger.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/logger.conf -------------------------------------------------------------------------------- /weechat/.weechat/logs/.gitignore: -------------------------------------------------------------------------------- 1 | *.weechatlog 2 | -------------------------------------------------------------------------------- /weechat/.weechat/lua.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/lua.conf -------------------------------------------------------------------------------- /weechat/.weechat/perl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/perl.conf -------------------------------------------------------------------------------- /weechat/.weechat/perl/autoload/iset.pl: -------------------------------------------------------------------------------- 1 | ../iset.pl -------------------------------------------------------------------------------- /weechat/.weechat/perl/iset.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/perl/iset.pl -------------------------------------------------------------------------------- /weechat/.weechat/perl/multiline.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/perl/multiline.pl -------------------------------------------------------------------------------- /weechat/.weechat/plugins.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/plugins.conf -------------------------------------------------------------------------------- /weechat/.weechat/python.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/python.conf -------------------------------------------------------------------------------- /weechat/.weechat/python/autoload/autosort.py: -------------------------------------------------------------------------------- 1 | ../autosort.py -------------------------------------------------------------------------------- /weechat/.weechat/python/autoload/colorize_nicks.py: -------------------------------------------------------------------------------- 1 | ../colorize_nicks.py -------------------------------------------------------------------------------- /weechat/.weechat/python/autoload/notify_send.py: -------------------------------------------------------------------------------- 1 | ../notify_send.py -------------------------------------------------------------------------------- /weechat/.weechat/python/autoload/weechat_bot2human.py: -------------------------------------------------------------------------------- 1 | ../weechat_bot2human.py -------------------------------------------------------------------------------- /weechat/.weechat/python/autosort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/python/autosort.py -------------------------------------------------------------------------------- /weechat/.weechat/python/colorize_nicks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/python/colorize_nicks.py -------------------------------------------------------------------------------- /weechat/.weechat/python/notify_send.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/python/notify_send.py -------------------------------------------------------------------------------- /weechat/.weechat/python/weechat_bot2human.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/python/weechat_bot2human.py -------------------------------------------------------------------------------- /weechat/.weechat/relay.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/relay.conf -------------------------------------------------------------------------------- /weechat/.weechat/ruby.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/ruby.conf -------------------------------------------------------------------------------- /weechat/.weechat/script.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/script.conf -------------------------------------------------------------------------------- /weechat/.weechat/spell.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/spell.conf -------------------------------------------------------------------------------- /weechat/.weechat/tcl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/tcl.conf -------------------------------------------------------------------------------- /weechat/.weechat/trigger.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/trigger.conf -------------------------------------------------------------------------------- /weechat/.weechat/typing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/typing.conf -------------------------------------------------------------------------------- /weechat/.weechat/weechat.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/weechat.conf -------------------------------------------------------------------------------- /weechat/.weechat/xfer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/.weechat/xfer.conf -------------------------------------------------------------------------------- /weechat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/README.md -------------------------------------------------------------------------------- /weechat/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/weechat/TODO -------------------------------------------------------------------------------- /weechat/package.list: -------------------------------------------------------------------------------- 1 | weechat 2 | libnotify 3 | perl-pod-parser 4 | -------------------------------------------------------------------------------- /wget/.config/wget/config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/wget/.config/wget/config.ini -------------------------------------------------------------------------------- /yakuake/.config/yakuakerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/yakuake/.config/yakuakerc -------------------------------------------------------------------------------- /yakuake/package.list: -------------------------------------------------------------------------------- 1 | yakuake 2 | konsole 3 | -------------------------------------------------------------------------------- /zathura/.config/zathura/zathurarc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zathura/.config/zathura/zathurarc -------------------------------------------------------------------------------- /zsh/.config/starship.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/starship.toml -------------------------------------------------------------------------------- /zsh/.config/zsh.d/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/.gitignore -------------------------------------------------------------------------------- /zsh/.config/zsh.d/.hidden: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/.hidden -------------------------------------------------------------------------------- /zsh/.config/zsh.d/.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/.zshrc -------------------------------------------------------------------------------- /zsh/.config/zsh.d/Arch.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/Arch.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/Termux.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/Termux.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/alias.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/alias.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/commands/gpg-keys-signed-by: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/commands/gpg-keys-signed-by -------------------------------------------------------------------------------- /zsh/.config/zsh.d/commands/yank: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/commands/yank -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completion.d/editor.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completion.d/editor.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completion.d/git.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completion.d/git.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completion.d/img_av.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completion.d/img_av.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completion.d/llvm.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completion.d/llvm.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completion.d/mutt.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completion.d/mutt.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completion.d/python.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completion.d/python.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completion.d/ssh.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completion.d/ssh.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completion.d/systemd.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completion.d/systemd.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completion.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completion.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_arc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_arc -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_aria2c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_aria2c -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_binutils-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_binutils-config -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_birdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_birdc -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_cargo-clippy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_cargo-clippy -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_cargo-fmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_cargo-fmt -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_clang-doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_clang-doc -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_clang-format -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_clang-include-fixer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_clang-include-fixer -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_clangd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_clangd -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_clangd-indexer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_clangd-indexer -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_cpan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_cpan -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_cpanm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_cpanm -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_efibootmgr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_efibootmgr -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_ekeyword: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_ekeyword -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_eselect: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_eselect -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_flake8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_flake8 -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_flatc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_flatc -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_g-cpan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_g-cpan -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_gcc-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_gcc-config -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_genlop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_genlop -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_gentoo_arches: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_gentoo_arches -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_gentoo_packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_gentoo_packages -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_gentoo_repos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_gentoo_repos -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_gentoo_repos_conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_gentoo_repos_conf -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_gentoolkit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_gentoolkit -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_git-absorb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_git-absorb -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_grc -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_guix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_guix -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_hashcat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_hashcat -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_ipfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_ipfs -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_layman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_layman -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_lldb-server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_lldb-server -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_llvm-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_llvm-config -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_llvm-dwarfdump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_llvm-dwarfdump -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_llvm-objdump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_llvm-objdump -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_openocd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_openocd -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_pactree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_pactree -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_perl-cleaner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_perl-cleaner -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_pipx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_pipx -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_pkgconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_pkgconf -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_portage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_portage -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_portage_utils: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_portage_utils -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_pygmentize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_pygmentize -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_racket: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_racket -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_repo -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_rust-analyzer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_rust-analyzer -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_rust-gdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_rust-gdb -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_rust-lldb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_rust-lldb -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_rustdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_rustdoc -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_rustfmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_rustfmt -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_rustup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_rustup -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_tio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_tio -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_tokei: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_tokei -------------------------------------------------------------------------------- /zsh/.config/zsh.d/completions/_yasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/completions/_yasm -------------------------------------------------------------------------------- /zsh/.config/zsh.d/config.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/config.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/function.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/function.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/functions/bracketed-paste-win-path: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/functions/bracketed-paste-win-path -------------------------------------------------------------------------------- /zsh/.config/zsh.d/keybind.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/keybind.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/p10k.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/p10k.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/plugin.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/plugin.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/plugins/LS_COLORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/plugins/LS_COLORS -------------------------------------------------------------------------------- /zsh/.config/zsh.d/plugins/better-man-pages.plugin.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/plugins/better-man-pages.plugin.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/plugins/cpan-completion.plugin.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/plugins/cpan-completion.plugin.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/plugins/dotenv.plugin.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/plugins/dotenv.plugin.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/plugins/git.plugin.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/plugins/git.plugin.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/plugins/grc.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/plugins/grc.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/plugins/ssh.plugin.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/plugins/ssh.plugin.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/prompt.init.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/prompt.init.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/prompt.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.config/zsh.d/prompt.zsh -------------------------------------------------------------------------------- /zsh/.config/zsh.d/zhistory/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /zsh/.zshenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/.zshenv -------------------------------------------------------------------------------- /zsh/package.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/dotfiles/HEAD/zsh/package.list --------------------------------------------------------------------------------