dotfiles

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

README.md (340B)


      1 # dotfiles
      2 
      3 ## Inhalt
      4 
      5 - `.bash_profile`
      6 - `.vimrc`
      7 - `.zshenv`
      8 - `.vim/`
      9 - `.config/`
     10 - `.sources/`
     11 - `.scripts/`
     12 
     13 ## Initialisierung
     14 
     15 ```bash
     16 cp -r $HOME/dotfiles/.vim ./
     17 cp -r $HOME/dotfiles/.config ./
     18 cp -r $HOME/dotfiles/.sources ./
     19 cp -r $HOME/dotfiles/.scripts ./
     20 
     21 ln $HOME/dotfiles/.bash_profile ./
     22 ln $HOME/dotfiles/.vimrc ./
     23 ```
     24