diff options
author | ThanosApollo <[email protected]> | 2022-09-28 10:32:13 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-09-28 10:32:13 +0300 |
commit | fe40c14603ca17e0d0a2ea60b5fc82a15014496a (patch) | |
tree | 97f212fbd5d324a1b8b4e525c0e1f09faeb92b52 | |
parent | 8f89737d7d83c67a75da841f45d37a1a743e680e (diff) |
Update README
-rw-r--r-- | README.org | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,9 +1,13 @@ #+title: My dotfiles | Arch Linux setup -*** Installation + +** About ++ Personal dotfiles + +** Installation #+begin_src bash cd $HOME git init -git remote add origin [email protected]:ThanosApollo/config.git +git remote add origin https://github.com/ThanosApollo/dotfiles.git git reset --hard origin/master #+end_src |