/dotfiles

Primary LanguageVim SnippetMIT LicenseMIT

Dotfiles


Description

  • vimrc : vim configuration file

  • bashrc : bash shell configuration file

  • matplotlibrc: Python matplotlib configuration file

  • tmux.conf: tmux configuration file

  • gitconfig: Git configuration file


How to install

$ git clone https://github.com/hong-chen/dotfiles.git
$ cd dotfiles
$ ./setup.py

Vim setup

Open a terminal and type in

vim

The installation process will automatically start. When finish, simply quit Vim by typing :q.

Notes: vim-plug is used for plugin management.


No additional setup is needed for bashrc, gitconfig, matplotlibrc, and tmux.conf.