Compare commits
2 Commits
5e7eec2a36
...
c586b71d54
Author | SHA1 | Date | |
---|---|---|---|
c586b71d54 | |||
1f5ee5d683 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*
|
14
README.md
14
README.md
@ -1,3 +1,17 @@
|
|||||||
# hoellen/dotfiles
|
# hoellen/dotfiles
|
||||||
|
|
||||||
Here you can see my dotfiles, which I use in my everyday life. Not everything is perfect and complete, yet.
|
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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user