Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 385 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 385 Bytes

configurations

It is my repo of configurations.

usage

  1. git clone this repo
https://github.com/yufeixiong/dotfiles.git
  1. set a global variable

    • vim /etc/profile
    • add to the end "export DOTFILES=/home/alan/dotfiles"
  2. you can just source relative dotfiles in this repo

    e.g. in ~/.vimrc , you just add one line "source $DOTFILES/vim/vimrc"