fetch_dotfiles.sh aktualisiert
This commit is contained in:
parent
b1d1499d14
commit
1fb96f6678
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
git clone --bare https://repo.zenndev.xyz/ZennDev1337/dotfiles.git $HOME/.cfg
|
git clone --bare https://repo.zenndev.xyz/ZennDev1337/dotfiles.git $HOME/.cfg
|
||||||
function config {
|
function config {
|
||||||
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@
|
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@
|
||||||
|
@ -13,3 +12,5 @@ if [ $? = 0 ]; then
|
||||||
fi;
|
fi;
|
||||||
config checkout
|
config checkout
|
||||||
config config status.showUntrackedFiles no
|
config config status.showUntrackedFiles no
|
||||||
|
rm -f $HOME/readme.md
|
||||||
|
rm -f $HOME/fetch_dotfiles.sh
|
Loading…
Add table
Add a link
Reference in a new issue