File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ LAZYDOCKER_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazydoc
33curl -sLo lazydocker.tar.gz " https://github.com/jesseduffield/lazydocker/releases/latest/download/lazydocker_${LAZYDOCKER_VERSION} _Linux_x86_64.tar.gz"
44tar -xf lazydocker.tar.gz lazydocker
55sudo install lazydocker /usr/local/bin
6- rm lazydocker.tar.gz
6+ rm lazydocker.tar.gz lazydocker
77cd -
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/re
33curl -sLo lazygit.tar.gz " https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION} _Linux_x86_64.tar.gz"
44tar -xf lazygit.tar.gz lazygit
55sudo install lazygit /usr/local/bin
6- rm lazygit.tar.gz
6+ rm lazygit.tar.gz lazygit
77cd -
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cd ~/Downloads
22wget -O zellij.tar.gz " https://github.com/zellij-org/zellij/releases/latest/download/zellij-x86_64-unknown-linux-musl.tar.gz"
33tar -xf zellij.tar.gz zellij
44sudo install zellij /usr/local/bin
5- rm zellij.tar.gz
5+ rm zellij.tar.gz zellij
66cd -
77
88mkdir -p ~ /.config/zellij/
You can’t perform that action at this time.
0 commit comments