aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 840aa48..06786d6 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -2,7 +2,6 @@ macOS (homebrew)
```
$ brew install \
- gcc \
ncurses \
neovim \
python \
@@ -39,7 +38,6 @@ Ubuntu (apt)
```
$ sudo apt install \
- gcc \
neovim \
python-is-python3 \
ruby \
@@ -47,9 +45,6 @@ $ sudo apt install \
zsh \
;
-$ which batcat >/dev/null 2>&1 && sudo ln -s "$(which batcat)" "$(dirname "$(which batcat)")/bat"
-$ which fdfind >/dev/null 2>&1 && sudo ln -s "$(which fdfind)" "$(dirname "$(which fdfind)")/fd"
-
# Change login shell to zsh
$ chsh