GitXplorerGitXplorer
a

dotfiles

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2d1d4655d00cfa8fbf07d4c8cc3d3ad756e4142a

Added Rprofile that sets environment, repos and installs/loads packages

aakashmjn committed 9 years ago
Unverified
48a8ca5136ec65041763a7c20235d55e309c5154

README edit. Must remember to not make this a separate commit

aakashmjn committed 9 years ago
Unverified
3d215cfb848cb68319c17863daeb3326d3f5f55a

Added custom bash profile

aakashmjn committed 9 years ago
Unverified
c4255904c1fa70e00fb1b0f24d314dcf559ea574

README edit

aakashmjn committed 9 years ago
Unverified
f0a4cb68cdf62c6b7b84ed61fbc49e8ca8d4978f

Reorganising files and added git config and global ignore files

aakashmjn committed 9 years ago
Unverified
997e850044344092ad743e8728d56d9c57d9a894

Minor README changes

aakashmjn committed 9 years ago

README

The README file for this repository.

Global configuration files

BASH: Custom bash profile

GIT: Git config and ignore files

VIM: Vim and Bash configurations

My local settings for vim editor and bash/terminal

How to configure

Follow the following steps to configure your vim and bash

  • Clone this repo $ cd ~ && git clone https://github.com/akashmjn/dotfiles.git to your home folder.

  • Rename the folder to .vim or execute this $ cd ~ && mv dotfiles/ .vim/

  • Take backup of existing .vimrc and .bashrc files, just in case if something goes wrong you can restore them. Follow the following steps to do it,

    $ mv ~/.bashrc ~/.bashrc_backup
    $ mv ~/.vimrc ~/.vimrc_backup
    $ cp ~/.vim/bashrc.vim ~/.bashrc
    $ cp ~/.vim/vimrc.vim ~/.vimrc
  • So the final step is just open you editor $ vim and execute this command: :PluginInstall.

Contact me

Email me on akash7190@gmail.com