| Filename | Latest commit message | Latest commit date |
|---|---|---|
- Add ~/.config/vim/vimrc
+ Configure basic stuff
+ Activate spell checks
+ Activate syntax highlighting and ruler
+ Show whitespace characters
+ Add various snippets for mouse handling,
toggling line numbers, and search
+ Set `vim`-related directories inside
~/.config/vim and ~/.local/state/vim
- Integrate extra settings for Python files
in ~/.config/vim/after/ftplugin/python.vim
and ~/.config/vim/after/syntax/python.vim
- Add `vim` artifacts in ~/.config/git/ignore
|
||
| .. | ||
| aliases | ||
| env | ||
| locale | ||
| logout | ||
| README.md | ||
| welcome | ||
Shell-related Configurations
This folder contains files that are sourced by bash and zsh.
They are not executable.
The #!/bin/sh line documents the dialect for readers and editors;
it has no effect, since the files are sourced and never run directly.
welcome and logout
depend on helper functions defined in ~/.profile,
so they cannot work standalone.