Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.14 KB

Readme.md

File metadata and controls

19 lines (16 loc) · 1.14 KB

image

dotfiles I'd like to keep.

Based on the awesome tutorial by Gabrielle Young

Stuff I have here

  1. A neovim build with a minimal set of plugins, keybinding and mappings - using neovims lspconfig. TODO: consider moving key mappings into a separate file and not a per-plugin basis.
  2. A hybrid vim / neovim configuration that will work on both using coc.nvim instead of lspoconfig. This is a single file for the vim config (.vimrc) and a coc-settings.json to accompany all related LSP things.

Installation (This should totally be automated):

echo ".dtf" >> .gitignore
git clone --bare [email protected]:silicakes/dotfiles.git $HOME/.dtf
alias dtf='/usr/bin/git --git-dir=$HOME/.dtf/ --work-tree=$HOME'
dtf config --local status.showUntrackedFiles no
dtf checkout