summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-06-09 10:05:46 +0200
committerAhmed Abdelhalim <[email protected]>2021-06-09 10:23:52 +0200
commit5dca651fbc6ac0896c15213278b3284e25aa94be (patch)
tree6303b8f60e2069f19c7d37b94e3016a41e2f186c /README.md
parent072ff1b7aac9aec762b4bc6996aef659622c0fed (diff)
Add the bashrc configuration file for linux
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d9dcf74..35a6327 100644
--- a/README.md
+++ b/README.md
@@ -123,6 +123,7 @@ git clone [email protected]:a14m/.pass ~/.password-store
curl https://cht.sh/:cht.sh | sudo tee /usr/local/bin/cht.sh
sudo chmod +x /usr/local/bin/cht.sh
brew install rlwrap
+sudo apt install rlwrap xsel -y
```
- [POW](http://pow.cx/)
@@ -142,4 +143,5 @@ curl get.pow.cx/uninstall.sh | sh
sudo apt update -y
sudo apt upgrade -y
sudo apt install scdaemon vim htop tmux pass pass-extension-otp git-crypt -y
+ln -sf ~/.rc/.bashrc ~/.bashrc
```