diff options
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 |
