diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-03-27 23:10:54 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-03-27 23:22:10 +0100 |
| commit | 3130bba835cf485584333ee8459197e1dcdeb63a (patch) | |
| tree | 1edfe73e09d551d0e03dfa1533fcd62d1b44048f /README.md | |
| parent | 328b7491c4d84996209918602c7ec98d70c329b7 (diff) | |
Fix install without pgp available
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -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 [email protected]: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 [email protected]:a14m/.rc.git + +gpg --edit-card +> fetch + +gpg --edit-key [email protected] +> trust ``` - Setup ruby/rbenv |
