ymichael / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use this

  • inputrc

    • ln -s /path/to/inputrc ~/.inputrc
    • this configures case insenstive auto completion
  • vimrc

  • bash

    • Add git completion script to ~/bin ln -s /path/to/git-completion.bash ~/bin/
    • Source bash_profile in existing bash_profile:
      • Add the following line to ~/.bash_profile `source "/path/to/bash/.bash_profile"
      • source ~/.bash_profile

About


Languages

Language:Shell 92.0%Language:Vim Script 8.0%