/dotfiles-old

:wrench: OS X / Ubuntu dotfiles

Primary LanguageShellMIT LicenseMIT

Andriaus 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/alrra/dotfiles/master/dotfiles)"
Ubuntu bash -c "$(wget -qO - https://raw.github.com/alrra/dotfiles/master/dotfiles)"

The snippet will:

  • Download the dotfiles on your computer (by default it will suggest ~/projects/dotfiles)
  • Create additional directories
  • Copy/symlink the git, shell, and vim files
  • Install applications / command-line tools for OS X / Ubuntu
  • Set custom OS X / Ubuntu preferences
  • Install vim plugins

Update

To update the dotfiles, run the dotfiles script.

$ ./dotfiles

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