https://github.com/ymichael/dotfiles
https://github.com/ymichael/dotfiles
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ymichael/dotfiles
- Owner: ymichael
- Created: 2012-10-06T10:31:56.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-03-08T20:35:26.000Z (about 4 years ago)
- Last Synced: 2025-02-28T15:37:11.586Z (over 1 year ago)
- Language: Shell
- Size: 902 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use this
- `inputrc`
- `ln -s /path/to/inputrc ~/.inputrc`
- this configures case insenstive auto completion
- `vimrc`
- install Vundle
- https://github.com/VundleVim/Vundle.vim#quick-start
- `ln -s /path/to/vimrc ~/.vimrc`
- Open vim, run `:VundleInstall`
- `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`