Skip to content

melazyk/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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