diff options
-rw-r--r-- | README.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,11 +1,12 @@ #+title: Dotfiles | Arch Linux setup ** About -+ Personal dotfiles and configs for various projects: ++ Personal dotfiles ** Installation #+begin_src bash cd $HOME git init git remote add origin https://github.com/ThanosApollo/dotfiles.git git reset --hard origin/master +git pull #+end_src |