Your focus should be on your dot files & scripts rather than on a dotfiles manager or how to use it.(Wait I forgot what was the command to push files? Is it dt push or dt --push)
Creating a overly-complex solution for something simple should not be the goal.
π 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)
Awesome π₯, I encountered the same thing a while back, so spent an afternoon writing about it.
How to Build Your Own Linux Dotfiles Manager from Scratch
Also, open for contributions
dotman is a simple, elegant & easy to use dotfiles manager ππ½
β¨ Learn how I made dβtman from scratch β¨
Demoπ₯
.dotrc
Git
Bash>=3
Wait! it's not written in a fancy language
And it doesn't have to be. Why?
dt push
ordt --push
)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)
β¦