Skip to content

Fueled's starter package for your dev machine

License

Notifications You must be signed in to change notification settings

Fueled/dotfiles

Repository files navigation

Fueled's Dotfiles

Build Status

This is a base collection of dotfiles and scripts we use for customizing our dev-setup at Fueled. See http://dotfiles.github.io/ for more details.

OS related setup scripts can be found in setup folder.

Features

  • Sane defaults for Mac
  • Zsh
  • Git
  • vim

Setup

If you are using Mac OSX, this repo includes a script to install dependencies in this script.

This script will help you add some defaults to your mac.

Installing dotfiles

Once you have installed basics software and libraries, you can install the dotfiles, by cloning this repo into ~/dotfiles and symlinking the files inside it to your home directory ~. Symlinking helps keep all your dotfiles maintainable inside a git repo, while being functional at the same time.

cd ~ && git clone --recursive [email protected]:fueled/dotfiles.git && cd ~/dotfiles
# To create symbolic links in your home
sh bootstrap.sh  ## this will create the required symlinks
pip install -r requirements.pip  ## essential python packages needed

After this, go and edit your name & email in .gitconfig.local & .cookiecutter.rc

Resources

You can watch the following repositories to pick up changes that you like:

License

The code is available under the MIT license.

About

Fueled's starter package for your dev machine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published