From e597c8b7c7d0236f00d2a3f75252a6a1e1f01ca3 Mon Sep 17 00:00:00 2001 From: tiynger Date: Tue, 9 Jul 2019 23:30:14 +0200 Subject: [PATCH] updating readability --- .dotinstall/baseinstallation.sh | 50 ++++++++++++++++----------------- .dotinstall/dockerinstall.sh | 2 ++ .dotinstall/lutrisinstall.sh | 11 ++++++++ .dotinstall/wineisntall.sh | 6 ++++ 4 files changed, 44 insertions(+), 25 deletions(-) create mode 100644 .dotinstall/lutrisinstall.sh create mode 100644 .dotinstall/wineisntall.sh diff --git a/.dotinstall/baseinstallation.sh b/.dotinstall/baseinstallation.sh index 3b0d8c2..7f4da2d 100644 --- a/.dotinstall/baseinstallation.sh +++ b/.dotinstall/baseinstallation.sh @@ -1,85 +1,85 @@ #!/bin/bash -##remove vifm +## remove vifm sudo pacman -Rns vifm -##remove tree +## remove tree sudo pacman -Rns tree -##remove calcurse +## remove calcurse sudo pacman -Rns calcurse -##remove vi +## remove vi sudo pacman -Rns vi -##add ranger +## add ranger sudo pacman -S ranger -##add lsd +## add lsd sudo pacman -S lsd -##add discord +## add discord git clone https://aur.archlinux.org/discord.git $HOME/downloads/set-ups/discord cd $HOME/downloads/set-ups/discord && makepkg -sirc -##add lastpass-cli-git +## add lastpass-cli-git git clone https://aur.archlinux.org/lastpass-cli-git.git $HOME/downloads/set-ups/lastpass-cli-git cd $HOME/downloads/set-ups/lastpass-cli-git && makepkg -sirc -##add maxima +## add maxima sudo pacman -S maxima -##add mutt-wizard-git +## add mutt-wizard-git git clone https://aur.archlinux.org/mutt-wizard-git.git $HOME/downloads/set-ups/mutt-wizard-git cd $HOME/downloads/set-ups/mutt-wizard-git && makepkg -sirc -##add spotify +## add spotify git clone https://aur.archlinux.org/spotify.git $HOME/downloads/set-ups/spotify cd $HOME/downloads/set-ups/spotfy && makepkg -sirc -##add tor-browser +## add tor-browser git clone https://aur.archlinux.org/tor-browser.git $HOME/downloads/set-ups/tor-browser cd $HOME/downloads/set-ups/tor-browser && makepkg -sirc -##add vivaldi +## add vivaldi git clone https://aur.archlinux.org/vivaldi.git $HOME/downloads/set-ups/vivaldi cd $HOME/downloads/set-ups/vivaldi && makepkg -sirc -##add jdk8-openjdk +## add jdk8-openjdk sudo pacman -S jdk8-openjdk -##add zip +## add zip sudo pacman -S jdk8-openjdk -##add intellij-idea-community-edition +## add intellij-idea-community-edition sudo pacman -S intellij-idea-community-edition -##add rtv +## add rtv sudo pacman -S rtv -##add owncloud-client +## add owncloud-client sudo pacman -S owncloud-client -##add qt5ct +## add qt5ct sudo pacman -S qt5ct -##add nm-connection-editor +## add nm-connection-editor sudo pacman -S nm-connection-editor -##add cmatrix +## add cmatrix sudo pacman -S cmatrix -##add imagemagick +## add imagemagick sudo pacman -S imagemagick -##add texlive +## add texlive sudo pacman -S texlive-most sudo pacman -S texlive-lang -##add xournalpp +## add xournalpp sudo pacman -S xournalpp -##add code +## add code git clone https://aur.archlinux.org/visual-studio-code-bin.git $HOME/downloads/set-ups/visual-studio-code-bin cd $HOME/downloads/set-ups/visual-studio-code-bin && makepkg -sirc diff --git a/.dotinstall/dockerinstall.sh b/.dotinstall/dockerinstall.sh index e239a8d..636fbe1 100755 --- a/.dotinstall/dockerinstall.sh +++ b/.dotinstall/dockerinstall.sh @@ -1,4 +1,6 @@ #!/bin/bash + +## installing docker sudo pacman -S docker sudo systemctl start docker.service sudo systemctl enable docker.service diff --git a/.dotinstall/lutrisinstall.sh b/.dotinstall/lutrisinstall.sh new file mode 100644 index 0000000..4eca9a6 --- /dev/null +++ b/.dotinstall/lutrisinstall.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +## uncomment multilib in /etc/pacman.conf before installing + +## installing lutris +sudo pacman -S lutris + +## installing drivers (uncomment for 1.Nvidia 2.AMD 3.Intel) +##sudo pacman -S vulkan-icd-loader lib32-vulkan-icd-loader +##sudo pacman -S vulkan-radeon lib32-vulkan-radeon vulkan-icd-loader lib32-vulkan-icd-loader +##sudo pacman -S vulkan-intel lib32-vulkan-intel vulkan-icd-loader lib32-vulkan-icd-loader diff --git a/.dotinstall/wineisntall.sh b/.dotinstall/wineisntall.sh new file mode 100644 index 0000000..bf1b195 --- /dev/null +++ b/.dotinstall/wineisntall.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +## uncomment multilib in /etc/pacman.conf before installing wine + +## installing wine +sudo pacman -S wine