#+title: Dotfiles | Arch Linux setup ** About + Personal dotfiles /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. /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