Add install script

This commit is contained in:
Leon Grünewald 2020-07-02 10:30:43 +02:00
parent 56b075c599
commit 7f24fdb559

22
install.sh Normal file
View file

@ -0,0 +1,22 @@
echo 'Starting installation'
sudo dnf install -y \
git zsh vim-enhanced tig \
guake gvim firefox thunderbird keepassxc filezilla telegram-desktop nextcloud-client libreoffice lpf-spotify-client teamviewer shutter \
gnome-tweak-tool pavucontrol ibus-uniemoji xsel apache-ant \
mvp xt7-player-mpv \
docker-ce docker-compose \
php-cli php-json php-mysqli php-zip mysql wp-cli java
echo 'Switching shell to zsh'
chsh -s $(which zsh)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cd ~
mkdir workspace
cd workspace
git clone https://git.doggoat.de/dhalucario/devconf.git
git submodule update --init --recusive
rm README.md.html
cp * ../
cp .* ../
vim +PlugInstall +qall