Skip to content

orklann/devbox

Repository files navigation

How to setup

iTerm2

See `iterm` folder

Vim

cp -r vim/ ~/.vim
cp vimrc ~/.vimrc

Neovim

mkdir ~/.config/nvim
cp init.vim ~/.config/nvim
Install goimports: go get golang.org/x/tools/cmd/goimports for gofmt.vim plugin

vimrc was originally from shykes

Fish shell

cp -r config/ ~/.config

oh-my-fish

Follow steps here
cp -r oh-my-fish/ ~/.oh-my-fish
Fish syntax is not fully compatible with bash, so we need foreign-env plugin to reuse ~/.profile
omf install foreign-env
fish theme: run omf theme default

Objc Autocomplete for Vim

Use this script to generate .clang_complete file for current folder

https://gist.github.com/orklann/2f5c2989cdf0a84a1f6ff96f9c442c13

Neovide & Nerd Fonts

0. Install neovim & Neovide (Just google)
1. Install Nerd font in fonts folder
2. Step to set font for Neovide
set guifont=Roboto\ Mono\ Nerd\ Medium\ Patch:h13:cANSI

Screenshot

Fish Default Theme DNA Vim Status Line