Skip to content

kledom/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Installation

Please run:

sh -c "`curl -fsSL https://raw.githubusercontent.com/iggredible/dotfiles/master/install.sh`"

WIP, stay tuned! :)

Symlink

rm ~/.vimrc
ln -s ~/path/to/dotfiles/vim/ ~/.vim

Neovim

If using neovim, create ~/.config/init.vim. Inside, add:

set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vim/vimrc

About

Iggy's dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 75.2%
  • Shell 11.2%
  • Ruby 11.0%
  • Vim Snippet 2.6%