summaryrefslogtreecommitdiff
path: root/README.org
blob: 6711a1dee0d324466999af740139fadbd0a2da08 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
#+title: Dotfiles | Arch Linux setup

** About
+ Personal dotfiles and configs for various projects:
** Installation
#+begin_src bash
cd $HOME
git init
git remote add origin https://github.com/ThanosApollo/dotfiles.git
git reset --hard origin/master
#+end_src