some configuration files and utilities.
$ git clone https://github.com/jdkanani/dotfiles
$ cd dotfiles
-
gvim configuration
$ cd vim $ ln -s $PWD/vimrc.symlink ~/.vimrc
This will create symlink for
.vimrc
file in your home directory. -
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.
-
ctags configuration
$ cd ctags $ ln -s $PWD/ctags ~/.ctags
-
fish configuration
$ cd fish $ ln -s $PWD/config.fish ~/.config/fish/config.fish $ fish_config