mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
fix(installation): Refinements to installation scripts
- Manually install AppImageLauncher on dnf - Create and link fonts to ~/.local/share/fonts/ - Remove Zed editor - way too finicky - More OS packages added: mostly for programming and email
This commit is contained in:
@@ -40,6 +40,9 @@ dnf_setup() {
|
||||
# Install development Tools
|
||||
sudo yum groupinstall -y "Development Tools" && yum install readline readline-devel -y
|
||||
|
||||
# Download and install appimagelauncher
|
||||
wget "https://github.com/TheAssassin/AppImageLauncher/releases/download/v2.2.0/appimagelauncher-2.2.0-travis995.0f91801.x86_64.rpm" -O /tmp/package.rpm && sudo rpm -i /tmp/package.rpm && "Installed AppImageLauncher"
|
||||
|
||||
dnf check-update
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user