Skip to content

Commit 0257590

Browse files
committed
Update scripts
1 parent 3fcdf60 commit 0257590

8 files changed

+8
-40
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
#!/bin/bash
12
echo "Go to Settings - Hardware Configuration - Install video-nvidia"
23
echo "Go to Settings - Kernel - Install linux-lts"
34
echo "Backup the system using timeshift"
45

5-
yay -S nvtop --noconfirm
6+
sudo pacman -S yay --noconfirm
7+
yay -S nvtop --noconfirm
8+

01-update-mirrors

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22
sudo pacman-mirrors --country United_States
33
sudo pacman-mirrors -f 0
4-
sudo pacman -S yay pamac --noconfirm
54
sudo pacman -Syyu --noconfirm
65
yay -Syyua --noconfirm
76

02-essential-pkgs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
echo "Installing the following essential packages:"
44

5-
pkgs="softmaker-office-2024-bin xorg-xkill screenkey filezilla flameshot ksnip obs-studio wavebox gedit gufw hardinfo jre notepadqq plasma5-applets-eventcalendar rar etcher-bin peek pinta kdenlive gcc-fortran rustup zoom icaclient elisa obsidian bc"
5+
pkgs="softmaker-office-2024-bin xorg-xkill screenkey filezilla flameshot ksnip wavebox gedit gufw hardinfo jre rar etcher-bin peek pinta kdenlive gcc-fortran zoom icaclient elisa obsidian bc rustdesk-bin tailscale tailscaledesktop"
66

77
echo $pkgs
88

03-optional-pkgs

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22

33
echo "Installing the following optional packages:"
44

5-
pkgs="solaar neofetch calibre gimp krita gscan2pdf pdfarranger moonshiner inkscape xnconvert handbrake libreoffice-extension-languagetool masterpdfeditor-free remmina skypeforlinux-stable-bin teamviewer ttf-ms-fonts slack-desktop youtube-dl-gui-git rhythmbox uxplay"
5+
pkgs="solaar neofetch calibre gimp krita gscan2pdf pdfarranger moonshiner inkscape xnconvert handbrake libreoffice-extension-languagetool remmina ttf-ms-fonts slack-desktop rhythmbox uxplay"
66

77
echo $pkgs
88

99
yay -S $pkgs --noconfirm
1010

11-
sudo teamviewer --daemon enable
12-
sudo teamviewer --daemon start
13-
sudo systemctl enable teamviewerd
14-
1511
echo "Installation finished!"

04-programming-pkgs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
echo "Installing the following programming packages:"
4-
pkgs="r rstudio-desktop-bin ruby ruby-rdoc visual-studio-code-bin bazel google-cloud-sdk"
4+
pkgs="ruby ruby-rdoc visual-studio-code-bin bazel google-cloud-sdk"
55
echo $pkgs
66
yay -S $pkgs --noconfirm
77

11-time-consuming-pkgs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
echo "Installing the following optional packages:"
44

5-
pkgs="pithos gnome-keyring pdfchain pdfstudio motrix"
5+
pkgs="obs-studio-git"
66

77
echo $pkgs
88

13-tensorflow-gpu

-14
This file was deleted.

14-test-tensorflow.py

-16
This file was deleted.

0 commit comments

Comments
 (0)