From f8920e8701a241e26a7c386977a8705c89ec17ff Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 29 May 2022 21:44:21 +0200 Subject: Fix missing commands --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a853c54..6f799a2 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ # Prerequisites : +Clone the repo +```bash +git clone https://git.sr.ht/~a14m/.rc ~/.rc +``` ## MacOS Install xcode and homebrew ```bash xcode-select --install -git clone https://git.sr.ht/~a14m/.rc ~/.rc -cd ~/.rc - ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" +cd ~/.rc brew analytics off brew tap Homebrew/bundle brew bundle @@ -18,8 +20,8 @@ brew bundle ```bash 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 @@ -57,6 +59,7 @@ ln -sf ~/.rc/.config/wtf/config.yml ~/.config/wtf/config.yml ln -sf ~/.rc/.config/tmuxinator/vpn.yml ~/.config/tmuxinator/vpn.yml ln -sf ~/.rc/.config/tmuxinator/ee.yml ~/.config/tmuxinator/ee.yml +cd ~/.rc git remote remove origin git remote add origin git@git.sr.ht:~a14m/.rc ``` -- cgit v1.2.3