dotfiles/README.md

138 lines
4.5 KiB
Markdown
Raw Normal View History

2019-05-28 17:44:30 +02:00
# My dotfiles
[![LICENSE](https://img.shields.io/badge/license-MIT--0-blue.svg)](LICENSE "MIT No Attribution")
Managed via [dotfiles.sh](https://github.com/eli-schwartz/dotfiles.sh)
## [Arch](https://www.archlinux.org/)
* [.local/arch/init.sh](.local/arch/init.sh): initial setup script
* [.local/arch/packages.repo.txt](.local/arch/packages.repo.txt): repo package list
* [.local/arch/packages.aur.txt](.local/arch/packages.aur.txt): AUR package list
## [Aria2](https://aria2.github.io/)
2019-09-25 20:07:56 +02:00
* [.config/aria2/aria2.conf](.config/aria2/aria2.conf): configuration file
* [.config/aria2/notif.sh](.config/aria2/notif.sh): `on-bt-download-complete` hook
2019-05-28 17:44:30 +02:00
## [Bash](https://www.gnu.org/software/bash/)
2019-11-10 17:43:16 +01:00
* [.bash_profile](.bash_profile): login shell configuration file
2019-11-24 15:50:07 +01:00
* [.local/share/bash/aliases.sh](.local/share/bash/aliases.sh): contains various aliases
* [.local/share/bash/bashrc.sh](.local/share/bash/bashrc.sh): interactive shell configuration file
* [.local/share/bash/functions.sh](.local/share/bash/functions.sh): contains various functions
2019-05-28 17:44:30 +02:00
2019-09-25 20:07:56 +02:00
## [Ccache](https://github.com/ccache/ccache)
* [.config/ccache.cfg](.config/ccache.cfg): configuration file
2019-05-28 17:44:30 +02:00
## [Clang](https://clang.llvm.org/)
* [.clang-format](.clang-format): configuration file for `clang-format`
* [.clang-tidy](.clang-tidy): configuration file for `clang-tidy`
## [Coreutils](https://www.gnu.org/software/coreutils/)
2019-09-25 20:07:56 +02:00
* [.config/dircolors](.config/dircolors): configuration file for `dircolors`
2019-05-28 17:44:30 +02:00
## [ESLint](https://eslint.org/)
* [.eslintrc.json](.eslintrc.json): configuration file
## [Fontconfig](https://www.freedesktop.org/wiki/Software/fontconfig/)
* [.config/fontconfig/fonts.conf](.config/fontconfig/fonts.conf): configuration file
## [Htop](https://hisham.hm/htop/)
* [.config/htop/htoprc](.config/htop/htoprc): configuration file
## [HTMLHint](https://github.com/htmlhint/HTMLHint)
* [.htmlhintrc.json](.htmlhintrc.json): configuration file
## [Git](https://git-scm.com/)
2019-09-25 20:07:56 +02:00
* [.config/git/config](.config/git/config): configuration file
2019-05-28 17:44:30 +02:00
## [GnuPG](https://gnupg.org/)
2019-11-24 15:50:07 +01:00
* [.local/share/gnupgp/gpg.conf](.local/share/gnupg/gpg.conf): configuration file
2019-05-28 17:44:30 +02:00
## [KDE Plasma](https://kde.org/plasma-desktop)
* [.config/plasma-localerc](.config/plasma-localerc): locale settings
## [Konsole](https://konsole.kde.org/)
* [.local/share/konsole/Default.profile](.local/share/konsole/Default.profile): default profile
* [.local/share/konsole/NvimTerm.profile](.local/share/konsole/NvimTerm.profile): `nvim +term` profile
* [.local/share/konsole/Gruvbox8.colorscheme](.local/share/konsole/Gruvbox8.colorscheme): `Gruvbox8` colorscheme
## [Mpv](https://mpv.io/)
* [.config/mpv/input.conf](.config/mpv/input.conf): keybindings
* [.config/mpv/mpv.conf](.config/mpv/mpv.conf): configuration file
## [Neovim](https://neovim.io/)
> [In another repo](https://github.com/ObserverOfTime/dotnvim)
## [Newsboat](https://newsboat.org/)
2019-09-25 20:07:56 +02:00
* [.config/newsboat/config](.config/newsboat/config): configuration file
* [.config/newsboat/notif.sh](.config/newsboat/notif.sh): notification wrapper
2019-05-28 17:44:30 +02:00
## [Pip](https://pypi.org/project/pip/)
* [.config/pip/pip.conf](.config/pip/pip.conf): configuration file
2019-11-10 17:43:16 +01:00
## [Poetry](https://poetry.eustace.io/)
2019-09-25 20:07:56 +02:00
* [.config/pypoetry/config.toml](.config/pypoetry/config.toml): configuration file
2019-05-28 17:44:30 +02:00
## [Pycodestyle](http://pycodestyle.pycqa.org/en/latest/)
* [.config/pycodestyle](.config/pycodestyle): configuration file
2019-11-24 15:50:07 +01:00
## [Python](https://www.python.org/)
* [.config/pythonrc.py](.config/pythonrc.py): startup file
2019-05-28 17:44:30 +02:00
## [Qutebrowser](https://www.qutebrowser.org/)
* [.config/qutebrowser/config.py](.config/qutebrowser/config.py): configuration file
## [Pug-lint](https://github.com/pugjs/pug-lint)
* [.pug-lintrc.json](.pug-lintrc.json): configuration file
2019-11-24 15:50:07 +01:00
## [Readline](https://tiswww.case.edu/php/chet/readline/rltop.html)
* [.config/inputrc](.config/inputrc): configuration file
2019-05-28 17:44:30 +02:00
## [Stylelint](https://stylelint.io/)
* [.stylelintrc.json](.stylelintrc.json): configuration file
## [Vifm](https://vifm.info/)
2019-09-25 20:07:56 +02:00
* [.config/vifm/vifmrc](.config/vifm/vifmrc): configuration file
2019-05-28 17:44:30 +02:00
## [X.Org](https://www.x.org/wiki/)
2019-11-24 15:50:07 +01:00
* [.config/X11/XCompose](.config/X11/XCompose): X client character mappings
2019-05-28 17:44:30 +02:00
## [Yarn](https://yarnpkg.com/lang/en/)
* [.config/yarn/global/package.json](.config/yarn/global/package.json): package list
2019-11-10 17:43:16 +01:00
* [.yarnrc](.yarnrc): configuration file
2019-05-28 17:44:30 +02:00
## [Yay](https://github.com/Jguer/yay)
* [.config/yay/config.json](.config/yay/config.json): configuration file
## [Youtube-dl](https://ytdl-org.github.io/youtube-dl/)
* [.config/youtube-dl/config](.config/youtube-dl/config): configuration file