install-apps.sh 411 B

123456789101112131415161718
  1. #!/bin/bash
  2. sudo apt update
  3. sudo apt install xorg openbox tint2 nnn moc mpv htop neovim git tmux neofetch pwgen ntfs-3g figlet curl wget ftp gdebi gimp firefox-esr
  4. # telegram-desktop bookworm
  5. sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
  6. https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
  7. echo " "
  8. figlet RodionMern
  9. sleep 5