From d1f9cc91d8bd1ef329a98ae6980337a585190171 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 6 Apr 2023 11:23:14 +0200 Subject: Fix the order of installing the dependencies --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3