X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=README.md;h=4516a9e26b0cc0f8fc8649c9cada26152779e4c3;hb=ec62a47001cc592dd49d321b47d42fadaf5f23c4;hp=5ccd9015002a35d705889833c0125c672ab5b860;hpb=bf1e668ae26a54b3294ca4c99e42ec0c7166600a;p=dotfiles.git diff --git a/README.md b/README.md index 5ccd901..4516a9e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Get started: - git clone https://src.twobees.de/git/dotfiles ~/dotfiles + git clone https://src.twobees.de/git/dotfiles $HOME/dotfiles ## install stuff on debian: - cd ~/dotfiles/install + cd $HOME/dotfiles/install sudo apt-get install `cat basic` `cat ui` or without ui stuff @@ -14,11 +14,11 @@ or without ui stuff ## setup dotfiles: linux: - cd ~/dotfiles/stow + cd $HOME/dotfiles/stow stow -v -t ~/ */ windows: - cd ~/dotfiles/install/ - init_win.ps1 + cd $HOME/dotfiles/install/ + ./init_win.ps1