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: unlicense
- Created: 2015-09-07T20:05:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T17:50:27.000Z (about 1 year ago)
- Last Synced: 2025-03-23T18:34:03.457Z (about 1 year ago)
- Topics: arch-linux, bash, dotfiles, openbsd, qemu, ubuntu-server, unix-zealot
- Language: Shell
- Homepage:
- Size: 424 KB
- Stars: 0
- Watchers: 2
- 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:
```