Skip to content

Instantly share code, notes, and snippets.

View pathros's full-sized avatar

Pathros pathros

View GitHub Profile
---
ip: "192.168.56.56"
memory: 2048
cpus: 2
provider: libvirt
box: csaba215/homestead
version: 14.0.0
authorize: ~/.ssh/id_rsa.pub
version: "3"
networks:
gitea:
external: false
services:
server:
image: gitea/gitea:1.14.2
container_name: gitea
@celso
celso / init.vim
Last active March 8, 2024 18:31
Neovim setup for OSX users
syntax on
set ruler " Show the line and column numbers of the cursor.
set formatoptions+=o " Continue comment marker in new lines.
set textwidth=0 " Hard-wrap long lines as you type them.
set modeline " Enable modeline.
set esckeys " Cursor keys in insert mode.
set linespace=0 " Set line-spacing to minimum.
set nojoinspaces " Prevents inserting two spaces after punctuation on a join (J)
" More natural splits
set splitbelow " Horizontal split below current.