v3-revamp-fedora
This commit is contained in:
@@ -18,45 +18,62 @@ source "$SCRIPT_DIR/fedora-full.sh"
|
|||||||
# Add workstation repo
|
# Add workstation repo
|
||||||
sudo dnf install -y fedora-workstation-repositories
|
sudo dnf install -y fedora-workstation-repositories
|
||||||
|
|
||||||
# Add extra packages
|
color_cyan "Install Office packages"
|
||||||
install_packages libreoffice
|
install_packages libreoffice
|
||||||
|
|
||||||
# editors
|
pause_if_debug
|
||||||
# install_packages
|
|
||||||
|
color_cyan "Install editors packages"
|
||||||
# temp removed packages:
|
# temp removed packages:
|
||||||
# sublime-text-4
|
# sublime-text-4
|
||||||
flatpak install -y flathub com.vscodium.codium
|
flatpak install -y flathub com.vscodium.codium
|
||||||
|
|
||||||
# internet
|
pause_if_debug
|
||||||
|
|
||||||
|
color_cyan "Install internet packages"
|
||||||
sudo dnf config-manager setopt google-chrome.enabled=1
|
sudo dnf config-manager setopt google-chrome.enabled=1
|
||||||
install_packages google-chrome-stable
|
install_packages google-chrome-stable
|
||||||
# temp removed packages
|
# temp removed packages
|
||||||
# discord firefox insync brave-bin
|
# discord firefox insync brave-bin
|
||||||
|
|
||||||
# theming
|
pause_if_debug
|
||||||
|
|
||||||
|
color_cyan "Install theming packages"
|
||||||
# variety
|
# variety
|
||||||
|
|
||||||
# media
|
pause_if_debug
|
||||||
|
|
||||||
|
color_cyan "Install media packages"
|
||||||
install_packages mpv flameshot
|
install_packages mpv flameshot
|
||||||
# temp removed packages
|
# temp removed packages
|
||||||
# vlc gimp inkscape spotify lollypop
|
# vlc gimp inkscape spotify lollypop
|
||||||
|
|
||||||
# shells
|
pause_if_debug
|
||||||
|
|
||||||
|
color_cyan "Install shell packages"
|
||||||
install_packages zsh zsh-syntax-highlighting
|
install_packages zsh zsh-syntax-highlighting
|
||||||
# temp removed packages
|
# temp removed packages
|
||||||
# fish oh-my-zsh-git zsh-completions
|
# fish oh-my-zsh-git zsh-completions
|
||||||
|
|
||||||
# system-tools
|
pause_if_debug
|
||||||
|
|
||||||
|
color_cyan "Install system-tools"
|
||||||
install_packages @development-tools wget cmake ninja-build pkgconf-pkg-config
|
install_packages @development-tools wget cmake ninja-build pkgconf-pkg-config
|
||||||
|
|
||||||
# tools
|
pause_if_debug
|
||||||
|
|
||||||
|
color_cyan "Install tools"
|
||||||
install_packages system-config-printer system-config-printer-applet system-config-printer-libs ripgrep meld btop htop
|
install_packages system-config-printer system-config-printer-applet system-config-printer-libs ripgrep meld btop htop
|
||||||
# temp removed packages
|
# temp removed packages
|
||||||
# wttr
|
# wttr
|
||||||
|
|
||||||
|
pause_if_debug
|
||||||
|
|
||||||
# End of script
|
# End of script
|
||||||
say_green "Workstation setup completed."
|
say_green "Workstation setup completed."
|
||||||
|
|
||||||
|
pause_if_debug
|
||||||
|
|
||||||
###### TODO
|
###### TODO
|
||||||
### autostart flameshot tray icon
|
### autostart flameshot tray icon
|
||||||
### autostart insync tray icon
|
### autostart insync tray icon
|
||||||
|
|||||||
Reference in New Issue
Block a user