diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-04-06 11:23:14 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-04-06 11:23:14 +0200 |
| commit | d1f9cc91d8bd1ef329a98ae6980337a585190171 (patch) | |
| tree | 2bd5a0a82cb7fa132c56f594b05023715ac081e5 | |
| parent | d8103e601202af0588d89b69b8eae3377667f370 (diff) | |
Fix the order of installing the dependencies
| -rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 |
