blob: 35f0ab1239deb67181f1e3832bc48c0cd8051ead (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#+title: Dotfiles | Arch Linux setup
** About
+ Personal dotfiles
** Installation
#+begin_src bash
cd $HOME
git init
git remote add origin https://github.com/ThanosApollo/dotfiles.git
git reset --hard origin/master
git pull
#+end_src
|