Code Monkey home page Code Monkey logo

hovel's Introduction

hovel ๐Ÿš

Dotfiles et al.

Deployment

It's recommended that you fork this repository and adjust as necessary.

Clone to a bare repo in $HOME/.hovel/repo.git:

git clone --bare [email protected]:kroogs/hovel.git $HOME/.hovel/repo.git

Checkout the bare repo's contents:

git --git-dir=$HOME/.hovel/repo.git --work-tree=$HOME checkout 

This will error if it attempts to overwrite files. Backup and remove the offending files and run the command again. If you're sure it's safe, adding an -f switch will overwrite them.

Run the generic install.sh script:

sh $HOME/.hovel/install.sh

Updating

Since it's just git, you can add, commit, and push any file in $HOME:

hovel add .profile
hovel commit .profile -m "Add my spiffy example .profile"
hovel push

You can pull in changes made to remote repositories:

hovel pull

You can also use branches to make adjustments for different environments:

hovel checkout -b machine-name

hovel's People

Contributors

tydira avatar

Stargazers

 avatar

Watchers

 avatar

hovel's Issues

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.