Skip to content

waterwaves/MyConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyConfig

Vim, Git and Bash scripts configurations.

Git clone this repository into your Home directory.

git clone git@github.com:waterwaves/MyConfig.git

Vim

Step 1: Install Vundle

Vundle Github Link: https://github.com/gmarik/Vundle.vim

git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Step 2: Add vim source vimrc to ~/.vimrc

source ~/MyConfig/vimrc

Shortcuts

Add bashscripts to ~/bash_profile

if [ -f ~/MyConfig/bash_custom ]; then
  . ~/MyConfig/bash_custom
fi

Add gitconfig to ~/.gitconfig

[user]
  name = Water Waves
  email = email@email.net
[include]
  path = ~/MyConfig/gitconfig

Convenient tools

Install the_silver_searcher

brew install the_silver_searcher

Install Git Bash Autocomplete

Reference: github link

brew install git bash-completion

About

Vim and Bash scripts configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors