Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.03 KB

README.md

File metadata and controls

46 lines (39 loc) · 1.03 KB

dotfiles

some configuration files and utilities.

How To Use?

Clone this repository

$ git clone https://github.com/jdkanani/dotfiles
$ cd dotfiles

Setup

  1. gvim configuration

    $ cd vim
    $ ln -s $PWD/vimrc.symlink ~/.vimrc

    This will create symlink for .vimrc file in your home directory.

  2. tmux configuration

    $ cd
    $ git clone https://github.com/gpakosz/.tmux.git
    $ ln -s -f .tmux/.tmux.conf
    $ cp .tmux/.tmux.conf.local .

    Then proceed to customize your ~/.tmux.conf.local copy.

  3. ctags configuration

    $ cd ctags
    $ ln -s $PWD/ctags ~/.ctags
  4. fish configuration

    $ cd fish
    $ ln -s $PWD/config.fish ~/.config/fish/config.fish
    $ fish_config

LICENSE

MIT