Giter Site home page Giter Site logo

renxia / dotfiles Goto Github PK

View Code? Open in Web Editor NEW

This project forked from calfzhou/dotfiles

0.0 2.0 0.0 360 KB

Configuration files for kinds of tools and systems

License: MIT License

Python 32.20% Shell 48.99% CoffeeScript 9.65% CSS 1.60% JavaScript 1.63% Vim Script 5.93%

dotfiles's Introduction

Lots of Configurations

It's time to make as many as possible configuration files under version control.

This can also help me to sync configurations among computers or systems.

The master branch is for general conditions. System based branches will be used for different systems and/or environments.

About Git Submodules

git submodule init

git submodule update

General Usage

Generally speaking, to use these configurations, just create symbol links from cloned folder to the desired destination.

On Linux and MacOS, simply use ln -s TARGET LINK_NAME to create symbol links.

On Windows, there are several ways:

  1. Use junction LINK_NAME TARGET_FOLDER to create junction (soft) link to a folder;
  2. Use ln.exe TARGET_FILE LINK_NAME to create hard link to a file. But the target and link name must be in the same driver.
  3. Use mklink (should run as adiministrator) to create either kind of link:
    1. mklink LINK_NAME TARGET to create a symbol link file.
    2. mklink /d LINK_NAME TARGET to create a symbol link to a folder.
    3. mklink /j LINK_NAME TARGET to create a junction.
    4. mklink /h LINK_NAME TARGET to create a hard link.

dotfiles's People

Contributors

calfzhou avatar

Watchers

 avatar  avatar

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.