blob: c9f1e19a4f2f335529a2a23a26a4db14aac000e6 (
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
|