restructure for use with gnu-stow

This commit is contained in:
Julin S 2022-02-18 02:17:42 +05:30
parent befa46b6b4
commit 2eab847722
36 changed files with 58 additions and 29 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
*.sw[op]

View File

@ -1 +0,0 @@
- `elinks.conf`: `.elinks/elinks.conf`

View File

@ -1,3 +0,0 @@
- `.emacs`: `~/`
- `vi-keys.el`: `~/.config/emacs/digraphs.el`
- `digraphs.el`: `~/.config/emacs/digraphs.el`

View File

@ -1 +0,0 @@
Place `.ghci` in `$HOME`.

53
git/.config/git/ignore Normal file
View File

@ -0,0 +1,53 @@
# tex
_minted-report/
*.aux
*.nav
*.out
*.log
*.fdb*
*.fls
## Output
*.dvi
## Glossary
*.glg
*.glo
*.gls
*.ist
## Bibliography
*.bbl
*.blg
*-blx.bib
## Beamer
*.snm
*.toc
*.nav
*.pre
## Builds
*.fdb_latexmk
# Editors
## vim
*.sw[op]
## emacs
*.*~
\#*\#
# Python
__pycache__/
*.py[cod]
## mypy
.mypy_cache/
## Tests
.tox/
.pytest_cache/

View File

@ -1 +0,0 @@
Place `.gitconfig` in `$HOME`.

View File

@ -1,3 +0,0 @@
- `autostart`: `~/.config/herbstluftwm/autostart`
The script should have execute permission.

View File

@ -1 +0,0 @@
Located at `~/.config/i3/config`.

View File

@ -1,2 +0,0 @@
Located at `~/.config/i3status/config`.

View File

@ -1,3 +0,0 @@
`.lynxrc` is located at `~`.
`lynx.cfg` is located at `/etc/lynx/lynx.cfg`

View File

@ -1,2 +0,0 @@
- `.mailcap`: `~/.mailcap`
- `.muttrc` : `~/.muttrc`

View File

@ -1,2 +0,0 @@
Located at `~/.config/nvim/`.

View File

@ -1 +0,0 @@
Place `config.py` in `$HOME/.config/qutebrowser/`.

View File

@ -1,2 +0,0 @@
- tabbed-0.9
- Default config with 2 extra key bindings.

View File

@ -1,3 +1,8 @@
/*
- tabbed-0.9
- Default config with 2 extra key bindings.
*/
// https://docs.rs/x11/2.5.0/x11/keysym/index.html
/* See LICENSE file for copyright and license details. */

View File

@ -1 +0,0 @@
Located at `~`.

View File

@ -1,2 +0,0 @@
- `.vimrc`: Located at `~/.vim/`.
- `digraph_defs.vim`: Located at `~/.vim/`.

View File

@ -1,2 +0,0 @@
- config: ~/.w3m/config
- keymap: ~/.w3m/keymap

View File

@ -1 +0,0 @@
Place `zathurarc` in `$HOME/.config/zathura`.