hugoeanogueira / dotfiles

My bootstrap scripts and dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Installation

You may either run the _/scripts/install.sh to install all dotfiles and remaining software in a new developing machine, or cherry-pick what to install from the scripts directory and each configuration folder.

To install all in a new machine (without git):

mkdir dotfiles; cd dotfiles; curl -L 'https://github.com/hugoeanogueira/dotfiles/tarball/master' | tar -xz --strip-components 1 && ./_scripts/install.sh

To install only the dotfiles (without git)

mkdir dotfiles; cd dotfiles; curl -L 'https://github.com/hugoeanogueira/dotfiles/tarball/master' | tar -xz --strip-components 1 && ./_scripts/install_dotfiles.sh

Thanks

This project was compiled from different dotfiles projects, so thank you all.

About

My bootstrap scripts and dotfiles


Languages

Language:Shell 100.0%