blob: 05458fe4a3db1ba088e09a386b9f70958164a1e9 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#+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
|