/dotfiles

:wrench: OS X / Mint / Ubuntu dotfiles

Primary LanguageVim ScriptMIT LicenseMIT

@cescoferraro’s dotfiles

Build Status

These are the base dotfiles that I start with when I set up a new environment. For more specific local needs I use the .local files described in the Local Settings section.

Setup

To set up the dotfiles just run the appropriate snippet in the terminal:

(⚠️ DO NOT run the setup snippet if you don't fully understand what it does. Seriously, DON'T!)

OS Snippet
macOS bash -c "$(curl -LsS https://raw.github.com/cescoferraro/dotfiles/master/src/os/setup.sh)"
Ubuntu bash -c "$(wget -qO - https://raw.github.com/cescoferraro/dotfiles/master/src/os/setup.sh)"

That's it!

Its totally based of alrra's/dotfiles