Skip to content

qoofyk/configurations

 
 

Repository files navigation

configurations

some useful configuration for bash and vim editor written by Feng Li, li2251@purdue.edu

configure bash

add this line to the end of your .bashrc

source ~/configurations/main.bashrc

then source your .bashrc

source .bashrc

(Deprecated, use ./install.sh instead)

configure vim

cd $HOME
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
mv .vimrc .vimrc.backup
ln -s ~/configurations/vim/vimrc ~/.vimrc
vim

open vim type : :PluginInstall

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 63.8%
  • Vim Script 35.6%
  • C 0.6%