aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.txt
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-09-02 23:08:48 +0900
committernsfisis <nsfisis@gmail.com>2023-09-02 23:09:55 +0900
commit8efe665bf615f722e0c90c7f605fa40899a46279 (patch)
tree664f7d1ec08890266b4c54ce530cd1d3a891b5b5 /INSTALL.txt
parentd5d62fc0d7816ed9b8c6df33c9f968701fed02dd (diff)
downloaddotfiles-8efe665bf615f722e0c90c7f605fa40899a46279.tar.gz
dotfiles-8efe665bf615f722e0c90c7f605fa40899a46279.tar.zst
dotfiles-8efe665bf615f722e0c90c7f605fa40899a46279.zip
home-manager: install neovim
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index c2e1ea4..2465047 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -1,11 +1,10 @@
macOS (homebrew)
```
+$ brew update
$ brew install \
ncurses \
- neovim \
python \
- ruby \
zsh \
;
@@ -36,10 +35,10 @@ $ cargo install cargo-compete
Ubuntu (apt)
```
+$ sudo apt update
+$ sudo apt upgrade
$ sudo apt install \
- neovim \
python-is-python3 \
- ruby \
zsh \
;