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

** About
+ Personal dotfiles
/I use this repo to keep my configurations synchronized across different machines/
  
/Qtile with vanilla emacs/
  [[.showcase.png]]


** Installation
*I do not recommend to install my dotfiles as is*, you will need to have the required dependencies such as starship prompt for it to work properly.

/Proceed with caution, you are better off copying parts of my code and implementing them in your own configuration/
#+begin_src bash
cd $HOME
git init
git remote add origin https://github.com/ThanosApollo/dotfiles.git
git reset --hard origin/master
#+end_src