https://github.com/raysrashmi/dotfiles
dotfiles
https://github.com/raysrashmi/dotfiles
Last synced: 3 months ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/raysrashmi/dotfiles
- Owner: raysrashmi
- Created: 2012-09-29T11:08:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T16:50:51.000Z (over 3 years ago)
- Last Synced: 2025-02-04T18:24:43.330Z (over 1 year ago)
- Language: Vim Script
- Size: 210 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. git clone git@github.com:raysrashmi/dotfiles.git
2. Create couple of symbolinks
ln -s ~/checkouts/dotfiles/zshrc ~/.zshrc
ln -s ~/checkouts/dotfiles/vimrc ~/.vimrc
ln -s ~/checkouts/dotfiles/zsh_profile.d ~/.zsh_profile.d
ln -s ~/checkouts/dotfiles/gvimrc ~/.gvimrc
ln -s ~/checkouts/dotfiles/gitconfig ~/.gitconfig
ln -s ~/checkouts/dotfiles/git_ignore ~/.gitignore
ln -s ~/checkouts/dotfiles/sake ~/bin/sake
3. Switch to zsh type
chsh
or
chsh -s /bin/zsh
You can find your zsh location by by running
whereis zsh
4. Install macvim
brew install vim && brew install macvim
git clone https://github.com/gmarik/Vundle.vim
run PluginInstall
5. For ctags
a. brew install ctags
b. Then in mvim press leader key followed by ct
7. brew install the_silver_searcher