diff options
author | xengineering <me@xengineering.eu> | 2021-12-09 07:38:19 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-12-09 07:38:19 +0100 |
commit | 89b66cf8fc1d5d925f177c63fae481c3eea37ddb (patch) | |
tree | 906f3a612bc30fdae0fc3276ff83ac594b94f94c | |
parent | 9a4355c8c9ee9e1b3984c3776edf0ec4b4720163 (diff) | |
download | dotfiles-89b66cf8fc1d5d925f177c63fae481c3eea37ddb.tar dotfiles-89b66cf8fc1d5d925f177c63fae481c3eea37ddb.tar.zst dotfiles-89b66cf8fc1d5d925f177c63fae481c3eea37ddb.zip |
Update URL to cgit and avoid new Shell Login
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,10 +8,10 @@ A Git repository to track my personal GNU/Linux dotfiles. ### Installation ```bash cd ~ # switch to home folder - git clone --bare https://gitea.xengineering.eu/xengineering/dotfiles.git # clone the bare repository + git clone --bare https://cgit.xengineering.eu/dotfiles # clone the bare repository git --git-dir=$HOME/dotfiles.git/ --work-tree=$HOME checkout # checkout dotfiles to your home # (append '-f' to overwrite local ones) - logout # you have to log in again to make the changes take effect + source ~/.bashrc # enable configuration for current shell ``` ### Update |