Add install script
This commit is contained in:
parent
56b075c599
commit
7f24fdb559
1 changed files with 22 additions and 0 deletions
22
install.sh
Normal file
22
install.sh
Normal 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
|
Loading…
Reference in a new issue