main
Steffen Rademacker 9 years ago
parent df7b8dda4c
commit 71b2d109d1

@ -20,6 +20,7 @@
"vars-on-top": 2,
"wrap-iife": [ 2, "inside" ],
"indent": [ 2, 2 ],
"brace-style": [ 2, "1tbs", { "allowSingleLine": false } ],
"comma-style": [ 2, "last" ],
"consistent-this": [ 1, "that" ],

@ -11,6 +11,7 @@ npm install -g bower
npm install -g browserify
npm install -g dploy
npm install -g eslint
npm install -g frontend-md
npm install -g grunt-cli
npm install -g gulp
npm install -g jsonlint

@ -306,7 +306,3 @@ for app in "Address Book" "Calendar" "Contacts" "Dock" "Finder" "Mail" \
killall "${app}" > /dev/null 2>&1
done
echo "Done. Note that some of these changes require a logout/restart to take effect."

@ -57,7 +57,6 @@ NeoBundle 'tpope/vim-surround'
NeoBundle 'tpope/vim-unimpaired'
NeoBundle 'tpope/vim-vinegar'
NeoBundle 'vim-scripts/matchit.zip'
NeoBundle 'webgefrickel/vim-gtfo'
NeoBundle 'webgefrickel/vim-snippets'
NeoBundle 'wellle/tmux-complete.vim'
@ -117,7 +116,6 @@ set showmatch
set wrapscan
set wildmode=list:longest,list:full
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*.,*/.DS_Store
set wildmenu
set foldignore=

@ -6,9 +6,7 @@ alias sudo='sudo '
alias vim=$EDITOR
alias vi=$EDITOR
alias v=$EDITOR
alias vd='vimdiff'
alias diff='vimdiff'
alias vf='vifm'
alias vd=$EDITOR -d
# Easier navigation: .., ..., ~ and -

@ -1 +1 @@
Subproject commit 1cba919b8e60d597eec7316656f86b5395c85531
Subproject commit 4d9e622174c0ed4ea80ad7fe2ad2b8966d411c2b

@ -1 +1 @@
Subproject commit f762b5ffa1a69754bb17c5ea6323fb27fc53dbd6
Subproject commit e5a55c5469b82da5bd9a9e42b144cef7cec8915b

@ -1 +1 @@
Subproject commit bc87980ffdf19ad3f215ab269a80e13ceed167f2
Subproject commit ed964013e290677c866a055e1c1ece6f33f64151

@ -1 +1 @@
Subproject commit 5320f1e18d5782e29a6637937e37a3aecf9327bb
Subproject commit 3dc574190071ef59054f6d693132410b37aa3ae4
Loading…
Cancel
Save