streamlined i-have-arrived

This commit is contained in:
Lockszmith 2024-04-29 23:23:56 -04:00
parent 367e634527
commit 91aa9853eb
1 changed files with 6 additions and 5 deletions

View File

@ -19,11 +19,12 @@ if [[ $USER == "$(sudo bash -c "echo \$SUDO_USER")" ]]; then
sudo update-alternatives --remove vim.tiny /usr/bin/vim.tiny || true
sudo apt update
sudo apt remove vim-tiny
sudo apt install fzf neovim fd-find ripgrep
sudo apt install atool caca-utils figlet zip
sudo apt install --yes mediainfo exiftool mupdf-tools cmigemo dict dict-wn dictd libsixel-bin xsel
# sudo apt install w3m-el xdg-utils unoconv
sudo apt install --yes ranger
sudo apt install neovim
# sudo apt install fzf fd-find ripgrep
# sudo apt install atool caca-utils figlet zip
# sudo apt install --yes mediainfo exiftool mupdf-tools cmigemo dict dict-wn dictd libsixel-bin xsel
# # sudo apt install w3m-el xdg-utils unoconv
# sudo apt install --yes ranger
echo "sudo section done."
fi
else