diff options
-rw-r--r-- | README.org | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -1,20 +1,13 @@ #+title: Dotfiles | Arch Linux setup ** About -+ Personal dotfiles ++ Personal dotfiles, managed with GNU stow /I use this repo to keep my configurations synchronized across different machines/ /Qtile with vanilla emacs/ [[pictures/showcase.png]] - -** Installation -*I do not recommend to install my dotfiles as is*, you will need to have the required dependencies such as starship prompt for it to work properly. +*I do not recommend to install my dotfiles as is*, you will need to have the required dependencies /such as starship prompt/ for it to work properly. /Proceed with caution, you are better off copying parts of my code and implementing them in your own configuration/ -#+begin_src bash -cd $HOME -git init -git remote add origin https://github.com/ThanosApollo/dotfiles.git -git reset --hard origin/master -#+end_src + |