Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo 🔥

dotman-demo

🌠 Features

  • Single file manager (Portable)
  • No config files for dotman (No .dotrc 🤦)
  • No useless arguments (single command 😎)
  • Easy to use
  • Extendable ⚒, Available as a Template
  • Fewer Dependencies
    • Git
    • Bash>=3

Manually Install

  1. Change file permissions to be 🏃 executable.
chmod +x dotman.sh
  1. Set alias for dotman (optional). Alternatively modify your .bash_aliases file.
alias $(pwd)/dotman.sh=dotman
  1. Run dotman.
dotman.sh

Usage

Just run dotman anywhere in your terminal 🖖.

dotman

Leave the rest to it.

What else 👀

dotman exports 2 variables in your default shell config (bashrc, zshrc etc):

  1. DOT_DEST: used for finding the location of dotfiles repository in your local system.
  2. DOT_REPO: the url to the remote dotfile repo.

You can change these manually if any one of the info changes.

About

My personal setup for git and Zsh.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages

Generated from Bhupesh-V/dotman