blob: 0da0c0d36ebf8da552d008bad7a5177b7ac7030d (
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
/Qtile and my vanilla emacs/
[[./Pictures/Screenshots/showcase-2022-11-22_18-31.png]]
+ I use this repo to keep my configurations synchronized across different machines
** 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
|