- Git
- Stow
- 5 minutes of your time
Start by cloning this repository into your $HOME
directory:
git clone https://github.com/V1RE/dotfiles.git ~
Now you can symlink these dotfiles to your $HOME
using stow
.
cd ~/dotfiles
stow */
If you're having problems with the .git
directory getting symlinked to your
$HOME
directory, try the following command:
cd ~/dotfiles
stow -D .git