From 3130bba835cf485584333ee8459197e1dcdeb63a Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 27 Mar 2021 23:10:54 +0100 Subject: Fix install without pgp available --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bcdf735..95e4c6e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Install xcode and homebrew ```bash xcode-select --install +git clone https://github.com/a14m/.rc.git ~/.rc +cd ~/.rc ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew tap Homebrew/bundle @@ -11,11 +13,6 @@ brew bundle # Installation : -- Clone the repo -```bash -git clone git@github.com:a14m/.rc.git ~/.rc -``` - - Essentials ```bash ln -sf ~/.rc/.bash_profile ~/.bash_profile @@ -37,6 +34,15 @@ ln -sf ~/.rc/.config/wtf/config.yml ~/.config/wtf/config.yml sudo bash -c 'echo /usr/local/bin/bash >> /etc/shells' chsh -s /usr/local/bin/bash + +git remote remove origin +git remote add origin git@github.com:a14m/.rc.git + +gpg --edit-card +> fetch + +gpg --edit-key a14m@pm.me +> trust ``` - Setup ruby/rbenv -- cgit v1.2.3