Skip to content

silicakes/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

The dotfiles I'd like having on a new computer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published