This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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 | |
" }}} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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" |