aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index b21687b..6123fa9 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -52,7 +52,6 @@ Ubuntu (apt)
```
$ sudo apt install \
- alacritty \
bash \
bat \
cmake \
@@ -67,7 +66,7 @@ $ sudo apt install \
neovim \
newsboat \
pandoc \
- python \
+ python-is-python3 \
ripgrep \
ruby \
tmux \
@@ -79,6 +78,9 @@ $ which batcat >/dev/null 2>&1 && sudo ln -s "$(which batcat)" "$(dirname "$(whi
$ which fdfind >/dev/null 2>&1 && sudo ln -s "$(which fdfind)" "$(dirname "$(which fdfind)")/fd"
$ cargo install hgrep
+$ cargo install alacritty
+
+$ snap install zig --classic --edge
$ nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
```