Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 628 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 628 Bytes

Table of Contents

Description

My dotfiles .bashrc .bash_profile .vimrc and so on

Installation

You should have a wget and bash.

    # if you have a wget
    source <(wget -q -O-  https://raw.githubusercontent.com/melazyk/dotfiles/current/.bash_profile)

    # if you have a curl
    source <(curl -s https://raw.githubusercontent.com/melazyk/dotfiles/current/.bash_profile)

    # then update profile ))
    update_profile