blob: 0af726c9953cbc3976d7da3ec9df764470085ba3 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#+title: Dotfiles | Arch Linux setup
** About
+ Personal dotfiles
[[./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
|