Skip to content

Commit 3a3a7bd

Browse files
committed
Add dust and lazydocker
1 parent 8b0b96c commit 3a3a7bd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/base_install.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ function base_install() {
3939
python-setuptools
4040

4141
yay_install \
42-
git-completion
42+
dust \
43+
git-completion \
44+
lazydocker
4345

4446
echo "Installing NEOVIM..."
4547
pac_install \
@@ -63,7 +65,7 @@ function base_install() {
6365
npm config set prefix "$HOME/.npm-global"
6466
npm install -g neovim tree-sitter
6567
curl -sSL https://get.rvm.io | bash -s -- --auto-dotfiles
66-
68+
6769
npm install -g @devcontainers/cli
6870

6971
echo "Setting up docker..."

0 commit comments

Comments
 (0)