Skip to content

jdkanani/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

some configuration files and utilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages