aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.txt
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-08-28 23:43:29 +0900
committernsfisis <nsfisis@gmail.com>2023-09-01 09:25:39 +0900
commit9628e01624d4c30b48505a8f29a973cb4679cc4c (patch)
treeb2682a268aa792b22888515f5a6337b12fcb9853 /INSTALL.txt
parent01a87c305617c9af3bb9f5815330f205f03ef968 (diff)
downloaddotfiles-9628e01624d4c30b48505a8f29a973cb4679cc4c.tar.gz
dotfiles-9628e01624d4c30b48505a8f29a973cb4679cc4c.tar.zst
dotfiles-9628e01624d4c30b48505a8f29a973cb4679cc4c.zip
home-manager: install gcc
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