Skip to content

808loud/dotfiles

Repository files navigation

🚧 Caution. This is a work in progress.

Using Git and the bootstrap script

You can clone the repository wherever you want. (I like to keep it in ~/Projects/dotfiles, with ~/dotfiles as a symlink.) The bootstrapper script will pull in the latest version and copy the files to your home folder.

git clone https://github.com/808loud/dotfiles.git && cd dotfiles && source bootstrap.sh

To update, cd into your local dotfiles repository and then:

source bootstrap.sh

Alternatively, to update while avoiding the confirmation prompt:

set -- -f; source bootstrap.sh

##To download without Git:

cd; curl -#L https://github.com/808loud/dotfiles/tarball/master | tar -xzv --strip-components 1; cd -;

TODO

  • figure out how to symlink from current directory to user's root directory (thanks @mathiasbynens)
  • In Chrome, set "Warn before Quit" to enabled
  • Configure a ZSH profile
  • Plugins:
    • npm, bower, brew, osx, extract, z

About

🏠 ~/ is where the <3 is

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published