chore: cleanup + bugfixes

This commit is contained in:
--global
2020-10-10 10:10:52 +02:00
parent 06d7d7801d
commit cace53e9ea
6 changed files with 10 additions and 26 deletions

View File

@ -21,9 +21,4 @@ chmod +x /usr/local/bin/docker-compose
usermod -aG docker t31m
curl -sL -o ~/usr/local/bin/conky-x86_64.AppImage \
$(curl -sL https://api.github.com/repos/brndnmtthws/conky/releases/latest | \
jq --raw-output '.assets[0] | .browser_download_url')
chmod +x /usr/local/bin/conky-x86_64.AppImage
echo "Initial Setup Complete. Please run fish_setup.sh for env setup"