Coder Social home page Coder Social logo

bkstephens / rcm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thoughtbot/rcm

0.0 2.0 0.0 1.26 MB

rc file (dotfile) management

Home Page: https://thoughtbot.com/open-source

License: BSD 3-Clause "New" or "Revised" License

Makefile 4.25% Shell 29.86% Ruby 3.31% Perl 42.65% Perl 6 19.93%

rcm's Introduction

rcm

This is a management suite for dotfiles. See the tutorial to get started quickly.

It assumes that you have a separate dotfiles directory, or are interested in creating one.

The programs provided are rcup(1), mkrc(1), rcdn(1), and lsrc(1). They are explained in the tutorial and configured using rcrc(5).

Installation

Arch Linux:

https://aur.archlinux.org/packages/rcm/

Debian-based:

wget https://thoughtbot.github.io/rcm/debs/rcm_1.3.0-1_all.deb
sha=$(sha256sum rcm_1.3.0-1_all.deb | cut -f1 -d' ')
[ "$sha" = "2e95bbc23da4a0b995ec4757e0920197f4c92357214a65fedaf24274cda6806d" ] && \
sudo dpkg -i rcm_1.3.0-1_all.deb

Korora:

Copr requires an additional argument for Fedora remixes such as Korora. See here for more information.

For 64 bit Korora 23, use the following commands:

sudo dnf copr enable seeitcoming/rcm fedora-23-x86_64
sudo dnf install rcm

OpenBSD (-current):

doas pkg_add rcm

Fedora 21/22/23:

sudo dnf copr enable seeitcoming/rcm
sudo dnf install rcm

FreeBSD:

sudo pkg install rcm

openSUSE/RHEL/CentOS: instructions

OS X with Homebrew:

brew tap thoughtbot/formulae
brew install rcm

OS X with MacPorts:

port install rcm

Ubuntu:

sudo add-apt-repository ppa:martin-frost/thoughtbot-rcm
sudo apt-get update
sudo apt-get install rcm

Elsewhere:

This uses the standard GNU autotools, so it's the normal dance:

curl -LO https://thoughtbot.github.io/rcm/dist/rcm-1.3.0.tar.gz && \

sha=$(sha256 rcm-1.3.0.tar.gz | cut -f1 -d' ') && \
[ "$sha" = "ddcf638b367b0361d8e063c29fd573dbe1712d1b83e8d5b3a868e4aa45ffc847" ] && \

tar -xvf rcm-1.3.0.tar.gz && \
cd rcm-1.3.0 && \

./configure && \
make && \
sudo make install

For more, see INSTALL.

Programs

  • rcup(1) is the main program. It is used to install and update dotfiles, with support for tags, host-specific files, and multiple source directories.
  • rcdn(1) is the opposite of rcup(1).
  • mkrc(1) is for introducing a dotfile into your dotfiles directory, with support for tags and multiple source directories.
  • lsrc(1) shows you all your dotfiles and where they would be symlinked to. It is used by rcup(1) but is provided for your own use, too.

Support

Pull requests welcome; see CONTRIBUTING.md.

License

Copyright 2013 Mike Burns. BSD license. Copyright 2014-2015 thoughtbot. BSD license.

About thoughtbot

thoughtbot

RCM is maintained and funded by thoughtbot, inc. The names and logos for thoughtbot are trademarks of thoughtbot, inc.

We adore open source software. See our other projects. We are available for hire.

rcm's People

Contributors

bkstephens avatar blakewilliams avatar bronislav avatar bturrubiates avatar caleb avatar captbaritone avatar casey avatar develop7 avatar devm33 avatar docwhat avatar formigarafa avatar frost avatar graham33 avatar gurdiga avatar hugelgupf avatar jdagilliland avatar jferris avatar jkniiv avatar johnae avatar mike-burns avatar mxie avatar nicknovitski avatar robertopedroso avatar srstevenson avatar supervacuo avatar teoljungberg avatar thelonelyghost avatar zachlatta 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.