瀏覽代碼

Added vim-sensible and created a README file for the project.

Tomi Cvetic 8 年之前
父節點
當前提交
7bad773420
共有 3 個文件被更改,包括 20 次插入3 次删除
  1. 1 0
      .vim/bundle/vim-sensible
  2. 1 3
      .vimrc
  3. 18 0
      README.md

+ 1 - 0
.vim/bundle/vim-sensible

@@ -0,0 +1 @@
+Subproject commit 4b7535921819a5b2e39be68f81109ea684232503

+ 1 - 3
.vimrc

@@ -4,13 +4,11 @@
 
 " Use pathogen https://github.com/tpope/vim-pathogen
 execute pathogen#infect()
+filetype plugin indent on
 
 " set command history to 1000 lines.
 set history=1000
 
-" enable file type dependent behavior.
-filetype plugin indent on
-
 " auto-detect changes on files and reload.
 set autoread
 

+ 18 - 0
README.md

@@ -0,0 +1,18 @@
+# Tomi's Home Directory
+
+This is a collection of dot files in a linux home directory.
+
+Here are some highlights of the different files.
+
+## .bashrc
+* Adding aliases
+* Changing the default command prompt
+
+## .vimrc / .vim
+* Using pathogen for plugin management
+* Using vim-sensible for default settings
+
+# .npmrc
+* Setting npm-init defaults
+* saving exact versions of packages in package.json after npm install
+