mintbridge / dotfiles

OS X / Ubuntu dotfiles
MIT License
0 stars 0 forks source link

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