diff options
author | ThanosApollo <[email protected]> | 2022-09-12 22:38:57 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-09-12 22:38:57 +0300 |
commit | c08341dfb66f0f0fe380b07d8d5e94439636405e (patch) | |
tree | 16ec3e22fc78239d55619cb7dc406d8cc1ce92a4 /README.org | |
parent | a3294af1ec6a99f9ec86c5f03bca968cd7ef22fe (diff) |
Update README
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -1,11 +1,10 @@ #+title: My .config and other dotfiles - -+ This is git bare repo to manage my personal dotfiles -+ Distrotube git bare repo tutorial [[https://www.youtube.com/watch?v=tBoLDpTWVOM][here]] - *** Installation #+begin_src bash -git clone https://github.com/ThanosApollo/config.git +cd $HOME +git init +git remote add origin [email protected]:ThanosApollo/config.git +git reset --hard origin/master #+end_src *** Currently I'm using: @@ -15,9 +14,5 @@ git clone https://github.com/ThanosApollo/config.git + [[https://github.com/qutebrowser/qutebrowser][Qutebrowser]] + with [[https://github.com/base16-project/base16-qutebrowser][base16-qutebrowser themes]] + [[https://github.com/starship/starship][starship prompt]] - + Install starship prompt -#+begin_src -pacman -S starship -#+end_src **** Anki Add-ons + [[https://github.com/ankitects/anki][Anki]] is a must have learning tool for any student, [[file:.local/share/Anki2/addons21][these]] are some of the Anki add-ons I'm using with /slight/ modifications. |