[go: nahoru, domu]

Skip to content
/ dotman Public template
forked from Bhupesh-V/dotman

dotman is a simple, elegant & easy to use dotfiles manager πŸ––πŸ½

License

Notifications You must be signed in to change notification settings

fpitters/dotman

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

39 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

shellcheck License: MIT Issues bashit Website Status dotman Twitter: bhupeshimself

Demo πŸ”₯

dotman-demo

🌠 Features

  • Single file
  • No config file for dotman (No .dotrc 🀦)
  • No useless arguments (single command 😎)
  • Easy to use
  • Extendable βš’, Available as a Template
  • Fewer Dependencies
    • Git
    • Bash

πŸ’  Installation

via curl ➰

sh -c "$(curl -fsSL https://raw.githubusercontent.com/Bhupesh-v/dotman/master/tools/install.sh)"

via wget πŸ“₯

sh -c "$(wget -O- https://raw.githubusercontent.com/Bhupesh-v/dotman/master/tools/install.sh)"

via httpie πŸ₯§

sh -c "$(http --download https://raw.githubusercontent.com/Bhupesh-v/dotman/master/tools/install.sh)"

dotman is installed by default in /home/username/dotman. Your $HOME directory.

Manually ❓

  1. Just grab dotman.sh from Releases πŸ”Ό and store it anywhere on your system.
  2. Change file mode 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.

Author

πŸ€“ Bhupesh Varshney

forthebadge forthebadge

☺️ Show your support

Support me by giving a ⭐️ if this project helped you! or just Twitter URL

πŸ“ License

Copyright Β© 2020 Bhupesh Varshney.
This project is MIT licensed.

πŸ‘‹ Contributing

Please read the CONTRIBUTING file for the process of submitting pull requests to us.

About

dotman is a simple, elegant & easy to use dotfiles manager πŸ––πŸ½

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%