Username77177

ArchManage

Jun 30th, 2020
552
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.63 KB | None | 0 0
  1.  #! /bin/bash
  2.  
  3. ### Перед применением скрипта создайте нового пользователя и создайте домашнюю директорию для него
  4.  
  5. useradd username77177 -p usernamepass -s /usr/bin/zsh -m -G wheel
  6.  
  7. # Sudo install
  8. pacman -Syyu --noconfirm sudo pacman-contrib
  9. cp /etc/pacman.d/mirrorlist ~/mirrorlist
  10. sudo rankmirrors -n 7 ~/mirrorlist > /etc/pacman.d/mirrorlist && rm ~/rankmirrors
  11.  
  12. # Plasma install
  13. pacman -Sy --noconfirm plasma-desktop ark dolphin unzip kitty alsa curl ranger okular ttf-fira-code\
  14. ttf-jetbrains-mono ttf-dejavu ttf-roboto htop
  15.  
  16. # Addons for system
  17. pacman -Sy --noconfirm neovim vi vim flatpak npm pulseaudio-bluetooth firefox-developer-edition \
  18. code git base-devel plasma-desktop transmission-qt zsh python python-pip \
  19. fzf vlc bc mysql openssh jdk-openjdk discord gwenview spectacle usbutils sshfs \
  20. unrar xclip
  21.  
  22. # Sublime and Komikku
  23. flatpak install flathub com.sublimetext.three
  24. flatpak install flathub info.febvre.Komikku
  25.  
  26. # jshint, gulp-cli
  27. sudo npm i -g jshint gulp-cli
  28.  
  29. # pygments
  30. sudo pip install pygments
  31.  
  32.  
  33. # Yay install
  34. git clone https://aur.archlinux.org/yay.git
  35. cd yay
  36. makepkg -si
  37. cd -
  38. rm -rf yay
  39. cd /
  40.  
  41. # Yay install Boostnote,
  42. yay -Sy boostnote
  43. yay -Sy dropbox
  44.  
  45. # Services update
  46. sudo systemctl enable bluetooth
  47.  
  48. # Curl(ing) config
  49. sudo curl https://raw.githubusercontent.com/Username77177/dotfiles/i3-ground-rain/40-libinput.conf > /usr/share/X11/xorg.conf.d/40-libinput.conf
  50. sudo curl https://raw.githubusercontent.com/Username77177/dotfiles/i3-ground-rain/config/kitty/kitty.conf > ~/username77177/.config/kitty/
Add Comment
Please, Sign In to add comment