Compare commits

..

No commits in common. "c586b71d54b87033a1e4e6460ca3006919b85711" and "5e7eec2a365cccfaa477d60012c76a11499cce4e" have entirely different histories.

2 changed files with 0 additions and 15 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
*

View File

@ -1,17 +1,3 @@
# hoellen/dotfiles
Here you can see my dotfiles, which I use in my everyday life. Not everything is perfect and complete, yet.
# Installation
To install the dotfiles you need to be in your users home directory and clone the repository:
```
git init
git remote add origin https://code.hoellen.eu/hoellen/dotfiles.git
git fetch
git checkout -t origin/master
```
To hide the git status in the fish prompt (`➜ ~ git:(master)`) you need to set `git config fish.hide-status 1` for the repository.