diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-05-29 21:44:21 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-05-30 00:10:56 +0200 |
| commit | f8920e8701a241e26a7c386977a8705c89ec17ff (patch) | |
| tree | 78efb58efe1e9a547d898558fc6bd380fbaa2482 | |
| parent | 8c328eee4113a0544f7470a68c41c3eee01d40ab (diff) | |
Fix missing commands
| -rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 ``` |
