From 5cf9a5636e8ec180e12ccbb2b85b3aefedab12fb Mon Sep 17 00:00:00 2001 From: Meutel Date: Thu, 28 Apr 2016 20:34:00 +0200 Subject: [PATCH] README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..63b32d4 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +dotfiles +==== + +Collection of dotfiles, use with [dotfile-manager](https://github.com/seanh/dotfilemanager). Example, with repo clones in ~/sources/ + + dotfile-manager link ~ ~/sources/dotfiles + dotfile-manager link ~/.config ~/sources/dotfiles/_config + dotfile-manager link ~/.vim ~/sources/dotfiles/_vim + +For vim, clone plugins in folder \_vim: +* https://github.com/VundleVim/Vundle.vim.git +* https://github.com/scrooloose/nerdtree.git +* https://github.com/bling/vim-airline.git +* https://github.com/chase/vim-ansible-yaml.git +