Skip to content

Instantly share code, notes, and snippets.

View gmdfalk's full-sized avatar

Max Falk gmdfalk

  • Mannheim, Germany
View GitHub Profile
@gmdfalk
gmdfalk / setup.sh
Last active March 31, 2019 00:03
macos setup
#/usr/bin/env bash
cd $HOME &&
brew tap thoughtbot/formulae &&
brew install rcm &&
git clone --recursive https://github.com/serialoverflow/dotfiles.git $HOME/.dotfiles &&
rcup -B macos -K && rcup -B macos -v
asdf install nodejs 10.15.3
asdf global nodejs 10.15.3
" Settings {{{
" set the amount of results displayed in the command bar
let searchlimit = 10
" set the amount of pixels scrolled when using the scrollUp and scrollDown commands.
let scrollstep = 100
" }}}
@gmdfalk
gmdfalk / cvimrc
Last active August 29, 2015 14:14
cVim config 0.0.2
" Settings
set nohud
set nosmoothscroll
set noautofocus " The opposite of autofocus; this setting stops
" sites from focusing on an input box when they load
set typelinkhints
let searchlimit = 30
let scrollstep = 70
let barposition = "bottom"