Advertisement
metalx1000

2023 setup

Dec 7th, 2023 (edited)
1,080
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.81 KB | None | 0 0
  1. sudo apt install systemd-timesyncd
  2. sudo timedatectl set-ntp true
  3.  
  4. sudo apt update
  5. sudo apt upgrade
  6.  
  7. sudo apt install aptitude git arp-scan aria2 apache2 conky-all curl feh gcc i3 i3blocks
  8. sudo apt install imagemagick kdenlive libnotify-bin libsane-hpaio mysql-server mysql-client
  9. sudo apt install  mpv notification-daemon notify-osd numlockx nemo pavucontrol eza
  10. sudo apt install phpmyadmin xautolock xautomation xclip xinput zenity zsh tmux nextcloud-desktop
  11. sudo apt install rsync osdsh xosd-bin jq jc wget nmap gpm htop miniupnpc
  12.  
  13. sudo chsh -s /bin/zsh root
  14. sudo chsh -s /bin/zsh $USER
  15.  
  16. # don't suspend when lid closed
  17. echo "HandleLidSwitch=ignore"|sudo tee -a /etc/systemd/logind.conf
  18.  
  19. # neovim setup
  20. https://gitlab.com/metalx1000/nvim_cpow
  21.  
  22. echo -e '#!/bin/sh\nexit 0'|sudo tee /usr/sbin/policy-rc.d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement