streamlined i-have-arrived
This commit is contained in:
parent
367e634527
commit
91aa9853eb
|
@ -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 update-alternatives --remove vim.tiny /usr/bin/vim.tiny || true
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt remove vim-tiny
|
sudo apt remove vim-tiny
|
||||||
sudo apt install fzf neovim fd-find ripgrep
|
sudo apt install neovim
|
||||||
sudo apt install atool caca-utils figlet zip
|
# sudo apt install fzf fd-find ripgrep
|
||||||
sudo apt install --yes mediainfo exiftool mupdf-tools cmigemo dict dict-wn dictd libsixel-bin xsel
|
# sudo apt install atool caca-utils figlet zip
|
||||||
# sudo apt install w3m-el xdg-utils unoconv
|
# sudo apt install --yes mediainfo exiftool mupdf-tools cmigemo dict dict-wn dictd libsixel-bin xsel
|
||||||
sudo apt install --yes ranger
|
# # sudo apt install w3m-el xdg-utils unoconv
|
||||||
|
# sudo apt install --yes ranger
|
||||||
echo "sudo section done."
|
echo "sudo section done."
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue