readd vis to setup.sh

This commit is contained in:
root 2018-02-11 17:54:50 +01:00
parent 9193b7e9ac
commit d2e5309f61

View file

@ -10,8 +10,7 @@ eopkg up -y
snap install spotify
eopkg it -c system.devel -y
eopkg it xrdb zsh git git-lfs telegram htop etcher golang zip unzip neofetch aria2 acpi ncmpcpp vim epson-inkjet-printer-escpr flatpak texlive-all solbuild pip discord lm_sensors -y
#cava rxvt-unicode
eopkg it xrdb zsh git git-lfs telegram htop etcher golang zip unzip neofetch aria2 acpi ncmpcpp vim epson-inkjet-printer-escpr flatpak texlive-all solbuild pip discord lm_sensors cava rxvt-unicode -y
sudo -u $SUDO_USER git lfs install
@ -22,15 +21,15 @@ fi
eopkg ar solus.sh https://repo.solus.sh/eopkg-index.xml.xz
eopkg er solus.sh
eopkg it chrome dotnet-sdk geogebra insync jetbrains-toolbox libspotify libspotify-devel sublime-text-dev xarchiver -y
#cli-visualizer
eopkg it chrome dotnet-sdk geogebra insync jetbrains-toolbox libspotify libspotify-devel sublime-text-dev xarchiver cli-visualizer -y
#if [[ ! -f "/usr/bin/vis-real" ]]; then
# mv /usr/bin/vis /usr/bin/vis-real
# echo '#!/bin/bash' > /usr/bin/vis
# echo 'xrdb -load ~/.Xresources' >> /usr/bin/vis
# echo 'bash -c "urxvt -e ~/.vis.sh" &' >> /usr/bin/vis
#fi
if [[ ! -f "/usr/bin/vis-real" ]]; then
mv /usr/bin/vis /usr/bin/vis-real
echo '#!/bin/bash' > /usr/bin/vis
echo 'xrdb -load ~/.Xresources' >> /usr/bin/vis
echo 'urxvt -e bash ~/.vis.sh &' >> /usr/bin/vis
chmod +x /usr/bin/vis
fi
solbuild update
if [[ $? == 1 ]]; then