https://github.com/rgolubtsov/dotfiles
Dotfiles: The constant unpredictably overvalued treasures for any Unix zealot (me too). And that is worth it ! :blue_heart:
https://github.com/rgolubtsov/dotfiles
arch-linux bash dotfiles openbsd qemu ubuntu-server unix-zealot
Last synced: 3 months ago
JSON representation
Dotfiles: The constant unpredictably overvalued treasures for any Unix zealot (me too). And that is worth it ! :blue_heart:
- Host: GitHub
- URL: https://github.com/rgolubtsov/dotfiles
- Owner: rgolubtsov
- License: mit
- Created: 2015-09-07T20:05:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2026-03-31T20:58:38.000Z (3 months ago)
- Last Synced: 2026-03-31T22:32:07.229Z (3 months ago)
- Topics: arch-linux, bash, dotfiles, openbsd, qemu, ubuntu-server, unix-zealot
- Language: Shell
- Homepage:
- Size: 500 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
**Dotfiles:** The constant unpredictably overvalued treasures for any Unix zealot (me too). And that is worth it ! :blue_heart:
---
'Cause I'm just holding on for tonight
Oh, I'm just holding on for tonight
On for tonight, on for tonight
'Cause I'm just holding on for tonight
'Cause I'm just holding on for tonight
Oh, I'm just holding on for tonight
On for tonight, on for tonight:
```
$ cat .vimrc
" ~/.vimrc
set ml " <== Enabling modelines execution explicitly
set mls =3 " for Debian-based distros, BSDs, etc. ==
set ls =2
set nuw =5
set ru
hi StatusLine ctermbg=yellow ctermfg=black
hi LineNr ctermfg=blue
set list
syn on
" vim:set nu et ts=4 sw=4:
```