GitXplorerGitXplorer
a

dotfiles

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
af253e79ada979f79b3d38410ec72cba4564b574

Fixing issue in .tmux.conf

committed 7 years ago
Unverified
a2975544e69c033196e07ac1abadfb1645eed493

Added lighweight confs

committed 7 years ago
Unverified
44935eadc0d9b56a0014ea14bb991853b5150830

Added very basic vimrc file

aakashmjn committed 7 years ago
Unverified
f66dc2b13695a4ef063277bb2bd336027b1a8077

Fixing mouse mode in tmux

committed 7 years ago
Unverified
69c08b9cfc8ba3a9c5bd065419a08513a7029685

Small change to allow for control+arrow scrolling

aakashmjn committed 9 years ago
Unverified
daa3b9c185b475299af227bc43cb1bb0f6e1e8e2

Added files for LINUX terminal

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