-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3-user-applications-kde.sh
executable file
·27 lines (21 loc) · 1.19 KB
/
3-user-applications-kde.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Install things I need
# General
flatpak install -y flathub org.libreoffice.LibreOffice com.github.tchx84.Flatseal org.bleachbit.BleachBit com.usebottles.bottles sh.cider.Cider
sudo dnf install -y 1password 1password-cli btop tmux lazygit lightly kvantum syncthing syncthingtray microsoft-edge-stable kitty zsh zsh-autosuggestions zsh-syntax-highlighting ffmpeg compat-ffmpeg4 dconf-editor bat exa yadm git --best --allowerasing
# Install Starship
wget https://starship.rs/install.sh
chmod +x install.sh
./install.sh -y
rm install.sh
# Development
sudo dnf install -y code emacs neovim fzf ripgrep fd-find nodejs ruby docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo usermod -aG docker $USER
sudo systemctl enable docker.service
# Gaming
# sudo dnf install steam -y
# flatpak install -y com.heroicgameslauncher.hgl
# Install QuickEmu
sudo dnf install qemu bash coreutils edk2-tools grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-gtk-tools swtpm wget xdg-user-dirs xrandr unzip -y
mkdir -p ~/software
git clone --filter=blob:none https://github.com/wimpysworld/quickemu ~/software/quickemu
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim