diff --git a/dot_face b/dot_face new file mode 100644 index 0000000..ed8b765 Binary files /dev/null and b/dot_face differ diff --git a/dot_vimrc b/dot_vimrc new file mode 100644 index 0000000..84bdfa4 --- /dev/null +++ b/dot_vimrc @@ -0,0 +1,5 @@ +" Config File for vim +call plug#begin('~/.vim/plugged') +Plug 'junegunn/fzf' +Plug 'ledger/vim-ledger' +call plug#end()