Caution
Destroys (overwrites) any existing files.
Regular user
/bin/bash -c "$(curl -fsSL imshvc.github.io/dotfiles)"
Root user
sudo /bin/bash -c "$(curl -fsSL imshvc.github.io/dotfiles)"
- Git clone the repository:
git clone https://github.com/imshvc/dotfiles --depth=1 cd dotfiles && chmod +x apply.sh && ./apply.sh
Caution
You must set your user an environment variable HOME pointing to your user directory:
HOME = C:\Users\Nurudin
You must run: C:\msys64\usr\bin\bash.exe --login
Nurudin@NURUDIN-PC MSYS ~
$ echo $HOME
/c/Users/Nurudin