An open API service indexing awesome lists of open source software.

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: 26 days ago
JSON representation

Dotfiles: The constant unpredictably overvalued treasures for any Unix zealot (me too). And that is worth it ! :blue_heart:

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:
```