Added base.sh and refactored

This commit is contained in:
Kevin Veen-Birkenbach [aka. Frantz]
2019-10-01 08:50:17 +02:00
parent 89bb5b619d
commit 24e05b6c08
5 changed files with 12 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/bash
# Installs the core system
# @author Kevin Veen-Birkenbach [aka. Frantz]
echo "Start setup of customized core software..."
echo "Synchronising packages..."
echo "Synchronizing programing languages..."
@@ -57,7 +59,7 @@ apm install -c \
highlight-selected\
autocomplete-paths\
todo-show\
docblockr\
docblockr
npm i -g bash-language-server #Needed by atom-package ide-bash
echo "Synchronizing containerization tools..."
echo "Installing docker..."