Skip to content

alisaifee/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation pre-requisites

  • vim (duh)
  • python
  • ruby
  • exuberant ctags (for TabList)
  • on a mac install with homebrew or port (brew install ctags / sudo port install ctags)
  • For vim-instant-markdown to work, you can run
  • sudo bundle install
  • sudo npm -g install

Interesting remaps

  • leaderkey is -
  • o : toggle TabList
  • f : start Ctrl-P search
  • n : toggle nerdtree

Installation of vim rcs

Somewhere where you keep your code::

git clone https://[email protected]/ali/dotfiles.git
cd dotfiles 
./install.sh vim

Installation of other rcs (though, im not sure why you'd want to)

The install.sh script basically updated the submodules and then symlinks the appropriate rc file into your $HOME directory. The mapping is basically::

# foo will symlink _foo to ~/.foo 
./install.sh foo 

Therefore::

./install.sh hgrc 
./install.sh zshrc 
./install.sh gitconfig 

etc..

Removing the dotfiles

./implode.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published