Git Product home page Git Product logo

dotboss's Introduction

dotboss

________   _____________________________ ________    _________ _________
\______ \  \_____  \__    ___/\______   \\_____  \  /   _____//   _____/
 |    |  \  /   |   \|    |    |    |  _/ /   |   \ \_____  \ \_____  \
 |    `   \/    |    \    |    |    |   \/    |    \/        \/        \
/_______  /\_______  /____|    |______  /\_______  /_______  /_______  /
        \/         \/                 \/         \/        \/        \/

1. What is this?

dotboss is a easy to use dotfiles manager.

Inspired by Dotman.

2. Features

  • Single file manager.
  • No config files.
  • Easy to use.
  • Use stow to manage dot files.
  • Automatically watch changes and backup.

3. Installation

  • Install the dependencies.

  • dotboss can be installed from source by simply cloning the repository and putting the shell script into your $PATH. The bellow commands will do that for you if /usr/local/bin is in your $PATH. You may need to involve install with sudo.

$ git clone https://github.com/ntk148v/dotboss.git
$ cd dotboss
$ bash install.sh

4. Usage

  • Prepare your repository, folder structure should look like this:
$ tree
.
|-- LICENSE
|-- README.md
`-- home

1 directory, 2 files
  • Configure your Git username & email for commits. For example:
$ git config --global user.name "FIRST_NAME LAST_NAME"
$ git config --global user.email "[email protected]"
  • Note that, if you use automatic mode, you have to configure remote url as SSH url. This is documented at Github: Switching remote URLs from HTTPS to SSH. Or you can configure Git to store your username & password.
# Make Git store the username and password and it will never ask for them.
$ git config --global credential.helper store
# Save the username and password for a session (cache it);
$ git config --global credential.helper cache
  • Run dotboss anywhere in your terminal.
$ dotboss


Hi kiennt ๐Ÿ‘‹

 ________   _____________________________ ________    _________ _________
 \______ \  \_____  \__    ___/\______   \\_____  \  /   _____//   _____/
  |    |  \  /   |   \|    |    |    |  _/ /   |   \ \_____  \ \_____  \
  |    |   \/    |    \    |    |    |   \/    |    \/        \/        \
 /_______  /\_______  /____|    |______  /\_______  /_______  /_______  /
         \/         \/                 \/         \/        \/        \/




First time use ๐Ÿ”ฅ, spend time to do a dotboss setup
...................................................

NOTE: Your dotfiles folder has to contain a subfolder named home

โžค Enter dotfiles repository URL:

5. Explanation

Explain how dotboss works inside, options...

TODO

6. Sample source dotfiles repository

You can found the sample dotfiles repository here.

dotboss's People

Contributors

ntk148v avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  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.