lablup / lablup/backend.ai-kernels
Add some reasonable default configs for kernel images
Open
enhancement
major
- Dominant language
- Jupyter Notebook
- Stars
- 34
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
* Shell
- Uncomment `set convert-meta off` in `/etc/inputrc` to allow output of 8-bit characters
- Run `locale-gen en_US.UTF-8` and set LANG environment variable so that bash can handle multi-byte UTF-8 characters correctly. (e.g., backspace should delete each Unicode char like a single char.)
* Vim
- Add terminal encoding and indentations to `/etc/vim/vimrc.local`
- Note: `/etc/vim/vimrc` and `/usr/share/vim/vim74/debian.vim` already has syntax highlighting, eol, nocompatible settings.
More to come.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.