Last active
December 24, 2020 16:35
-
-
Save Kameecoding/2292e6394df0ee996f4ef7864da30b73 to your computer and use it in GitHub Desktop.
Setup script for arch linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pacman -Syy git base-devel vlc git --no-confirm | |
git clone https://aur.archlinux.org/yay.git | |
cd yay | |
makepkg -si | |
cd .. | |
rm -rf yay | |
yay -Syy visual-studio-code-bin spotify jdk11-adoptopenjdk libreoffice jetbrains-toolbox docker nvm brave dbeaver pencil staruml steam ntfs-3g logiops dropbox --no-confirm | |
#filebot47 ffmpeg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment