Git Product home page Git Product logo

dotfiles's Introduction

How you get it

Run the following in a terminal:

bash <(curl https://github.com/well/dotfiles/raw/master/bootstrap.sh)

Beware that this will overwrite any changes you've made to your dotfiles. Your original files (if present) will be left in place with a .orig extension.

What you get

New Commands

ssh-copy-id:				copies your public key to the indicated server. Only installed if your system doesn't have it by default

Sensible Defaults

Sensible sorting defaults for common commands (ls, df, etc) are aliased by default ls now has similar workalikes in l, ll and dir

cd now prints a directory listing after every directory change.

Command Completion

A local copy of bash_completion has been installed. This provides context sensitive argument expansion (for example, try tab completing host names on an ssh command)

Note that if a machine already has global bash completion installed (in /etc/bash_completion) then the local completion included herein is turned off.

Automatic updates

You can get the latest version of dotfiles at any time by running dotfiles update.

Directory Stacks

The cd command now tracks directories you move in and out of. To pop the stack and go back to directories you were just in, run popd (or its alias, cdb).

Making local mods

These scripts evaluate .bashrc.local, which can be used to hold commands specific to a given machine. Note that the .bashrc.local file is NOT managed by dotfiles.

dotfiles's People

Contributors

mtrudel avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar

Forkers

gflarity

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.