aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-08-06 22:49:00 +0200
committersrdusr <trevorgray@srdusr.com>2023-08-06 22:49:00 +0200
commit7b13d618f5a90deb36367480ed4c70876fa41095 (patch)
tree1ee505680e3ae4c27b672abed14d13d8c88d5066 /README.md
parentec7507f745fbb2cbff1d67c508daeb389ec5476c (diff)
downloaddotfiles-7b13d618f5a90deb36367480ed4c70876fa41095.tar.gz
dotfiles-7b13d618f5a90deb36367480ed4c70876fa41095.zip
Sorted out dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/README.md b/README.md
index f3cdb86..852a828 100644
--- a/README.md
+++ b/README.md
@@ -14,28 +14,6 @@
```
$ sudo git clone --depth 1 https://github.com/junegunn/fzf.git /usr/local/bin/fzf
```
-```bash
-&#35; ls -l
-&#36; mkdir new_directory
-```
-
-
-HTML:
-```html
-<pre>
-<code>&#35; ls -l
-&#36; mkdir new_directory</code>
-</pre>
-```
-```bash
-&dollar; whoami
-```
-
-```bash
-ls -l
-mkdir new_directory
-```
-
Add to .bashrc/(.zshrc/.zshenv)
```bash
export PATH="$PATH:/usr/local/bin/fzf/bin"