mintbridge / dotfiles

OS X / Ubuntu dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles

Setup

To setup the dotfiles, run the following snippet in the terminal.

OS Snippet
OS X bash -c "$(curl -LsS https://raw.github.com/mintbridge/dotfiles/master/lib/dotfiles)"
Ubuntu bash -c "$(wget -qO - https://raw.github.com/mintbridge/dotfiles/master/lib/dotfiles)"

The snippet will:

Update

To update the dotfiles, run the dotfiles script.

$ ./dotfiles

If you want to avoid the confirmation prompt, use the -f option, but be careful, it will overwrite everything!

$ ./dotfiles -f

The update process will try to do basically the same things as setup, but instead of downloading the dotfiles, it will just fetch the latest changes.

Acknowledgements

About

OS X / Ubuntu dotfiles

License:MIT License


Languages

Language:Shell 84.7%Language:Vim Script 15.3%