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

** About
+ Personal dotfiles
+ Showcase:
  [[file://~/Pictures/Screenshots/showcase-2022-11-22_18-31.png]]
  
** 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