summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2023-04-06 11:23:14 +0200
committerAhmed Abdelhalim <[email protected]>2023-04-06 11:23:14 +0200
commitd1f9cc91d8bd1ef329a98ae6980337a585190171 (patch)
tree2bd5a0a82cb7fa132c56f594b05023715ac081e5 /README.md
parentd8103e601202af0588d89b69b8eae3377667f370 (diff)
Fix the order of installing the dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 6fa2015..7da8059 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,11 @@
# Prerequisites :
-Clone the repo
-```bash
-git clone https://git.sr.ht/~a14m/.rc ~/.rc
-```
-
## MacOS
Install xcode and homebrew
```bash
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
+git clone https://git.sr.ht/~a14m/.rc ~/.rc
cd ~/.rc
brew analytics off
brew tap Homebrew/bundle
@@ -23,6 +19,7 @@ sudo apt update -y
sudo apt upgrade -y
sudo reboot
sudo apt install scdaemon vim htop tmux pass pass-extension-otp git-crypt pinentry-tty -y
+git clone https://git.sr.ht/~a14m/.rc ~/.rc
ln -sf ~/.rc/.bashrc ~/.bashrc
sudo ln -sf /usr/bin/pinentry-tty /usr/local/bin/pinentry-tty
@@ -31,7 +28,6 @@ ln -sf ~/.rc/.gnupg/gpg.conf ~/.gnupg/gpg.conf
```
# Installation :
-
## Essentials
```bash
ln -sf ~/.rc/.bash_profile ~/.bash_profile