summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
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 [email protected]:~a14m/.rc
```