Update .vimrc.
This commit is contained in:
parent
1e1890efce
commit
32133eb546
2 changed files with 19 additions and 2 deletions
14
.vimrc
14
.vimrc
|
@ -10,6 +10,20 @@ set exrc
|
||||||
|
|
||||||
" Supported only by vim. If running a non-vim vi, remove all comments
|
" Supported only by vim. If running a non-vim vi, remove all comments
|
||||||
" and everything below this line.
|
" and everything below this line.
|
||||||
|
|
||||||
|
set compatible " Be compatible with vi.
|
||||||
|
|
||||||
|
set fileformat=unix
|
||||||
|
set encoding=UTF-8
|
||||||
|
|
||||||
set syntax=on
|
set syntax=on
|
||||||
set colorcolumn=72,80,100
|
set colorcolumn=72,80,100
|
||||||
|
|
||||||
|
set autoread
|
||||||
|
set spell
|
||||||
|
|
||||||
|
set ignorecase
|
||||||
|
set smartcase
|
||||||
|
|
||||||
|
set showcmd
|
||||||
|
set showmode
|
||||||
|
|
|
@ -12,7 +12,7 @@ part of my `.ashrc` is the customized prompt, which supports showing the current
|
||||||
|
|
||||||
My shell init scripts are written in POSIX shell, so they should work on any
|
My shell init scripts are written in POSIX shell, so they should work on any
|
||||||
shell. As I've hopped from Ubuntu to Arch to OpenBSD to FreeBSD and now to
|
shell. As I've hopped from Ubuntu to Arch to OpenBSD to FreeBSD and now to
|
||||||
Alpine, I've used a lot of shells, and I want my init scripst to work on all
|
Alpine, I've used a lot of shells, and I want my init scripts to work on all
|
||||||
of them out of the box.
|
of them out of the box.
|
||||||
|
|
||||||
## System Setup
|
## System Setup
|
||||||
|
@ -41,7 +41,10 @@ apk add system-config-printer cups cups-filter
|
||||||
# Scanning
|
# Scanning
|
||||||
apk add simple-scan sane-backends
|
apk add simple-scan sane-backends
|
||||||
|
|
||||||
# GUI applications
|
# PDFs and Epubs
|
||||||
|
apk add okular ebook-tools
|
||||||
|
|
||||||
|
# Other GUI applications
|
||||||
apk add libreoffice musescore neochat qt5-qtlocation nextcloud-client \
|
apk add libreoffice musescore neochat qt5-qtlocation nextcloud-client \
|
||||||
nextcloud-client-dolphin
|
nextcloud-client-dolphin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue