dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 209f4d67ed121998f9d606d82e78c33f96a26c73
parent 8a6847cc113fcec44c7c115913b92bd25a3430e0
Author: linus <mail@linus-behrens.de>
Date:   Fri,  4 Jul 2025 15:10:29 +0200

new init in readme

Diffstat:
MREADME.md | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -2,7 +2,6 @@ ## Inhalt -- `.bashrc` - `.bash_profile` - `.vimrc` - `.zshenv` @@ -14,5 +13,12 @@ ## Initialisierung ```bash -bash init.bash +cp -r $HOME/dotfiles/.vim ./ +cp -r $HOME/dotfiles/.config ./ +cp -r $HOME/dotfiles/.sources ./ +cp -r $HOME/dotfiles/.scripts ./ + +ln $HOME/dotfiles/.bash_profile ./ +ln $HOME/dotfiles/.vimrc ./ ``` +