dotfiles/README.md

115 lines
4.0 KiB
Markdown
Raw Normal View History

2019-05-28 17:44:30 +02:00
# My dotfiles
2021-09-16 09:26:36 +02:00
[![dotfiles.sh](https://img.shields.io/badge/manager-dotfiles.sh-green.svg)](https://github.com/eli-schwartz/dotfiles.sh "Dotfiles made easy")
2019-05-28 17:44:30 +02:00
[![LICENSE](https://img.shields.io/badge/license-MIT--0-blue.svg)](LICENSE "MIT No Attribution")
## [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
## [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
## [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
## [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
2021-02-22 17:41:12 +01:00
## [Neofetch](https://github.com/dylanaraps/neofetch)
* [.config/neofetch/config.conf](.config/neofetch/config.conf): configuration file
2019-05-28 17:44:30 +02:00
## [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
2020-03-23 12:23:14 +01:00
## [Nvimpager](https://github.com/lucc/nvimpager)
* [.config/nvimpager/init.vim](.config/nvimpager/init.vim): configuration file
2022-01-19 11:31:07 +01:00
## [Pip](https://pip.pypa.io/en/stable/)
2019-05-28 17:44:30 +02:00
* [.config/pip/pip.conf](.config/pip/pip.conf): configuration file
2022-01-19 11:31:07 +01:00
## [Poetry](https://python-poetry.org/)
2019-09-25 20:07:56 +02:00
* [.config/pypoetry/config.toml](.config/pypoetry/config.toml): 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
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
## [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/)
2022-01-19 12:47:45 +01:00
> [In a Gist](https://gist.github.com/ObserverOfTime/e60c54f4fef4aa02b137b7c96552299a)
2019-05-28 17:44:30 +02:00
## [Yay](https://github.com/Jguer/yay)
* [.config/yay/config.json](.config/yay/config.json): configuration file
2021-11-20 09:25:12 +01:00
## [yt-dlp](https://github.com/yt-dlp/yt-dlp)
2019-05-28 17:44:30 +02:00
2021-11-20 09:25:12 +01:00
* [.config/yt-dlp/config](.config/yt-dlp/config): configuration file