Giter Club home page Giter Club logo

dotfiles's Introduction

dotfiles

This is a template repo for dotfiles. To be used with the chef constitution_configured_user recipe, but can be used with other sync methods. Run the sync script after a git pull to install appropriate symlinks and hardlinks.

Three types of linkages can be created:

  • symlinked dot-directories: the symlink $HOME/.x -> $HOME/.managed/dotdirs/x, where x is a dir
  • symlinked dot-files: the symlink $HOME/.x -> $HOME/.managed/dotfiles/x
  • hardlinked dot-files: the hardlink $HOME/.x -> $HOME/.managed/nolink/x

When sync creates a symlink, it first checks if the dotfile exists; if it does, no action is taken by default. However this can be changed using the .trample file as follows.

In each directory $HOME/.managed/dot{dirs,files} and $HOME/.managed/nolink, a file .trample can be created. .trample contains a newline-delimited list of files that should overwrite any installed files, no matter what. So for instance, if you always want to use your github-managed .bashrc, the file $HOME/.managed/dotfiles/.trample should contain a line reading:

bashrc

NOTE this will delete any .bashrc that exists previously!

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.