Skip to content

Instantly share code, notes, and snippets.

@Vinit023
Last active July 7, 2023 03:40
Show Gist options
  • Save Vinit023/2ec4359898bbb87c5495c6a54f04ee7b to your computer and use it in GitHub Desktop.
Save Vinit023/2ec4359898bbb87c5495c6a54f04ee7b to your computer and use it in GitHub Desktop.
##################################################
# Hibernate: Keep Secure-Boot off
##################################################
# TODOs:
# 1. Make it Interactive. (go-executable)
##################################################
# Initialize directory
cd ~/Downloads
mkdir theme
cd theme
# Download and install Orchis-theme
sudo dnf install sassc -y
git clone https://github.com/vinceliuice/Orchis-theme.git
cd Orchis-theme
./install.sh -c dark -s standard --tweaks macos --tweaks submenu
./install.sh -l
cd ..
# Download and install icon pack
git clone https://github.com/TaylanTatli/Sevi.git
cd Sevi
./install.sh -a
# Install GNOME Tweak tools
sudo dnf install gnome-extensions-app -y
sudo dnf install gnome-tweak-tool -y
sudo dnf install libgda libgda-sqlite -y
# List the GNOME extensions to install.
echo "Enable User Shell Theme [MUST]: https://extensions.gnome.org/extension/19/user-themes/"
echo "Floating Widgets: https://extensions.gnome.org/extension/5338/aylurs-widgets/"
echo "Dash to Dock: https://extensions.gnome.org/extension/307/dash-to-dock/"
echo "Rounded Corners: https://extensions.gnome.org/extension/1514/rounded-corners/"
echo "Clipboard: https://extensions.gnome.org/extension/5278/pano/"
# Install Dnfdragora
sudo dnf install dnfdragora -y
# Install Nvidia Drivers
#sudo dnf install https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y
#sudo dnf install akmod-nvidia xorg-x11-drv-nvidia-cuda -y
# Setup for DaVinci Resolve
#sudo dnf install apr apr-util mesa-libGLU alsa-plugins-pulseaudio -y
# Install Snap-Store
sudo dnf install snapd -y
sudo ln -s /var/lib/snapd/snap /snap
sudo snap install snap-store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment